[PATCH] D52334: [clang-tidy] Build it even without static analyzer
    Jonas Toth via Phabricator via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Fri Sep 21 00:28:47 PDT 2018
    
    
  
JonasToth added a comment.
Do builds even work properly if the CSA is not build right now?
================
Comment at: clang-tidy/tool/CMakeLists.txt:32
   clangTidyModernizeModule
-  clangTidyMPIModule
   clangTidyObjCModule
----------------
Is the MPI module remove from the list of available checks (`clang-tidy -list-checks`) with that?
Repository:
  rCTE Clang Tools Extra
https://reviews.llvm.org/D52334
    
    
More information about the cfe-commits
mailing list