[PATCH] D52334: [clang-tidy] Build it even without static analyzer
Stephen Kelly via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Sep 22 04:47:11 PDT 2018
steveire added a comment.
@JonasToth Sorry, I don't know what's unclear. I'm so surprised by your question that I think maybe I'm missing something. I thought the commit message and the patch itself are clear. Am I missing something?
Currently you can only build clang-tidy if you build the static analyzer.
This patch fixes that so that even if you do not build the static analyzer, you can build clang-tidy. That is the purpose of this patch, as in the title.
Am I missing something? Or did I misunderstand your comment?
================
Comment at: clang-tidy/tool/CMakeLists.txt:32
clangTidyModernizeModule
- clangTidyMPIModule
clangTidyObjCModule
----------------
JonasToth wrote:
> Is the MPI module remove from the list of available checks (`clang-tidy -list-checks`) with that?
Yes.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D52334
More information about the cfe-commits
mailing list