This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 485363ae34 Avoid multiple -Wunreachable-code diagnostics that are trigg [...] new 4d6ad36 Tracking exception specification source locations
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/Decl.h | 4 +++ include/clang/AST/TypeLoc.h | 28 ++++++++++++++- lib/AST/Decl.cpp | 12 +++++++ lib/Parse/ParseDeclCXX.cpp | 2 +- lib/Sema/SemaType.cpp | 2 +- lib/Sema/TreeTransform.h | 1 + lib/Serialization/ASTReader.cpp | 2 ++ lib/Serialization/ASTWriter.cpp | 1 + unittests/AST/SourceLocationTest.cpp | 67 ++++++++++++++++++++++++++++++++++++ 9 files changed, 116 insertions(+), 3 deletions(-)