]> granicus.if.org Git - clang/commit
Move isSentinelNullExpr() from Sema to ASTContext to make it more widely
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 3 Feb 2012 05:58:16 +0000 (05:58 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 3 Feb 2012 05:58:16 +0000 (05:58 +0000)
commit8deabc133c121f6c5561d0b2171a41cb2c29b2ce
tree3d2b0078b45d100de8f0e55ff0c46c7cfd8f60c5
parentd603bd12680c832d81f98568223ce0171e16a967
Move isSentinelNullExpr() from Sema to ASTContext to make it more widely
available.

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