This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from bd4a20b [Lex] inferModuleFromLocation should do no work if there are [...] new 1a1d9f2 Added support to the ASTImporter for C++ constructor initiali [...] new fb64462 Reapply^2 "[ProfileData] (clang) Use Error in InstrProf and C [...]
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 | 9 ++ lib/AST/ASTImporter.cpp | 135 +++++++++++++++++++++- lib/CodeGen/CodeGenModule.cpp | 8 +- lib/CodeGen/CodeGenPGO.cpp | 13 ++- lib/Frontend/CompilerInvocation.cpp | 3 +- test/ASTMerge/Inputs/init-ctors-classes.cpp | 19 +++ test/ASTMerge/{inheritance.cpp => init-ctors.cpp} | 8 +- 7 files changed, 180 insertions(+), 15 deletions(-) create mode 100644 test/ASTMerge/Inputs/init-ctors-classes.cpp copy test/ASTMerge/{inheritance.cpp => init-ctors.cpp} (65%)