index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
Driver
/
AnalysisConsumer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LLVM up] Update for raw_fd_ostream change. This fixes a FIXME that
Daniel Dunbar
2008-11-13
1
-1
/
+1
*
Patch by Nikita Zhuk: Add TranslationUnitActions to AnalysisConsumer.
Ted Kremenek
2008-11-07
1
-0
/
+12
*
AnalysisManager can now be used to for analyses over TranslationUnits.
Ted Kremenek
2008-11-05
1
-5
/
+22
*
Hook up the Plist diagnostic client to the driver.
Ted Kremenek
2008-11-03
1
-6
/
+13
*
Rename 'HTMLDiagnostics.h' to 'PathDiagnosticClients.h'
Ted Kremenek
2008-11-03
1
-1
/
+1
*
Adjust code format.
Zhongxing Xu
2008-10-30
1
-2
/
+1
*
Make the analyzer store (memory model) a command line option.
Ted Kremenek
2008-10-24
1
-4
/
+18
*
Change implementation of NSError** coding-style check to be invoked at the en...
Ted Kremenek
2008-09-18
1
-5
/
+0
*
Implemented one of the checks requested in PR 2600:
Ted Kremenek
2008-09-18
1
-0
/
+5
*
Output "ANALYZE:" diagnostics to STDOUT instead of STDERR.
Ted Kremenek
2008-09-04
1
-2
/
+2
*
Add newline to end of file.
Daniel Dunbar
2008-08-29
1
-1
/
+1
*
Always print out the function we're analyzing.
Ted Kremenek
2008-08-28
1
-2
/
+4
*
Ubigraph visualization: represent cached nodes with a different style.
Ted Kremenek
2008-08-28
1
-3
/
+14
*
Automatically execute ubiviz.
Ted Kremenek
2008-08-28
1
-3
/
+28
*
Ubigraph-rendered ExplodedGraphs now have arrows and are oriented downward.
Ted Kremenek
2008-08-27
1
-1
/
+2
*
Added Ubigraph visualization for the static analyzer (this is pretty alpha qu...
Ted Kremenek
2008-08-27
1
-8
/
+104
*
Moved HTMLDiagnostics to lib/Driver.
Zhongxing Xu
2008-08-24
1
-1
/
+1
*
Fix regression when invoking the MissingDealloc analysis: disable this check ...
Ted Kremenek
2008-08-04
1
-0
/
+3
*
Add prototype implementation of unused ivar check.
Ted Kremenek
2008-07-23
1
-0
/
+5
*
Moved registration of basic path-sensitive checks from GRSimpleVals.cpp to GR...
Ted Kremenek
2008-07-22
1
-5
/
+10
*
Provide an "Analysis Scope" for Analyses so checks can either be run on code ...
Ted Kremenek
2008-07-15
1
-2
/
+2
*
Break off declaration of Analysis enum into Analyses.def. The driver options in
Ted Kremenek
2008-07-14
1
-51
/
+18
*
Add new check: -check-objc-methodsigs. This check scans methods in
Ted Kremenek
2008-07-11
1
-2
/
+13
*
For the -dealloc checker, check the LangOptions to determine whether or not t...
Ted Kremenek
2008-07-03
1
-2
/
+5
*
Have BugReporter::getCFG and BugReporter::getLiveVariables returns pointers i...
Ted Kremenek
2008-07-03
1
-20
/
+34
*
Added static analysis check to see if a subclass of NSObject implements -deal...
Ted Kremenek
2008-07-03
1
-9
/
+35
*
Unify the code path for the Dead Stores checker to always use the BugReporter...
Ted Kremenek
2008-07-02
1
-8
/
+7
*
Refactored some of the BugReporter interface so that data such as the ASTCont...
Ted Kremenek
2008-07-02
1
-24
/
+26
*
GRExprEngine now expects the LiveVariables information to be provided by its ...
Ted Kremenek
2008-07-02
1
-1
/
+3
*
Added version of CheckDeadStores that accepts a client-provided LiveVariables...
Ted Kremenek
2008-07-02
1
-1
/
+2
*
Moved logic for -dump-cfg and -view-cfg into AnalysisConsumer.
Ted Kremenek
2008-07-02
1
-0
/
+18
*
Move -dump-live-variables logic to AnalysisConsumer.
Ted Kremenek
2008-07-02
1
-1
/
+25
*
Migrate CheckerConsumer diagnostics to the new AnalysisConsumer interface.
Ted Kremenek
2008-07-02
1
-2
/
+42
*
Move logic for "-checker-simple" to the new AnalysisConsumer interface.
Ted Kremenek
2008-07-02
1
-13
/
+27
*
Migrated driver logic for running the CF retain/release checker over to the n...
Ted Kremenek
2008-07-02
1
-0
/
+58
*
Added AnalysisConsumer, a meta-level ASTConsumer class to drive various
Ted Kremenek
2008-07-02
1
-0
/
+248