[PATCH] D117391: [AST] Ignore implicit nodes in CastExpr::getConversionFunction
Kim Gräsman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 2 08:48:11 PST 2022
kimgr added a comment.
@aaron.ballman @davrec Thank you both!
I started with @davrec's suggestion from https://github.com/llvm/llvm-project/issues/53044#issuecomment-1006894536, and while it fixed the problem it broke several other consteval lit tests.
It could be that those test breaks are benign, but they startled me a little, so I decided to narrow the fix.
I'll try and rebase on latest and experiment with a few different approaches and report back.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117391/new/
https://reviews.llvm.org/D117391
More information about the cfe-commits
mailing list