]> granicus.if.org Git - clang/commit
Add AST/Sema support for __builtin_types_compatible_p (a GNU extension).
authorSteve Naroff <snaroff@apple.com>
Wed, 1 Aug 2007 22:05:33 +0000 (22:05 +0000)
committerSteve Naroff <snaroff@apple.com>
Wed, 1 Aug 2007 22:05:33 +0000 (22:05 +0000)
commitd34e915f33224c508ad55fbf975bd10b7876e197
tree7e9df18eb5f366db4cc64a3a748f446088d90976
parent9752f25748d954df99087d741ea35db37ff16bea
Add AST/Sema support for __builtin_types_compatible_p (a GNU extension).
Todo...still need to call the action from the parser...

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