]> granicus.if.org Git - clang/commit
Exclude function calls for functions which have return type nullptr_t from
authorRichard Trieu <rtrieu@google.com>
Fri, 8 Jan 2016 23:35:06 +0000 (23:35 +0000)
committerRichard Trieu <rtrieu@google.com>
Fri, 8 Jan 2016 23:35:06 +0000 (23:35 +0000)
commit77c006d1e83a7053e170777f572b10268fe99c69
treecbd822e991fe5c974c0a5eea53f3ca39ee5a159b
parentfaff27068b9bb8abdd96777e65136e65ca785842
Exclude function calls for functions which have return type nullptr_t from
-Wnull-conversion warning.

These functions are basically equivalent to other pointer returning fuctions
which are already excluded by -Wnull-conversion.

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