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
/
lib
/
StaticAnalyzer
/
Checkers
/
RetainCountChecker.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Minor code formatting cleanups.
Ted Kremenek
2012-01-04
1
-17
/
+17
*
Fix typos in analyzer diagnostics pointed out by Matt Beaumont-Gay and Robert...
Ted Kremenek
2011-12-22
1
-2
/
+2
*
[analyzer] Change RetainCountChecker to use symbol dump method instead
Anna Zaks
2011-12-05
1
-2
/
+3
*
[analyzer] Refactor checkers to use helper function for getting callee Decl a...
Anna Zaks
2011-12-01
1
-5
/
+2
*
[static analyzer] Tweak RetainCountChecker's diagnostics to correctly indicat...
Ted Kremenek
2011-11-14
1
-4
/
+20
*
[analyzer] CheckerContext::getPredecessor() cleanup
Anna Zaks
2011-11-01
1
-2
/
+1
*
[analyzer] Add getLocationContext to CheckerContext
Anna Zaks
2011-10-26
1
-2
/
+2
*
[analyzer] Rename generateNode -> addTransition in CheckerContext
Anna Zaks
2011-10-26
1
-10
/
+10
*
[analyzer] Remove getEngine() form CheckerContext
Anna Zaks
2011-10-25
1
-27
/
+24
*
[analyzer] Simplify CheckerContext
Anna Zaks
2011-10-25
1
-4
/
+4
*
[analyze] Convert EndOfPath callback to use CheckerContext
Anna Zaks
2011-10-25
1
-20
/
+9
*
[analyzer] Remove dead code.
Anna Zaks
2011-10-18
1
-1
/
+0
*
[analyzer] Node Builder refactoring: Introduce a simple Node Builder responsi...
Anna Zaks
2011-10-18
1
-7
/
+11
*
Change operator<< for raw_ostream and NamedDecl to take a reference instead o...
Benjamin Kramer
2011-10-14
1
-3
/
+3
*
[analyzer] Remove the dependency on CheckerContext::getStmt() as well as the ...
Anna Zaks
2011-10-06
1
-2
/
+2
*
Fix major regression in RetainCountChecker. DefaultSummaries were not being ...
Ted Kremenek
2011-10-05
1
-89
/
+101
*
[analyzer] Remove the last dependency on CheckerContext::getNodeBuilder() as ...
Anna Zaks
2011-10-05
1
-14
/
+10
*
[analyzer] Removing more references to CheckerContext::getNodeBuilder(): ask ...
Anna Zaks
2011-10-04
1
-6
/
+2
*
[analyzer] Removing references to CheckerContext::getNodeBuilder(): checkers ...
Anna Zaks
2011-10-04
1
-2
/
+2
*
Allow getting all source locations of selector identifiers in a ObjCMethodDecl.
Argyrios Kyrtzidis
2011-10-03
1
-3
/
+4
*
Tweak the interface for analyzing the CF conventions for a name
John McCall
2011-10-01
1
-8
/
+6
*
[analyzer] Fix a bug in RetainReleaseChecker diagnostics. It gives more preci...
Anna Zaks
2011-09-30
1
-1
/
+1
*
[analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(Sourc...
Anna Zaks
2011-09-20
1
-6
/
+10
*
[analyzer] Refactor: make PathDiagnosticLocation responsible for validation o...
Anna Zaks
2011-09-15
1
-2
/
+2
*
[analyzer] Refactor: make PathDiagnosticLocation responsible for validation o...
Anna Zaks
2011-09-15
1
-2
/
+4
*
[analyzer] Refactor: Make PathDiagnosticLocation responsible for creating a v...
Anna Zaks
2011-09-14
1
-23
/
+1
*
Switch LangOptions over to a .def file that describes header of the
Douglas Gregor
2011-09-13
1
-3
/
+3
*
Make helpers static, remove unused variables.
Benjamin Kramer
2011-09-03
1
-1
/
+1
*
[analyzer] Remove TransferFuncs.h, then deal with the fallout.
Jordy Rose
2011-09-02
1
-0
/
+1
*
[analyzer] Move RetainReleaseChecker to the Checkers library and rename it to...
Jordy Rose
2011-09-02
1
-0
/
+3600
[prev]