clang-tidy: Don't repeat list of all checks in three places.

Instead, put all checks in a cmake variable and reference this.

Also, make clangd use the the ClangTidyForceLinker.h header instead
of duplicating the list of modules -- the duplicate copy was missing
the new "darwin" checker added in r373065.

Differential Revision: https://reviews.llvm.org/D68132

git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@373082 91177308-0d34-0410-b5e6-96231b3b80d8
6 files changed