summaryrefslogtreecommitdiffstats
path: root/clang/Driver/AnalysisConsumer.h
Commit message (Expand)AuthorAgeFilesLines
* Hook up the Plist diagnostic client to the driver.Ted Kremenek2008-11-031-1/+7
* Make the analyzer store (memory model) a command line option.Ted Kremenek2008-10-241-1/+8
* Added Ubigraph visualization for the static analyzer (this is pretty alpha qu...Ted Kremenek2008-08-271-2/+4
* Provide an "Analysis Scope" for Analyses so checks can either be run on code ...Ted Kremenek2008-07-151-1/+1
* Break off declaration of Analysis enum into Analyses.def. The driver options inTed Kremenek2008-07-141-9/+4
* Add new check: -check-objc-methodsigs. This check scans methods inTed Kremenek2008-07-111-1/+2
* Moved logic for -dump-cfg and -view-cfg into AnalysisConsumer.Ted Kremenek2008-07-021-0/+2
* Move -dump-live-variables logic to AnalysisConsumer.Ted Kremenek2008-07-021-0/+1
* Move logic for "-checker-simple" to the new AnalysisConsumer interface.Ted Kremenek2008-07-021-1/+2
* Migrated driver logic for running the CF retain/release checker over to the n...Ted Kremenek2008-07-021-1/+2
* Added AnalysisConsumer, a meta-level ASTConsumer class to drive variousTed Kremenek2008-07-021-0/+34
OpenPOWER on IntegriCloud