This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f894ac01dc [ASTImporter] Copy Argument Passing Restrictions setting whe [...] new bb82b00156 [OPENMP]Added check for non-random access types for the depe [...] new 7331c3301a [MinGW] Don't let template instantiation declarations cover [...] new 2061b0cab0 [MinGW] Do dllexport inline methods in template instantiation new 3bbed5ed96 [HIP] Fix visibility of `__constant__` variables. new cde9c9e3de [MinGW] Always emit local typeinfo
The 5 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/Basic/DiagnosticSemaKinds.td | 4 +- lib/CodeGen/ItaniumCXXABI.cpp | 2 +- lib/CodeGen/TargetInfo.cpp | 3 +- lib/Sema/SemaDeclCXX.cpp | 7 +- lib/Sema/SemaOpenMP.cpp | 129 ++++++++++++++++----------- lib/Sema/SemaTemplateInstantiate.cpp | 6 +- test/CodeGenCUDA/amdgpu-visibility.cu | 21 +++++ test/CodeGenCXX/mingw-template-dllexport.cpp | 16 +++- test/CodeGenCXX/vtable-key-function-ios.cpp | 10 ++- test/OpenMP/for_loop_messages.cpp | 28 +++++- 10 files changed, 161 insertions(+), 65 deletions(-) create mode 100644 test/CodeGenCUDA/amdgpu-visibility.cu