]> granicus.if.org Git - clang/commit
De-memberify the VarDecl and FunctionDecl StorageClass enums.
authorJohn McCall <rjmccall@apple.com>
Thu, 26 Aug 2010 03:08:43 +0000 (03:08 +0000)
committerJohn McCall <rjmccall@apple.com>
Thu, 26 Aug 2010 03:08:43 +0000 (03:08 +0000)
commitd931b086984257de68868a64a235c2b4b34003fb
treeea2c4dabfee74358db8ed074f8c728910b745c1b
parent86d00659f729473846f1681f6c003982e77e6fdd
De-memberify the VarDecl and FunctionDecl StorageClass enums.
This lets us remove Sema.h's dependency on Expr.h and Decl.h.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112156 91177308-0d34-0410-b5e6-96231b3b80d8
24 files changed:
include/clang/AST/Decl.h
include/clang/AST/DeclCXX.h
include/clang/AST/DeclTemplate.h
include/clang/Basic/Specifiers.h
include/clang/Frontend/DeclXML.def
include/clang/Sema/DelayedDiagnostic.h
include/clang/Sema/Sema.h
lib/AST/Decl.cpp
lib/AST/DeclPrinter.cpp
lib/AST/StmtDumper.cpp
lib/Checker/BasicStore.cpp
lib/CodeGen/CGBlocks.cpp
lib/CodeGen/CGDecl.cpp
lib/CodeGen/CodeGenModule.cpp
lib/Index/Entity.cpp
lib/Rewrite/RewriteObjC.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclAttr.cpp
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaDeclObjC.cpp
lib/Sema/SemaExpr.cpp
lib/Sema/SemaExprCXX.cpp
lib/Sema/SemaObjCProperty.cpp
lib/Serialization/ASTReaderDecl.cpp