]> granicus.if.org Git - clang/commit
Pending clear answer from WG21 on whether core issue 903 is intended to apply to
authorRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 14 Feb 2012 21:38:30 +0000 (21:38 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Tue, 14 Feb 2012 21:38:30 +0000 (21:38 +0000)
commit70488e201ccd94d4bb1ef0868cc13cca2b7d4ff6
treeba334a4211ad43de9a739a2e5e3f236e3004b083
parenta91ac5bae3944e0eed9ef25294dfb2b8681b8159
Pending clear answer from WG21 on whether core issue 903 is intended to apply to
C++11 or just C++17, restrict the set of null pointer constants in C++11 mode
back to those which were considered null in C++98.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@150510 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Expr.h
lib/AST/Expr.cpp
lib/AST/ExprConstant.cpp
test/SemaCXX/nullptr.cpp