[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)
commitd977b67ed617f4c1f7e0d1450f3d0adc41cb07b4
tree22d75ba6e0a93239d0cca2c0df4048a6e7b59d02
parent890f17c256e68f1dddece62c238d43cdfdb84a37
[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

llvm-svn: 371756
clang/lib/FrontendTool/ExecuteCompilerInvocation.cpp
clang/test/Analysis/analyzer-enabled-checkers.c