A followup of rL369514, the previous patch was fix the
DeclarationAndMacrosFinder (we will not get decl from implicit
node under the cursor).
This patch is to fix ReferenceFinder (we will not collect implicit references).
Details
Details
- Reviewers
ilya-biryukov
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 37080 Build 37079: arc lint + arc unit
Event Timeline
Comment Actions
This actually seems useful. If one starts the search at operator bool, it's nice to see its implicit calls too.
What are the cons of having this?