check-clang-tools will run check-clangd first, and then run the rest
tests. If clangd tests fails, check-clang-tools would be stopped.
This would block other clang-tools developers if clangd is broken.
Differential D52781
[clangd] Don't make check-clangd as a dependency in check-clang-tools hokein on Oct 2 2018, 7:32 AM. Authored by
Details check-clang-tools will run check-clangd first, and then run the rest This would block other clang-tools developers if clangd is broken.
Diff Detail
Event TimelineComment Actions Verified that it does not block other clang-extra tools if clangd tests fail. Thank you very much for fixing! |