]> granicus.if.org Git - clang/commit
Inline storage of attributes in AttributedStmt.
authorAlexander Kornienko <alexfh@google.com>
Mon, 9 Jul 2012 10:04:07 +0000 (10:04 +0000)
committerAlexander Kornienko <alexfh@google.com>
Mon, 9 Jul 2012 10:04:07 +0000 (10:04 +0000)
commit4990890fc9428f98bef90ba349203a648c592778
tree9c2fcfee3f7fb584462952bf667caaffa7fa44ed
parentef0ebee9a4e1e6254b9c54c6fbb30045ed959c37
Inline storage of attributes in AttributedStmt.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@159925 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
include/clang/AST/Attr.h
include/clang/AST/Stmt.h
include/clang/Sema/Sema.h
include/clang/Serialization/ASTWriter.h
lib/AST/Stmt.cpp
lib/AST/StmtPrinter.cpp
lib/Sema/SemaStmt.cpp
lib/Sema/SemaStmtAttr.cpp
lib/Sema/TreeTransform.h
lib/Serialization/ASTReaderStmt.cpp
lib/Serialization/ASTWriter.cpp
lib/Serialization/ASTWriterDecl.cpp
lib/Serialization/ASTWriterStmt.cpp