]> granicus.if.org Git - clang/commit
Add configuration plumbing to enable static initializer branching in the CFG for...
authorTed Kremenek <kremenek@apple.com>
Fri, 29 Mar 2013 00:09:22 +0000 (00:09 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 29 Mar 2013 00:09:22 +0000 (00:09 +0000)
commit02a88c3edf1aeb9580e0b6e444b30c52846a673c
treeae4ddc1ae737fdc2200c607119e140be268f23e4
parent99a72d2d875321b4d91e6aef4e20b289f3d05db4
Add configuration plumbing to enable static initializer branching in the CFG for the analyzer.

This setting still isn't enabled yet in the analyzer.  This is
just prep work.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178317 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/AnalysisContext.h
include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
lib/Analysis/AnalysisDeclContext.cpp
lib/StaticAnalyzer/Core/AnalysisManager.cpp
lib/StaticAnalyzer/Core/AnalyzerOptions.cpp