summaryrefslogtreecommitdiffstats
path: root/clang/Driver/AnalysisConsumer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Moved HTMLDiagnostics to lib/Driver.Zhongxing Xu2008-08-241-1/+1
* Fix regression when invoking the MissingDealloc analysis: disable this check ...Ted Kremenek2008-08-041-0/+3
* Add prototype implementation of unused ivar check.Ted Kremenek2008-07-231-0/+5
* Moved registration of basic path-sensitive checks from GRSimpleVals.cpp to GR...Ted Kremenek2008-07-221-5/+10
* Provide an "Analysis Scope" for Analyses so checks can either be run on code ...Ted Kremenek2008-07-151-2/+2
* Break off declaration of Analysis enum into Analyses.def. The driver options inTed Kremenek2008-07-141-51/+18
* Add new check: -check-objc-methodsigs. This check scans methods inTed Kremenek2008-07-111-2/+13
* For the -dealloc checker, check the LangOptions to determine whether or not t...Ted Kremenek2008-07-031-2/+5
* Have BugReporter::getCFG and BugReporter::getLiveVariables returns pointers i...Ted Kremenek2008-07-031-20/+34
* Added static analysis check to see if a subclass of NSObject implements -deal...Ted Kremenek2008-07-031-9/+35
* Unify the code path for the Dead Stores checker to always use the BugReporter...Ted Kremenek2008-07-021-8/+7
* Refactored some of the BugReporter interface so that data such as the ASTCont...Ted Kremenek2008-07-021-24/+26
* GRExprEngine now expects the LiveVariables information to be provided by its ...Ted Kremenek2008-07-021-1/+3
* Added version of CheckDeadStores that accepts a client-provided LiveVariables...Ted Kremenek2008-07-021-1/+2
* Moved logic for -dump-cfg and -view-cfg into AnalysisConsumer.Ted Kremenek2008-07-021-0/+18
* Move -dump-live-variables logic to AnalysisConsumer.Ted Kremenek2008-07-021-1/+25
* Migrate CheckerConsumer diagnostics to the new AnalysisConsumer interface.Ted Kremenek2008-07-021-2/+42
* Move logic for "-checker-simple" to the new AnalysisConsumer interface.Ted Kremenek2008-07-021-13/+27
* Migrated driver logic for running the CF retain/release checker over to the n...Ted Kremenek2008-07-021-0/+58
* Added AnalysisConsumer, a meta-level ASTConsumer class to drive variousTed Kremenek2008-07-021-0/+248
OpenPOWER on IntegriCloud