[PATCH] D119477: Ignore FullExpr when traversing cast sub-expressions
Kim Gräsman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 10 13:18:34 PST 2022
kimgr added a subscriber: aaron.ballman.
kimgr added a comment.
@aaron.ballman This patch replaces https://reviews.llvm.org/D117391 as a potential solution for https://github.com/llvm/llvm-project/issues/53044.
I can't swear that the new diagnostics in cxx2a-consteval.cpp are standards-conforming, but I think they are no less correct than what's already there. Fingers crossed :-)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119477/new/
https://reviews.llvm.org/D119477
More information about the cfe-commits
mailing list