Revert "[clang][AST] Print name instead of type when diagnosing uninitialized subobje...
authorErich Keane <erich.keane@intel.com>
Thu, 18 May 2023 13:23:24 +0000 (06:23 -0700)
committerErich Keane <erich.keane@intel.com>
Thu, 18 May 2023 13:44:39 +0000 (06:44 -0700)
commit34e49d3e85a6dd03856af0fb4b7f8d8ae1f4f06a
treea97da0fe487b597b4d5c5919c859781cdbd52b2e
parent4130ccc8be9567bfd8673b2ab1bdcd4f1463af89
Revert "[clang][AST] Print name instead of type when diagnosing uninitialized subobject in constexpr variables"

This reverts commit 0e167fc0a2147c9b673b8afd5fea001b0d127781.

This patch causes its assertion to fire when doing AST-dump, so
reverting so that the author has time to fix this.
clang/docs/ReleaseNotes.rst
clang/include/clang/Basic/DiagnosticASTKinds.td
clang/lib/AST/ExprConstant.cpp
clang/lib/AST/Interp/Interp.cpp
clang/test/AST/Interp/cxx20.cpp
clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p4.cpp
clang/test/SemaCXX/constant-expression-cxx2a.cpp
clang/test/SemaCXX/cxx2a-consteval.cpp