Currently we match an include only if we are inside filename, with this patch we
will match whenever we are on the starting line of the include.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D51163
[clangd] Check for include overlapping looks for only the line now. ClosedPublic Authored by kadircet on Aug 23 2018, 7:43 AM.
Details Summary Currently we match an include only if we are inside filename, with this patch we
Diff Detail
Event TimelineHerald added subscribers: cfe-commits, arphaman, jkorous, MaskRay. · View Herald TranscriptAug 23 2018, 7:43 AM This revision is now accepted and ready to land.Aug 23 2018, 8:49 AM Closed by commit rL340539: [clangd] Check for include overlapping looks for only the line now. (authored by kadircet). · Explain WhyAug 23 2018, 8:56 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 162195 clang-tools-extra/trunk/clangd/XRefs.cpp
clang-tools-extra/trunk/unittests/clangd/XRefsTests.cpp
|