This commit itself doesn't add any unit tests, but one that does will
follow shortly.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
clangd/tool/ClangdMain.cpp | ||
---|---|---|
11 ↗ | (On Diff #99723) | I'd suggest to not have parent directory includes, but add them to the cmake file as in other extra tools, like in: |
Comment Actions
Got rid of relative includes from parent dir in ClangdMain.cpp. (Addressed krasimir's comments)
clangd/tool/ClangdMain.cpp | ||
---|---|---|
11 ↗ | (On Diff #99723) | Done. I've actually followed a pattern of CMakeLists.txt from tool-extra, albeit a different one :-) |