]> granicus.if.org Git - clang/commit
Implement the GNU __null extension
authorDouglas Gregor <dgregor@apple.com>
Sat, 29 Nov 2008 04:51:27 +0000 (04:51 +0000)
committerDouglas Gregor <dgregor@apple.com>
Sat, 29 Nov 2008 04:51:27 +0000 (04:51 +0000)
commit2d8b273470684a9cd47f0ce24743cc1f71ef7cbc
tree8c9d9c2f5d335dc66c687bb94835d13383ffcd75
parent5cf243a883872441d73ca49cea7e20de5802629b
Implement the GNU __null extension

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60235 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Expr.h
include/clang/AST/StmtNodes.def
include/clang/Parse/Action.h
lib/AST/Expr.cpp
lib/AST/StmtPrinter.cpp
lib/AST/StmtSerialization.cpp
lib/Parse/ParseExpr.cpp
lib/Sema/Sema.h
lib/Sema/SemaExpr.cpp