This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from b045221b92 [NFC] Updated tests after rL373371 new 8f539ae97c [OPENMP50]Initial codegen for declare variant implementation [...] new 3b45bb56b5 [clang-format] [PR43372] - clang-format shows replacements i [...]
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: lib/CodeGen/CGOpenMPRuntime.cpp | 127 +++++++++++++++++++++ lib/CodeGen/CGOpenMPRuntime.h | 9 ++ lib/CodeGen/CodeGenModule.cpp | 14 +++ lib/Format/Format.cpp | 30 ++++- ...clare_variant_implementation_vendor_codegen.cpp | 91 +++++++++++++++ unittests/Format/SortImportsTestJava.cpp | 7 ++ unittests/Format/SortIncludesTest.cpp | 8 ++ 7 files changed, 283 insertions(+), 3 deletions(-) create mode 100644 test/OpenMP/declare_variant_implementation_vendor_codegen.cpp