Reland [clangd] clangd --check: standalone diagnosis of common problems
authorSam McCall <sam.mccall@gmail.com>
Thu, 1 Oct 2020 14:14:31 +0000 (16:14 +0200)
committerSam McCall <sam.mccall@gmail.com>
Thu, 1 Oct 2020 14:18:18 +0000 (16:18 +0200)
commitf6b1323bc680812e04904293854c356530985bcd
tree290eaaaf77e27cd41a8a34c25ee5321e46bd2fc2
parent30d07b14a274f075a01d201ad59723ca1a4a9b57
Reland [clangd] clangd --check: standalone diagnosis of common problems

This reverts commit 30d07b14a274f075a01d201ad59723ca1a4a9b57.

Test failures have (hopefully) been fixed.
clang-tools-extra/clangd/test/check-fail.test [new file with mode: 0644]
clang-tools-extra/clangd/test/check.test [new file with mode: 0644]
clang-tools-extra/clangd/tool/CMakeLists.txt
clang-tools-extra/clangd/tool/Check.cpp [new file with mode: 0644]
clang-tools-extra/clangd/tool/ClangdMain.cpp