]> granicus.if.org Git - clang/commit
Make AnalyzerOptions a shared object between CompilerInvocation and
authorTed Kremenek <kremenek@apple.com>
Fri, 31 Aug 2012 04:36:05 +0000 (04:36 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 31 Aug 2012 04:36:05 +0000 (04:36 +0000)
commit45796b10d11869e86c6b85e24df165410536b313
tree3b6ee0f5c3fba548a8c99f39eeb5ccb30c0b5e09
parent987695a5ddd78beca784d4e503ffbc2dc879181a
Make AnalyzerOptions a shared object between CompilerInvocation and
AnalysisManager, allowing the StringMap of configuration values to
be propagated.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162978 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Frontend/CompilerInstance.h
include/clang/Frontend/CompilerInvocation.h
include/clang/StaticAnalyzer/Core/AnalyzerOptions.h
lib/Frontend/CompilerInvocation.cpp
lib/FrontendTool/ExecuteCompilerInvocation.cpp
lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp
lib/StaticAnalyzer/Frontend/AnalysisConsumer.h