This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 77ca95f849 [Index] Fix GCC warning again :-( new 9ad8e839cc [Parse] Forward brace locations to TypeConstructExpr
The 1 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/ExprCXX.h | 3 ++ include/clang/Sema/Initialization.h | 30 +++++++++--- include/clang/Sema/Sema.h | 8 +-- lib/CodeGen/CoverageMappingGen.cpp | 5 +- lib/Parse/ParseExprCXX.cpp | 12 ++--- lib/Sema/SemaDeclCXX.cpp | 29 ++++++----- lib/Sema/SemaExpr.cpp | 4 +- lib/Sema/SemaExprCXX.cpp | 58 +++++++++++++--------- lib/Sema/SemaInit.cpp | 20 ++++---- lib/Sema/TreeTransform.h | 51 ++++++++++--------- test/CoverageMapping/classtemplate.cpp | 41 ++++++++++++++++ test/SemaCXX/sourceranges.cpp | 89 +++++++++++++++++++++++++++++++++- 12 files changed, 260 insertions(+), 90 deletions(-)