This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 9bc2172b74 [analyzer] Temporary disabling svalbuilder-rearrange-compari [...] new 3a0edf1ccb [OPENMP] Move OMPClauseReader/Writer classes to ASTReader/Wr [...]
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/OpenMPClause.h | 37 ++ include/clang/AST/StmtVisitor.h | 35 -- include/clang/Serialization/ASTReader.h | 16 + include/clang/Serialization/ASTWriter.h | 13 + lib/Serialization/ASTReader.cpp | 870 +++++++++++++++++++++++++++++++ lib/Serialization/ASTReaderStmt.cpp | 892 +------------------------------- lib/Serialization/ASTWriter.cpp | 465 +++++++++++++++++ lib/Serialization/ASTWriterStmt.cpp | 479 ----------------- 8 files changed, 1402 insertions(+), 1405 deletions(-)