]> granicus.if.org Git - clang/commit
Have AnalyzerOptions::getBooleanOption() stick the matching config
authorTed Kremenek <kremenek@apple.com>
Mon, 1 Oct 2012 18:28:19 +0000 (18:28 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 1 Oct 2012 18:28:19 +0000 (18:28 +0000)
commit622b6fb0a1d280c16e135c7e427b79cafffbde1f
treeed546fdae1b950bb96b131078813e1ca63e05f3b
parent43e8ef0b90dffcf9bda4fc2d3e6b21feb1e15bfb
Have AnalyzerOptions::getBooleanOption() stick the matching config
string in the config table so that it can be dumped as part of the
config dumper.  Add a test to show that these options are sticking
and can be cross-checked using FileCheck.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@164954 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
include/clang/StaticAnalyzer/Core/PathSensitive/AnalysisManager.h
lib/StaticAnalyzer/Core/AnalysisManager.cpp
lib/StaticAnalyzer/Core/AnalyzerOptions.cpp
lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
test/Analysis/analyzer-config.c [new file with mode: 0644]