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



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to