[all-commits] [llvm/llvm-project] 34e49d: Revert "[clang][AST] Print name instead of type wh...
Erich Keane via All-commits
all-commits at lists.llvm.org
Thu May 18 06:44:52 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 34e49d3e85a6dd03856af0fb4b7f8d8ae1f4f06a
https://github.com/llvm/llvm-project/commit/34e49d3e85a6dd03856af0fb4b7f8d8ae1f4f06a
Author: Erich Keane <erich.keane at intel.com>
Date: 2023-05-18 (Thu, 18 May 2023)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Basic/DiagnosticASTKinds.td
M clang/lib/AST/ExprConstant.cpp
M clang/lib/AST/Interp/Interp.cpp
M clang/test/AST/Interp/cxx20.cpp
M clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/p4.cpp
M clang/test/SemaCXX/constant-expression-cxx2a.cpp
M clang/test/SemaCXX/cxx2a-consteval.cpp
Log Message:
-----------
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.
More information about the All-commits
mailing list