Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't...
Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't pull in all the generated Attr code. Required to pull some functions out of line, but this shouldn't have a perf impact. No functionality change. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169092 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/AST/ASTContext.h 2 additions, 2 deletionsinclude/clang/AST/ASTContext.h
- include/clang/AST/ASTMutationListener.h 5 additions, 4 deletionsinclude/clang/AST/ASTMutationListener.h
- include/clang/AST/ASTVector.h 1 addition, 0 deletionsinclude/clang/AST/ASTVector.h
- include/clang/AST/Attr.h 3 additions, 128 deletionsinclude/clang/AST/Attr.h
- include/clang/AST/AttrIterator.h 141 additions, 0 deletionsinclude/clang/AST/AttrIterator.h
- include/clang/AST/Decl.h 1 addition, 3 deletionsinclude/clang/AST/Decl.h
- include/clang/AST/DeclAccessPair.h 1 addition, 0 deletionsinclude/clang/AST/DeclAccessPair.h
- include/clang/AST/DeclBase.h 2 additions, 4 deletionsinclude/clang/AST/DeclBase.h
- include/clang/AST/DeclObjC.h 2 additions, 18 deletionsinclude/clang/AST/DeclObjC.h
- include/clang/AST/ExprCXX.h 1 addition, 0 deletionsinclude/clang/AST/ExprCXX.h
- include/clang/AST/PrettyPrinter.h 2 additions, 1 deletioninclude/clang/AST/PrettyPrinter.h
- include/clang/AST/Stmt.h 11 additions, 13 deletionsinclude/clang/AST/Stmt.h
- include/clang/AST/UnresolvedSet.h 4 additions, 2 deletionsinclude/clang/AST/UnresolvedSet.h
- include/clang/Sema/Initialization.h 1 addition, 0 deletionsinclude/clang/Sema/Initialization.h
- include/clang/Sema/Sema.h 5 additions, 4 deletionsinclude/clang/Sema/Sema.h
- lib/ARCMigrate/TransBlockObjCVariable.cpp 1 addition, 0 deletionslib/ARCMigrate/TransBlockObjCVariable.cpp
- lib/ARCMigrate/TransUnbridgedCasts.cpp 2 additions, 1 deletionlib/ARCMigrate/TransUnbridgedCasts.cpp
- lib/AST/ASTContext.cpp 6 additions, 5 deletionslib/AST/ASTContext.cpp
- lib/AST/CommentSema.cpp 2 additions, 1 deletionlib/AST/CommentSema.cpp
- lib/AST/Decl.cpp 12 additions, 3 deletionslib/AST/Decl.cpp
Loading
Please register or sign in to comment