We now make up a TypeLoc for the class receiver to simplify visiting,
notably for indexing, availability, and clangd.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/test/Index/Core/index-source.m | ||
---|---|---|
410 | It's fine, while recording the data we make sure to keep the entries sorted by location. |
Is it okay that this is being visited out of source order now? CC @akyrtzi