[PATCH] D80603: add isAtPosition narrowing matcher for parmVarDecl
Dmitri Gribenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 28 13:13:38 PDT 2020
gribozavr2 added a comment.
> Is there a reason we want to support blocks but not lambdas?
Lambdas are supported (see tests). Lambdas generate classes with regular function decls, so there's no surprise there.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80603/new/
https://reviews.llvm.org/D80603
More information about the cfe-commits
mailing list