This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 32c03b7 [OPENMP] Fix crash for 'schedule|dist_schedule' clauses durin [...] new f611897 Revert accidential "[MSVC] Late parsing of in-class defined m [...] new c39587a [ARM] Add mrrc/mrrc2 intrinsics and update existing mcrr/mcrr [...]
The 2 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-c/Index.h | 6 +- include/clang/AST/RecursiveASTVisitor.h | 1 - include/clang/AST/StmtCXX.h | 46 ------------ include/clang/Basic/BuiltinsARM.def | 10 +-- include/clang/Basic/StmtNodes.td | 1 - include/clang/Parse/Parser.h | 2 - include/clang/Sema/Sema.h | 5 -- include/clang/Serialization/ASTBitCodes.h | 2 - lib/AST/StmtCXX.cpp | 35 --------- lib/AST/StmtPrinter.cpp | 4 -- lib/AST/StmtProfile.cpp | 5 -- lib/CodeGen/CGBuiltin.cpp | 68 ++++++++++++++++++ lib/CodeGen/CGStmt.cpp | 1 - lib/Parse/ParseTemplate.cpp | 84 ---------------------- lib/Parse/Parser.cpp | 37 ++-------- lib/Sema/SemaExpr.cpp | 10 +-- lib/Sema/SemaStmt.cpp | 27 ------- lib/Sema/TreeTransform.h | 21 ------ lib/Serialization/ASTReaderStmt.cpp | 20 ------ lib/Serialization/ASTWriterStmt.cpp | 12 ---- lib/StaticAnalyzer/Core/ExprEngine.cpp | 1 - test/CodeGen/builtins-arm.c | 30 +++++--- test/Sema/builtins-arm.c | 26 +++++-- .../ms-lookup-template-base-classes.cpp | 1 - tools/libclang/CIndex.cpp | 2 - tools/libclang/CXCursor.cpp | 4 -- 26 files changed, 127 insertions(+), 334 deletions(-)