]> granicus.if.org Git - clang/commit
Warn when a reference is bound to an empty l-value (dereferenced null pointer).
authorNick Lewycky <nicholas@mxc.ca>
Sat, 14 May 2016 17:44:14 +0000 (17:44 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sat, 14 May 2016 17:44:14 +0000 (17:44 +0000)
commit774ff762b3e885e1098bbef30046a722b4c1010e
treec62553bc6e8c65cccfd1ed71c390bb4234da5882
parentd5bb834945d2b3baec96423df122043b46a3429e
Warn when a reference is bound to an empty l-value (dereferenced null pointer).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@269572 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaInit.cpp
test/CXX/expr/expr.prim/expr.prim.lambda/p5.cpp
test/Parser/cxx-casting.cpp
test/SemaCXX/cstyle-cast.cpp
test/SemaCXX/functional-cast.cpp
test/SemaCXX/new-delete.cpp
test/SemaCXX/static-cast.cpp