]> granicus.if.org Git - clang/commit
Correctly referring to the null pointer as 'null' not the macro 'NULL' in the boolean...
authorDavid Blaikie <dblaikie@gmail.com>
Sat, 10 Sep 2011 05:47:59 +0000 (05:47 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Sat, 10 Sep 2011 05:47:59 +0000 (05:47 +0000)
commitac5ecf46c51c4e9128612d68ff20d465eb192554
tree6895399ff6e561964440a986b0f780a4f7454fc2
parent6f2ec515d9a2c56b0cea14172bf5691c068c0c65
Correctly referring to the null pointer as 'null' not the macro 'NULL' in the boolean conversion diagnostic message.

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