This commit itself doesn't add any unit tests, but one that does will
follow shortly.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 6641 Build 6641: arc lint + arc unit
Event Timeline
clangd/tool/ClangdMain.cpp | ||
---|---|---|
11 | 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 | Done. I've actually followed a pattern of CMakeLists.txt from tool-extra, albeit a different one :-) |
I'd suggest to not have parent directory includes, but add them to the cmake file as in other extra tools, like in:
https://github.com/llvm-mirror/clang-tools-extra/blob/master/clang-query/tool/CMakeLists.txt