llvm-project/clang/lib/StaticAnalyzer/Frontend
Alexander Kornienko 7a712cea71 Allow specifying a custom PathDiagnosticConsumer for use with the static analyzer.
Summary:
Make objects returned by CreateAnalysisConsumer expose an interface,
that allows providing a custom PathDiagnosticConsumer, so that users can have
raw data in a form easily usable from the code (unlike plist/HTML in a file).

Reviewers: jordan_rose, krememek

CC: cfe-commits

Differential Revision: http://llvm-reviews.chandlerc.com/D2556

llvm-svn: 200710
2014-02-03 18:37:50 +00:00
..
AnalysisConsumer.cpp Allow specifying a custom PathDiagnosticConsumer for use with the static analyzer. 2014-02-03 18:37:50 +00:00
CMakeLists.txt [CMake] Prune stray entries in add_dependencies(). target_link_libraries() implies it. 2014-01-31 11:19:04 +00:00
CheckerRegistration.cpp Factor CheckerManager to be able to pass AnalyzerOptions to checkers 2013-04-16 21:10:05 +00:00
FrontendActions.cpp Make clang::ento::CreateAnalysisConsumer a part of a public interface of the static analyzer. 2014-01-03 17:23:10 +00:00
Makefile When building StaticAnalyzer/Frontend add -I "<Checkers build dir>" to allow Checkers.inc to be 2011-02-17 18:40:33 +00:00