This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 30e450b Added support to the ASTImporter for C++ constructor initializers. new 9b9908a Revert "Reapply "[ProfileData] (clang) Use Error in InstrProf [...] new d944e0e Handle injected class names in the ASTImporter.
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: lib/AST/ASTImporter.cpp | 13 +++++++++++-- lib/CodeGen/CodeGenModule.cpp | 8 +++----- lib/CodeGen/CodeGenPGO.cpp | 13 ++++++------- lib/Frontend/CompilerInvocation.cpp | 3 +-- test/ASTMerge/Inputs/inheritance-base.cpp | 7 +++++++ test/ASTMerge/{init-ctors.cpp => inheritance.cpp} | 8 +++----- 6 files changed, 31 insertions(+), 21 deletions(-) create mode 100644 test/ASTMerge/Inputs/inheritance-base.cpp copy test/ASTMerge/{init-ctors.cpp => inheritance.cpp} (65%)