This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a0460af1b7 [AST] Refactor PredefinedExpr new fefbba5f08 [AST] Only store the needed data in IfStmt
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 | 209 +++++++++++++++++++++++++++++------- lib/AST/ASTDumper.cpp | 11 ++ lib/AST/ASTImporter.cpp | 7 +- lib/AST/Stmt.cpp | 85 +++++++++++---- lib/Analysis/BodyFarm.cpp | 33 +++--- lib/Sema/SemaStmt.cpp | 5 +- lib/Serialization/ASTReaderStmt.cpp | 24 ++++- lib/Serialization/ASTWriterStmt.cpp | 23 +++- test/Import/if-stmt/test.cpp | 11 -- test/Misc/ast-dump-invalid.cpp | 10 +- 10 files changed, 314 insertions(+), 104 deletions(-)