summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/CFRefCount.cpp
Commit message (Expand)AuthorAgeFilesLines
* Generate "stop" summaries for selectors involving receivers whose type is not...Ted Kremenek2008-05-061-19/+92
* Use strncmp correctly.Ted Kremenek2008-05-061-3/+3
* Make string comparison legible and remove buffer overrun introduced by typo.Ted Kremenek2008-05-061-2/+2
* String comparison cleanups.Ted Kremenek2008-05-061-1/+1
* Fix logic error in string processing.Ted Kremenek2008-05-061-1/+1
* Remove assertion.Ted Kremenek2008-05-061-1/+0
* Use EvalSummary to process message expressions, thereby unifying the checkerTed Kremenek2008-05-061-135/+64
* Added receiver effects to EvalSummary.Ted Kremenek2008-05-061-7/+43
* Expand summaries to include "Receiver" effects.Ted Kremenek2008-05-061-16/+40
* Added initialization code to generate initial set of ObjC method summaries (n...Ted Kremenek2008-05-061-3/+22
* Added code to generate initial set of summaries for instance methods.Ted Kremenek2008-05-061-17/+55
* Add summary generation for "initXXX" methods.Ted Kremenek2008-05-051-5/+47
* Make CF retain diagnostics more succinct.Ted Kremenek2008-05-051-4/+5
* Initial work on refactoring the CFRefCount checker so that it is moreTed Kremenek2008-05-051-108/+184
* Improve leak diagnostics to not report a leak on the same line where Ted Kremenek2008-05-051-16/+80
* Improved leak diagnostics.Ted Kremenek2008-05-051-23/+63
* Minor refactorings/cleanups in CF retain checker and added support for NSMake...Ted Kremenek2008-05-051-93/+68
* Improved diagnostics for leaks: now we report which variable was leaked.Ted Kremenek2008-05-021-5/+33
* When running the reference count checker twice (GC and non-GC mode), only emitTed Kremenek2008-05-021-4/+8
* Fix copy-paste bug.Ted Kremenek2008-05-011-1/+1
* Remove no longer valid assertion.Ted Kremenek2008-05-011-4/+0
* Added line number diagnostics to indicate the allocation site of the leaked o...Ted Kremenek2008-05-011-3/+53
* Do not highlight bogus ranges for leaks.Ted Kremenek2008-05-011-2/+23
* Correctly invalidate reference count state when passing objects by reference ...Ted Kremenek2008-05-011-3/+38
* Renamed static method.Ted Kremenek2008-05-011-4/+4
* When processing "release", "retain", and "autorelease" messages return theTed Kremenek2008-05-011-5/+5
* Added support for "autorelease" message in CF ref. count checker.Ted Kremenek2008-05-011-15/+42
* added preliminary diagnostics in scan-build results to denote whetherTed Kremenek2008-04-301-6/+52
* Teach more of the static analyzer about ObjCQualifiedIdType.Ted Kremenek2008-04-301-1/+2
* Teach the static analysis engine about ObjCQualifiedIdType.Ted Kremenek2008-04-301-2/+1
* Update typestate logic to support GC-mode.Ted Kremenek2008-04-291-3/+8
* Implement semantics of CFMakeCollectable for the CF-reference count checker.Ted Kremenek2008-04-291-29/+65
* Provide the option to run the CF-retain checker in GC enabled mode.Ted Kremenek2008-04-291-4/+6
* Do a better job at computing dead symbols.Ted Kremenek2008-04-251-15/+5
* Add preliminary support for flagging leaks around when they happen (doesn't w...Ted Kremenek2008-04-241-2/+70
* CF reference count checker: handle variadic functions that allocate CF objects.Ted Kremenek2008-04-241-56/+54
* Fixed: <rdar://problem/5881148>Ted Kremenek2008-04-231-2/+2
* Added lval type (and tracking) for StringLiterals.Ted Kremenek2008-04-221-0/+2
* Generalize caching mechanism for bugs reports. Now individual BugTypesTed Kremenek2008-04-181-2/+2
* Added "GetErrorNodes()" to BugType so that -trim-egraph can recognize errorsTed Kremenek2008-04-181-5/+53
* Fixed bug in GREndPathNodeBuilder: only return a node if it wasn't in the nod...Ted Kremenek2008-04-181-0/+4
* More grammar fixes.Ted Kremenek2008-04-181-2/+8
* Fix plurality debacle.Ted Kremenek2008-04-181-1/+1
* Added path diagnostics for reference counts.Ted Kremenek2008-04-181-9/+101
* BugReport::VisitNode now takes BugReporter& instead of ASTContext&.Ted Kremenek2008-04-181-99/+155
* Simplified internal logic of BugReporter, consolidating EmitWarning andTed Kremenek2008-04-181-3/+3
* Hook up reporting reference count memory leaks to the BugReporter mechanism.Ted Kremenek2008-04-171-0/+31
* Added transfer function support for ReturnStmt to support detecting leaksTed Kremenek2008-04-171-33/+160
* CF ref. count checker: Register memory leaks at the end of a path.Ted Kremenek2008-04-161-31/+84
* Small tweaks to EvalStore: pass an "RVal" instead of "LVal" for the TargetLV toTed Kremenek2008-04-161-6/+61
OpenPOWER on IntegriCloud