This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d24c5921e8 [OpenMP][NVPTX] Use single loops when generating code for di [...] new ee7715a9e6 [AST] Only store the needed data in SwitchStmt
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 | 181 +++++++++++++++++++++++++++--------- lib/AST/ASTDumper.cpp | 9 ++ lib/AST/ASTImporter.cpp | 4 +- lib/AST/Stmt.cpp | 68 ++++++++++---- lib/Sema/SemaStmt.cpp | 3 +- lib/Serialization/ASTReaderStmt.cpp | 21 ++++- lib/Serialization/ASTWriterStmt.cpp | 16 +++- test/Import/switch-stmt/test.cpp | 7 -- test/Misc/ast-dump-color.cpp | 1 - 9 files changed, 232 insertions(+), 78 deletions(-)