]> granicus.if.org Git - clang/commit
Change AnalyzerOptions::mayInlineCXXMemberFunction to default populate
authorTed Kremenek <kremenek@apple.com>
Tue, 2 Oct 2012 20:31:52 +0000 (20:31 +0000)
committerTed Kremenek <kremenek@apple.com>
Tue, 2 Oct 2012 20:31:52 +0000 (20:31 +0000)
commit9e28fe60bbfa5de196ce4aa396210bf10fc5c266
tree973dcf69ad1fc416bedba71cccc989e569820912
parent2a46533633441176e93b484739a0a27e07150b63
Change AnalyzerOptions::mayInlineCXXMemberFunction to default populate
the config string table.  Also setup a test for dumping the analyzer
configuration for C++.

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