This is an automated email from the git hooks/post-receive script.
git pushed a change to branch master in repository clang.
from 1a7f6a9239 [AArch64] Enable return address signing for static ctors new a79c7739c3 Print correctly dependency paths on Windows new c21fea9179 [OPENMP] Fix PR38903: Crash on instantiation of the non-depe [...]
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/AST/DeclOpenMP.h | 34 ++++++++++++- lib/CodeGen/CGOpenMPRuntime.cpp | 31 +++++------- lib/CodeGen/CGOpenMPRuntime.h | 6 +-- lib/Frontend/DependencyFile.cpp | 22 +++++---- lib/Parse/ParseOpenMP.cpp | 10 +++- lib/Sema/SemaOpenMP.cpp | 10 ++++ lib/Sema/SemaTemplateInstantiateDecl.cpp | 79 ++++++++++++++++++------------ lib/Serialization/ASTReaderDecl.cpp | 15 ++++-- lib/Serialization/ASTWriterDecl.cpp | 4 ++ test/Frontend/dependency-gen-escaping.c | 2 +- test/Frontend/dependency-gen.c | 10 ++-- test/Modules/relative-dep-gen.cpp | 6 +-- test/OpenMP/declare_reduction_messages.cpp | 22 +++++++-- 13 files changed, 166 insertions(+), 85 deletions(-)