Depends on D143093
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang-tools-extra/clangd/Diagnostics.cpp | ||
---|---|---|
102 | I think we answered this in the negative? | |
715–716 | PLoc is a confusing name for something that interacts with but is not a PresumedLoc I'd prefer avoiding auto here, too | |
clang-tools-extra/clangd/SourceCode.cpp | ||
1225 | just make it a function? it captures nothing |
Comment Actions
- Drop FIXME for respecting all presumed locations
- Use PatchLoc instead of PLoc
- Rebase
I think we answered this in the negative?