[PATCH] D117391: [AST] Ignore implicit nodes in CastExpr::getConversionFunction
Kim Gräsman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Jan 16 07:19:12 PST 2022
kimgr added inline comments.
================
Comment at: clang/unittests/Tooling/CastExprTest.cpp:111
+ "const char *f() {\n"
+ " constexpr X x;\n";
+ " return x;\n"
----------------
Oops, spurious semicolon here. Will post a new version once I've tested it.
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