This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 940249d817 [c++20] P1143R2: Add support for the C++20 'constinit' keyword. new 1237b45db0 [DebugInfo] Emit DW_TAG_enumeration_type for referenced glob [...] new c9565ca81a Diagnose _Atomic as a C11 extension.
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/CGDebugInfo.cpp | 26 +++++++---- lib/Parse/ParseDecl.cpp | 5 ++ test/CodeGen/enum2.c | 9 +++- test/Parser/atomic.c | 59 +++++++++++++----------- test/SemaCXX/atomic-type.cpp | 73 +++++++++++++++++------------- test/SemaCXX/constant-expression-cxx11.cpp | 14 +++--- 6 files changed, 111 insertions(+), 75 deletions(-)