This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from ea608fd0e4 [clang] Ensure that comment classes are trivially destructible new 48d573c2e1 [clang] Ensure that statements, expressions and types are tr [...] new bcbb9680e4 [ASTImporter] Fix name conflict handling with different strategies
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 | 17 ++- lib/AST/ASTImporter.cpp | 171 +++++++++++---------- lib/AST/Stmt.cpp | 11 ++ lib/AST/Type.cpp | 13 ++ test/Analysis/Inputs/ctu-other.c | 8 +- unittests/AST/ASTImporterFixtures.cpp | 32 +++- unittests/AST/ASTImporterFixtures.h | 63 +++++++- unittests/AST/ASTImporterTest.cpp | 269 ++++++++++++++++++++++++++++++++-- 8 files changed, 471 insertions(+), 113 deletions(-)