]> granicus.if.org Git - clang/commit
More header elimination. The goal of all this is to allow Parser to
authorJohn McCall <rjmccall@apple.com>
Tue, 24 Aug 2010 08:50:51 +0000 (08:50 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 24 Aug 2010 08:50:51 +0000 (08:50 +0000)
commit5f1e0942a32657b625702aa52f82430d0120f424
treeda1f6596a5e35f6175fd8aa074334ea26f0c6a43
parent7a1fad38256eb4c5129359be85ba1ea1678eb5c9
More header elimination.  The goal of all this is to allow Parser to
#include Sema.h while keeping all the AST declarations opaque.  That may
not be reasonably attainable, though.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111907 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
include/clang/Sema/Sema.h
lib/Sema/Sema.cpp
lib/Sema/SemaCodeComplete.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaDeclObjC.cpp
lib/Sema/SemaExprCXX.cpp
lib/Sema/SemaExprObjC.cpp
lib/Sema/SemaLookup.cpp
lib/Sema/SemaStmt.cpp
lib/Sema/SemaTemplate.cpp
lib/Serialization/ASTReader.cpp