[PATCH] D55437: [Index] Index declarations in lambda expression.
Ilya Biryukov via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Dec 18 06:51:43 PST 2018
ilya-biryukov accepted this revision.
ilya-biryukov added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: lib/Index/IndexBody.cpp:464
+ if (DC && isLambdaCallOperator(DC)) {
+ IndexCtx.handleDecl(D);
+ }
----------------
NIT: remove braces around single-statement branch
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55437/new/
https://reviews.llvm.org/D55437
More information about the cfe-commits
mailing list