Depends on D78740.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
| clang-tools-extra/clangd/Preamble.cpp | ||
|---|---|---|
| 321 | 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" | |
| 327 | I doubt we'd ever bother fixing this. | |
| 331 | (this needs an update for the deleting-R patch) | |
| clang-tools-extra/clangd/unittests/PreambleTests.cpp | ||
| 139 | nit: baseline is one word | |
| 142 | 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"