This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 27ab246 [Headers] Replace stray indentation with tabs with spaces. NFC. new a2c2819 [ASTImporter] Implement some expression-related AST node impo [...] new cf8824a Fix warnings in clang-completion-mode.el.
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/AST/ASTImporter.h | 19 +- include/clang/AST/DeclFriend.h | 1 + lib/AST/ASTImporter.cpp | 640 ++++++++++++++++++++++++-- lib/Serialization/ASTReaderStmt.cpp | 1 + lib/Serialization/ASTWriterStmt.cpp | 1 + test/ASTMerge/Inputs/class3.cpp | 26 ++ test/ASTMerge/Inputs/exprs3.cpp | 131 ++++++ test/ASTMerge/{inheritance.cpp => class2.cpp} | 7 +- test/ASTMerge/exprs.cpp | 45 ++ unittests/AST/ASTImporterTest.cpp | 19 + utils/clang-completion-mode.el | 13 +- 11 files changed, 847 insertions(+), 56 deletions(-) create mode 100644 test/ASTMerge/Inputs/class3.cpp create mode 100644 test/ASTMerge/Inputs/exprs3.cpp copy test/ASTMerge/{inheritance.cpp => class2.cpp} (69%) create mode 100644 test/ASTMerge/exprs.cpp