Details
Details
- Reviewers
hokein - Commits
- rGaa3c7638ba16: [clang] Traverse init-captures while indexing
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I did try to add a test to clang/test/Index/Core/index-source.cpp, however the output of c-index-test does not seem to be changed by adding this reference.
Comment Actions
Could you check clang/test/Index/cxx14-lambdas.cpp, looks like that file is testing lambda.
Comment Actions
Thank you for the suggestion, I was able to make the test work with cxx14-lambdas.cpp.