]> granicus.if.org Git - clang/commit
Only take NULL macros instead of all macros into account for -Wnull-conversion.
authorRichard Trieu <rtrieu@google.com>
Sat, 9 Jan 2016 01:10:17 +0000 (01:10 +0000)
committerRichard Trieu <rtrieu@google.com>
Sat, 9 Jan 2016 01:10:17 +0000 (01:10 +0000)
commit99f87648b04fe2db3c91b816a919ad2dba7d0003
tree46dfe25484a437e49a326b911795798dc12a4dd0
parent77c006d1e83a7053e170777f572b10268fe99c69
Only take NULL macros instead of all macros into account for -Wnull-conversion.

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