[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 17:36:22 PDT 2017
alexfh accepted this revision.
alexfh added a comment.
This revision is now accepted and ready to land.
In https://reviews.llvm.org/D37188#854144, @mgorny wrote:
> I might be missing something but currently clang-tidy is not built at all when static analyzer is disabled.
Yes, but it could be built except for the parts that actually need the static analyzer. As I've said, this would require careful surgery of ClangTidy.cpp and of some other files.
We can do that later.
LG
Repository:
rL LLVM
https://reviews.llvm.org/D37188
More information about the cfe-commits
mailing list