This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f69e619d8a Reapply Pass the nopie flag to the linker when linking with -pg. new e3d558fc47 [AST] Don't store data for GNU range case statement if not needed
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/Stmt.h | 220 +++++++++++++++++++++++++++--------- lib/AST/ASTDumper.cpp | 7 ++ lib/AST/ASTImporter.cpp | 4 +- lib/AST/Stmt.cpp | 27 ++++- lib/Sema/SemaStmt.cpp | 6 +- lib/Serialization/ASTReaderStmt.cpp | 11 +- lib/Serialization/ASTWriterStmt.cpp | 7 +- test/Import/switch-stmt/test.cpp | 4 - test/Misc/ast-dump-color.cpp | 2 - 9 files changed, 213 insertions(+), 75 deletions(-)