[PATCH] D146358: [clang][AST] Print name instead of type when diagnosing uninitialized subobject in constexpr variables
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 23 07:04:04 PDT 2023
aaron.ballman accepted this revision.
aaron.ballman added a comment.
In D146358#4364058 <https://reviews.llvm.org/D146358#4364058>, @hazohelet wrote:
> The cause of the regression has been fixed in the other patch.
> This is a resubmission with rebase to the upstream.
LGTM, feel free to land again. I believe the failing precommit CI test is unrelated to the changes here, but please keep an eye on the post-commit bots just in case.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146358/new/
https://reviews.llvm.org/D146358
More information about the cfe-commits
mailing list