[clangd] Retire clang-tidy-checks flag.
authorNathan James <n.james93@hotmail.co.uk>
Sat, 13 Feb 2021 14:14:21 +0000 (14:14 +0000)
committerNathan James <n.james93@hotmail.co.uk>
Sat, 13 Feb 2021 14:14:22 +0000 (14:14 +0000)
commit022920c25b8eb90b0bd0d209a9d0f836743a21bb
treefe4739c8c29a86ab07c00d561136816878c4527e
parentf2f920b987f3810863b9d0160cbb52df3fa2ab6f
[clangd] Retire clang-tidy-checks flag.

In clangd-12 the ability to override what clang tidy checks should run was moved into config.
For the 13 release its a wise progression to remove the command line option for this.

Reviewed By: sammccall

Differential Revision: https://reviews.llvm.org/D96508
clang-tools-extra/clangd/tool/ClangdMain.cpp