summaryrefslogtreecommitdiffstats
path: root/clang/Driver/AnalysisConsumer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move <root>/Driver into <root>/tools/clang-cc.Daniel Dunbar2009-03-241-770/+0
* Display the exploded graph before calling BugReporter.FlushReports(). The latterTed Kremenek2009-03-111-4/+4
* Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*Daniel Dunbar2009-03-021-2/+2
* Add experimental logic in GRExprEngine::EvalEagerlyAssume() to handleTed Kremenek2009-02-251-1/+7
* Make 'RangeConstraintManager' the default ConstraintManager.Ted Kremenek2009-02-201-1/+1
* Static Analyzer driver/options (partial) cleanup:Ted Kremenek2009-02-171-73/+155
* RangeConstraintManager is not on by default.Ted Kremenek2009-02-161-1/+1
* Patch by Ben Laurie:Ted Kremenek2009-02-141-0/+7
* AnalysisConsumer: Explicitly destroy the PathDiagnosticClient at the end of H...Ted Kremenek2009-02-131-8/+9
* Overhaul BugReporter interface and implementation. The new interface cleans upTed Kremenek2009-02-041-2/+2
* AnalysisConsumer:Ted Kremenek2009-02-021-10/+4
* Introduce a new PresumedLoc class to represent the concept of a locationChris Lattner2009-01-271-11/+7
* Added clang option '--analyzer-display-progress' to indicate that the analyze...Ted Kremenek2009-01-231-10/+18
* When using -analyzer-output-plist always output a plist file even if it conta...Ted Kremenek2009-01-231-1/+10
* Add an option to make 'RemoveDeadBindings' a configurable behavior. This enablesZhongxing Xu2008-12-221-3/+12
* Update Driver to new interface for LiveVariables.Ted Kremenek2008-12-091-1/+1
* Add support for pluggable components of static analyzer.Zhongxing Xu2008-11-271-12/+46
* Display the function we are analyzing before running LiveVariables.Ted Kremenek2008-11-241-4/+4
* Rename Selector::getName() to Selector::getAsString(), and addChris Lattner2008-11-241-2/+2
* Output 'ANALYZE' messages to standard error. This should address the intermi...Ted Kremenek2008-11-201-2/+2
* [LLVM up] Update for raw_fd_ostream change. This fixes a FIXME thatDaniel Dunbar2008-11-131-1/+1
* Patch by Nikita Zhuk: Add TranslationUnitActions to AnalysisConsumer.Ted Kremenek2008-11-071-0/+12
* AnalysisManager can now be used to for analyses over TranslationUnits.Ted Kremenek2008-11-051-5/+22
* Hook up the Plist diagnostic client to the driver.Ted Kremenek2008-11-031-6/+13
* Rename 'HTMLDiagnostics.h' to 'PathDiagnosticClients.h'Ted Kremenek2008-11-031-1/+1
* Adjust code format.Zhongxing Xu2008-10-301-2/+1
* Make the analyzer store (memory model) a command line option.Ted Kremenek2008-10-241-4/+18
* Change implementation of NSError** coding-style check to be invoked at the en...Ted Kremenek2008-09-181-5/+0
* Implemented one of the checks requested in PR 2600:Ted Kremenek2008-09-181-0/+5
* Output "ANALYZE:" diagnostics to STDOUT instead of STDERR.Ted Kremenek2008-09-041-2/+2
* Add newline to end of file.Daniel Dunbar2008-08-291-1/+1
* Always print out the function we're analyzing.Ted Kremenek2008-08-281-2/+4
* Ubigraph visualization: represent cached nodes with a different style.Ted Kremenek2008-08-281-3/+14
* Automatically execute ubiviz.Ted Kremenek2008-08-281-3/+28
* Ubigraph-rendered ExplodedGraphs now have arrows and are oriented downward.Ted Kremenek2008-08-271-1/+2
* Added Ubigraph visualization for the static analyzer (this is pretty alpha qu...Ted Kremenek2008-08-271-8/+104
* 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
OpenPOWER on IntegriCloud