This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 451a8da2ab [AST] Add TableGen for StmtDataCollectors new 92d51942df [OPENMP] Fix for PR34445: Reduction initializer segfaults at [...]
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/DeclOpenMP.h | 20 ++++++- include/clang/Parse/Parser.h | 3 ++ include/clang/Sema/Sema.h | 6 ++- lib/AST/ASTDumper.cpp | 10 ++++ lib/AST/DeclPrinter.cpp | 12 +++++ lib/CodeGen/CGOpenMPRuntime.cpp | 14 ++++- lib/Parse/ParseOpenMP.cpp | 85 ++++++++++++++++++++++++++++-- lib/Sema/SemaOpenMP.cpp | 19 ++++--- lib/Sema/SemaTemplateInstantiateDecl.cpp | 32 +++++++---- lib/Serialization/ASTReaderDecl.cpp | 4 +- lib/Serialization/ASTWriterDecl.cpp | 1 + test/OpenMP/declare_reduction_messages.cpp | 18 +++++++ 12 files changed, 196 insertions(+), 28 deletions(-)