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)
commit3a081a033926da9cdd68ccb8705ad882704f68b5
treef93ae66ce658d27b1b3326deb9abaa9fcfa3ad09
parent372735f3423bbaacccda99e61805d6d8644487cc
Pass AnalyzerOptions to PathDiagnosticConsumer to make analyzer options accessible there.

This is plumbing needed for later functionality changes.

llvm-svn: 170488
clang/include/clang/StaticAnalyzer/Core/PathDiagnosticConsumers.h
clang/lib/StaticAnalyzer/Core/HTMLDiagnostics.cpp
clang/lib/StaticAnalyzer/Core/PlistDiagnostics.cpp
clang/lib/StaticAnalyzer/Core/TextPathDiagnostics.cpp
clang/lib/StaticAnalyzer/Frontend/AnalysisConsumer.cpp