This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from dbebe6ee9c [clang] Move two utility functions into SourceManager new 6660d64d8d [AST] Only store the needed data in WhileStmt
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 | 111 ++++++++++++++++++++++++++++++------ lib/AST/ASTDumper.cpp | 7 +++ lib/AST/ASTImporter.cpp | 5 +- lib/AST/Stmt.cpp | 58 ++++++++++++++----- lib/Sema/SemaStmt.cpp | 4 +- lib/Serialization/ASTReaderStmt.cpp | 10 +++- lib/Serialization/ASTWriterStmt.cpp | 8 ++- test/Import/while-stmt/test.cpp | 2 - 8 files changed, 161 insertions(+), 44 deletions(-)