]> granicus.if.org Git - clang/commit
Add parsing and AST support for GNU "typeof".
authorSteve Naroff <snaroff@apple.com>
Tue, 31 Jul 2007 12:34:36 +0000 (12:34 +0000)
committerSteve Naroff <snaroff@apple.com>
Tue, 31 Jul 2007 12:34:36 +0000 (12:34 +0000)
commitd1861fd633d5096a00777c918eb8575ea7162fe7
treecd71c78f1c513b18ab427f6036aa2debdcb7d93a
parent8a2bc625e86983e250ed31040695a870a767196b
Add parsing and AST support for GNU "typeof".
Many small changes to lot's of files.
Still some FIXME's, however the basic support is in place.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@40631 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
AST/ASTContext.cpp
AST/Type.cpp
Parse/DeclSpec.cpp
Parse/ParseDecl.cpp
Sema/SemaExpr.cpp
Sema/SemaType.cpp
clang.xcodeproj/project.pbxproj
include/clang/AST/ASTContext.h
include/clang/AST/Type.h
include/clang/Parse/DeclSpec.h
include/clang/Parse/Parser.h
test/Parser/typeof.c [new file with mode: 0644]