]> granicus.if.org Git - clang/commit
[analyzer] Add -analyzer-purge option which can take on multiple values, remove ...
authorAnna Zaks <ganna@apple.com>
Fri, 30 Sep 2011 02:03:00 +0000 (02:03 +0000)
committerAnna Zaks <ganna@apple.com>
Fri, 30 Sep 2011 02:03:00 +0000 (02:03 +0000)
commitd30952838421ddfb9f7e346b2ba8213889a5f789
treeef3e7603067ab897317969972d879acab3a2e0a7
parent3fedbe1f71c18fba01d39109d606f421a0103a2a
[analyzer] Add -analyzer-purge option which can take on multiple values, remove -analyzer-purge=none. (Small refactor as well: move the work of constructing AnalysisManager from the callers to the class itself.)

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@140838 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/CC1Options.td
include/clang/Frontend/Analyses.def
include/clang/Frontend/AnalyzerOptions.h
include/clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h
lib/Frontend/CompilerInvocation.cpp
lib/StaticAnalyzer/Core/AnalysisManager.cpp
lib/StaticAnalyzer/Core/CoreEngine.cpp
lib/StaticAnalyzer/Core/ExprEngine.cpp
lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
test/Analysis/null-deref-ps.c