index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
CFRefCount.cpp
Age
Commit message (
Expand
)
Author
2008-05-06
Experiment with not converting bug names to lower case.
Ted Kremenek
2008-05-06
Generate "stop" summaries for selectors involving receivers whose type is not...
Ted Kremenek
2008-05-06
Use strncmp correctly.
Ted Kremenek
2008-05-06
Make string comparison legible and remove buffer overrun introduced by typo.
Ted Kremenek
2008-05-06
String comparison cleanups.
Ted Kremenek
2008-05-06
Fix logic error in string processing.
Ted Kremenek
2008-05-06
Remove assertion.
Ted Kremenek
2008-05-06
Use EvalSummary to process message expressions, thereby unifying the checker
Ted Kremenek
2008-05-06
Added receiver effects to EvalSummary.
Ted Kremenek
2008-05-06
Expand summaries to include "Receiver" effects.
Ted Kremenek
2008-05-06
Added initialization code to generate initial set of ObjC method summaries (n...
Ted Kremenek
2008-05-06
Added code to generate initial set of summaries for instance methods.
Ted Kremenek
2008-05-05
Add summary generation for "initXXX" methods.
Ted Kremenek
2008-05-05
Make CF retain diagnostics more succinct.
Ted Kremenek
2008-05-05
Initial work on refactoring the CFRefCount checker so that it is more
Ted Kremenek
2008-05-05
Improve leak diagnostics to not report a leak on the same line where
Ted Kremenek
2008-05-05
Improved leak diagnostics.
Ted Kremenek
2008-05-05
Minor refactorings/cleanups in CF retain checker and added support for NSMake...
Ted Kremenek
2008-05-02
Improved diagnostics for leaks: now we report which variable was leaked.
Ted Kremenek
2008-05-02
When running the reference count checker twice (GC and non-GC mode), only emit
Ted Kremenek
2008-05-01
Fix copy-paste bug.
Ted Kremenek
2008-05-01
Remove no longer valid assertion.
Ted Kremenek
2008-05-01
Added line number diagnostics to indicate the allocation site of the leaked o...
Ted Kremenek
2008-05-01
Do not highlight bogus ranges for leaks.
Ted Kremenek
2008-05-01
Correctly invalidate reference count state when passing objects by reference ...
Ted Kremenek
2008-05-01
Renamed static method.
Ted Kremenek
2008-05-01
When processing "release", "retain", and "autorelease" messages return the
Ted Kremenek
2008-05-01
Added support for "autorelease" message in CF ref. count checker.
Ted Kremenek
2008-04-30
added preliminary diagnostics in scan-build results to denote whether
Ted Kremenek
2008-04-30
Teach more of the static analyzer about ObjCQualifiedIdType.
Ted Kremenek
2008-04-30
Teach the static analysis engine about ObjCQualifiedIdType.
Ted Kremenek
2008-04-29
Update typestate logic to support GC-mode.
Ted Kremenek
2008-04-29
Implement semantics of CFMakeCollectable for the CF-reference count checker.
Ted Kremenek
2008-04-29
Provide the option to run the CF-retain checker in GC enabled mode.
Ted Kremenek
2008-04-25
Do a better job at computing dead symbols.
Ted Kremenek
2008-04-24
Add preliminary support for flagging leaks around when they happen (doesn't w...
Ted Kremenek
2008-04-24
CF reference count checker: handle variadic functions that allocate CF objects.
Ted Kremenek
2008-04-23
Fixed: <rdar://problem/5881148>
Ted Kremenek
2008-04-22
Added lval type (and tracking) for StringLiterals.
Ted Kremenek
2008-04-18
Generalize caching mechanism for bugs reports. Now individual BugTypes
Ted Kremenek
2008-04-18
Added "GetErrorNodes()" to BugType so that -trim-egraph can recognize errors
Ted Kremenek
2008-04-18
Fixed bug in GREndPathNodeBuilder: only return a node if it wasn't in the nod...
Ted Kremenek
2008-04-18
More grammar fixes.
Ted Kremenek
2008-04-18
Fix plurality debacle.
Ted Kremenek
2008-04-18
Added path diagnostics for reference counts.
Ted Kremenek
2008-04-18
BugReport::VisitNode now takes BugReporter& instead of ASTContext&.
Ted Kremenek
2008-04-18
Simplified internal logic of BugReporter, consolidating EmitWarning and
Ted Kremenek
2008-04-17
Hook up reporting reference count memory leaks to the BugReporter mechanism.
Ted Kremenek
2008-04-17
Added transfer function support for ReturnStmt to support detecting leaks
Ted Kremenek
2008-04-16
CF ref. count checker: Register memory leaks at the end of a path.
Ted Kremenek
[prev]
[next]