[PATCH] D95644: Ensure that we traverse non-op() method bodys of lambdas
Stephen Kelly via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 28 15:44:21 PST 2021
steveire added inline comments.
================
Comment at: clang/unittests/ASTMatchers/ASTMatchersTraversalTest.cpp:485
+ A a;
+ auto l = [a] { };
+ auto lCopy = l;
----------------
I don't know how to create a lambda with a default ctor body.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D95644/new/
https://reviews.llvm.org/D95644
More information about the cfe-commits
mailing list