]> granicus.if.org Git - clang/commit
Pass AnalyzerOptions to PathDiagnosticConsumer to make analyzer options accessible...
authorTed Kremenek <kremenek@apple.com>
Wed, 19 Dec 2012 01:35:35 +0000 (01:35 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 19 Dec 2012 01:35:35 +0000 (01:35 +0000)
commit9fcc2ab2ec5e00802880e205568ff3afbd70a773
tree9756a13858180bf8ae1666526e0961259e85274c
parent6ee225c8d4381e728c73252ed589f13e9f546def
Pass AnalyzerOptions to PathDiagnosticConsumer to make analyzer options accessible there.

This is plumbing needed for later functionality changes.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170488 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h
lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
lib/StaticAnalyzer/Core/TextPathDiagnostics.cpp
lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp