Depends on D78740.
Details
Details
Diff Detail
Diff Detail
- Repository
 - rG LLVM Github Monorepo
 
Event Timeline
| clang-tools-extra/clangd/Preamble.cpp | ||
|---|---|---|
| 336 | what's the purpose of this? to avoid repeating the filename everywhere in the patch? maybe add a comment "// set default filename for subsequent #line directives"  | |
| 352 | I doubt we'd ever bother fixing this.  | |
| 356 | (this needs an update for the deleting-R patch)  | |
| clang-tools-extra/clangd/unittests/PreambleTests.cpp | ||
| 137–138 | nit: baseline is one word  | |
| 137–138 | I missed this last time, but this test seems unneccesarily confusing 
  | |
what's the purpose of this? to avoid repeating the filename everywhere in the patch? maybe add a comment "// set default filename for subsequent #line directives"