]> granicus.if.org Git - clang/commit
[analyzer] Don't run the analyzer for -analyzer-list-enabled-checkers
authorKristof Umann <kristof.umann@ericsson.com>
Thu, 12 Sep 2019 18:53:48 +0000 (18:53 +0000)
committerKristof Umann <kristof.umann@ericsson.com>
Thu, 12 Sep 2019 18:53:48 +0000 (18:53 +0000)
commitb5f31312eb6f814b9576d4b5a1d19afee4039d80
tree76855622b3705cbe7ae5897b43cc28079f5499ee
parente6202c43db54569c344e8dff98fdb399ef023c82
[analyzer] Don't run the analyzer for -analyzer-list-enabled-checkers

Short and sweet. Whenever I use -analyzer-list-enabled-checkers, I'm only
interested about the configuration, not about the analysis.

Differential Revision: https://reviews.llvm.org/D66714

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@371756 91177308-0d34-0410-b5e6-96231b3b80d8
lib/FrontendTool/ExecuteCompilerInvocation.cpp
test/Analysis/analyzer-enabled-checkers.c