Details
Details
- Reviewers
hokein
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 41502 Build 41719: arc lint + arc unit
Event Timeline
Comment Actions
By the way, may I get permissions to assign issues to myself (and make other such metadata changes to issues) on github?
Comment Actions
sure, we just sent you an invitation to the clangd org.
clang-tools-extra/clangd/XRefs.cpp | ||
---|---|---|
153 | this looks a hacky workaround, I assume it may introduce other regression issues. I think https://reviews.llvm.org/D70773 and https://reviews.llvm.org/D70807 should fix most annoying cases (function call). |
clang-tools-extra/clangd/XRefs.cpp | ||
---|---|---|
153 | Fair enough! Will abandon this patch. |
this looks a hacky workaround, I assume it may introduce other regression issues.
I think https://reviews.llvm.org/D70773 and https://reviews.llvm.org/D70807 should fix most annoying cases (function call).