[PATCH] D37188: [clang-tools-extra] [cmake] Support running extra clang tool tests without static analyzer

Alexander Kornienko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Aug 28 08:05:34 PDT 2017


alexfh added a comment.

This could be done even more granularly, since clang-tidy only needs static analyzer to run clang-analyzer-* checks. But that would involve some careful #ifdef-ing of the parts of clang-tidy/ClangTidy.cpp, so I'll understand if you say you have little interest in this.


Repository:
  rL LLVM

https://reviews.llvm.org/D37188





More information about the cfe-commits mailing list