]> granicus.if.org Git - clang/commit
Add a new warning on NULL pointer constant to integer conversion.
authorRichard Trieu <rtrieu@google.com>
Sun, 29 May 2011 19:59:02 +0000 (19:59 +0000)
committerRichard Trieu <rtrieu@google.com>
Sun, 29 May 2011 19:59:02 +0000 (19:59 +0000)
commit1838ca5618bc6c84ca3d13d84717bf32d9862bb3
treef08a6e38a1cbbec03136b7c07622edabede71c99
parente72c55b9a11be9f00fa3f66f7ad6b73b2814e963
Add a new warning on NULL pointer constant to integer conversion.

This path was reviewed by Chandler Carruth at http://codereview.appspot.com/4538074/

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