This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 532083e190 Fix assertion failure for a cv-qualified array as a non-type [...] new cad52359c8 [CUDA][HIP} Add a test for constexpr default ctor new a6f0228664 Revert 374481 "[tsan,msan] Insert module constructors in a m [...]
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/BackendUtil.cpp | 13 ++---------- test/CodeGen/sanitizer-module-constructor.c | 22 ------------------- test/SemaCUDA/constexpr-ctor.cu | 33 +++++++++++++++++++++++++++++ 3 files changed, 35 insertions(+), 33 deletions(-) delete mode 100644 test/CodeGen/sanitizer-module-constructor.c create mode 100644 test/SemaCUDA/constexpr-ctor.cu