]> granicus.if.org Git - clang/commit
Introduce Sema::isNullExpr() that contains the checks that
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 23 Jan 2012 20:38:53 +0000 (20:38 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 23 Jan 2012 20:38:53 +0000 (20:38 +0000)
commit4f1813e55a13a19d4981d245d1da583c1051305b
treefcf4d1b1155f7e1747ada5bd6349aa088396a131
parent438ee1fc5e5baaa204faede83cb999e45bb6b57e
Introduce Sema::isNullExpr() that contains the checks that
Sema::DiagnoseSentinelCalls() does.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148722 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/Sema.h
lib/Sema/SemaExpr.cpp