]> granicus.if.org Git - clang/commit
Provide the specific target type in the -Wnull-conversion warning.
authorDavid Blaikie <dblaikie@gmail.com>
Thu, 15 Mar 2012 20:48:26 +0000 (20:48 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Thu, 15 Mar 2012 20:48:26 +0000 (20:48 +0000)
commit2b2bbee3071cee1b03520d9bf0c80c4f0bbe60eb
tree517a88fc08ba9c7a61a5548c85a86c338e798484
parent4c14881e86350c8aa12d5182d35ce07860de2325
Provide the specific target type in the -Wnull-conversion warning.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152835 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaChecking.cpp
test/SemaCXX/conversion.cpp