This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 2c5cc51 Add a "declared 'nonnull' here" note to warnings where an exp [...] new 0253605 [MSVC] Late parsing of in-class defined member functions in t [...] new 32c03b7 [OPENMP] Fix crash for 'schedule|dist_schedule' clauses durin [...]
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/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/CGStmt.cpp | 1 + lib/Parse/ParseTemplate.cpp | 84 ++++++++++++++++++++++ lib/Parse/Parser.cpp | 37 ++++++++-- lib/Sema/SemaExpr.cpp | 10 +-- lib/Sema/SemaOpenMP.cpp | 6 +- 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/OpenMP/distribute_codegen.cpp | 22 ++++++ test/OpenMP/for_codegen.cpp | 21 ++++++ .../ms-lookup-template-base-classes.cpp | 1 + tools/libclang/CIndex.cpp | 2 + tools/libclang/CXCursor.cpp | 4 ++ 25 files changed, 362 insertions(+), 14 deletions(-)