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
/
test
/
Analysis
/
retain-release.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
[analyzer] Teach RetainCountChecker about VTCompressionSessionEncodeFrame()
Devin Coughlin
2016-11-11
1
-0
/
+82
*
[analyzer] Teach RetainCountChecker about CVFooRetain
Devin Coughlin
2016-08-11
1
-0
/
+20
*
Replace __double_underscored type nullability qualifiers with _Uppercase_unde...
Douglas Gregor
2015-06-24
1
-1
/
+1
*
CF_RETURNS_[NOT_]RETAINED on a param makes the inner pointer __nullable.
Douglas Gregor
2015-06-19
1
-0
/
+7
*
Allow the cf_returns_[not_]retained attributes to appear on out-parameters.
Douglas Gregor
2015-06-19
1
-0
/
+27
*
[analyzer] Check for NULL passed to CFAutorelease.
Jordan Rose
2014-06-21
1
-15
/
+31
*
[analyzer] Don't track return value of NSNull +null for retain/release tracking.
Ted Kremenek
2014-01-03
1
-5452
/
+5481
*
Implemented delayed processing of 'unavailable' checking, just like with 'dep...
Ted Kremenek
2013-12-18
1
-1
/
+1
*
Fix a tranche of comment, test and doc typos
Alp Toker
2013-12-05
1
-1
/
+1
*
[analyzer] RetainCountChecker: add support for CFAutorelease.
Jordan Rose
2013-10-07
1
-0
/
+84
*
[analyzer] Stop tracking the objects with attribute cleanup in the RetainCoun...
Anna Zaks
2013-09-17
1
-0
/
+14
*
[analyzer] RetainCountChecker: don't track through xpc_connection_set_context.
Jordan Rose
2013-05-02
1
-0
/
+20
*
[analyzer] RetainCountChecker: Clean up path notes for autorelease.
Jordan Rose
2013-04-23
1
-31
/
+31
*
[analyzer] Cleanup leak warnings: do not print the names of variables from ot...
Anna Zaks
2013-04-10
1
-1
/
+20
*
[analyzer] RetainCountChecker: refactor annotation handling.
Jordan Rose
2013-04-04
1
-0
/
+15
*
[analyzer]RetainCount: Fix an autorelease related false positive.
Anna Zaks
2013-01-31
1
-0
/
+8
*
[analyzer] Don't track autorelease pools created by +new.
Jordan Rose
2013-01-31
1
-2708
/
+3989
*
[analyzer] -drain is not an alias for -release.
Jordan Rose
2013-01-14
1
-0
/
+15
*
Update RetainCountChecker to understand attribute ns_returns_autoreleased.
Ted Kremenek
2012-12-20
1
-0
/
+6
*
[analyzer] Report leaks at the closing brace of a function body.
Jordan Rose
2012-11-15
1
-2
/
+2
*
[analyzer] Check that the argument to CFMakeCollectable is non-NULL.
Jordan Rose
2012-11-07
1
-5
/
+14
*
Fix up more "$t"s in this test that should be "%t"s.
Chandler Carruth
2012-09-12
1
-1
/
+1
*
Now that I have a test file to work with, disable the Filecheck part of this ...
Ted Kremenek
2012-09-10
1
-2
/
+2
*
Correctly 'cat' out test files.
Ted Kremenek
2012-09-10
1
-2
/
+2
*
As a debugging aid to unbreak the buildbots, cat the plist files so I can vie...
Ted Kremenek
2012-09-10
1
-2
/
+2
*
Re-enable FileCheck testing of retain-release.m test, and force
Ted Kremenek
2012-09-10
1
-3
/
+3
*
Temporarily disable FileCheck part of this test.
Ted Kremenek
2012-09-10
1
-2
/
+2
*
Revert "Revert Ted's r163489 and r163490, due to breakage."
Ted Kremenek
2012-09-10
1
-2777
/
+2776
*
Revert Ted's r163489 and r163490, due to breakage.
NAKAMURA Takumi
2012-09-10
1
-2776
/
+2777
*
Take another crack at stabilizing the emission order of analyzer
Ted Kremenek
2012-09-10
1
-2777
/
+2776
*
Try disabling the FileCheck part of the retain-release.m test to see if it fi...
Ted Kremenek
2012-09-08
1
-2
/
+4
*
Fix bug in BugReporter::RemoveUneededCalls() where "prunable"
Ted Kremenek
2012-09-08
1
-0
/
+667
*
Attempt (again) to stabilize the order of the emission of diagnostics
Ted Kremenek
2012-09-08
1
-2
/
+22080
*
Revert "Add plist output for retain-release.m in addition to -verify checking."
Ted Kremenek
2012-09-08
1
-21887
/
+2
*
Revert "Attempt to make the PathDiagnostic emission order more deterministic by"
Ted Kremenek
2012-09-08
1
-57
/
+57
*
Attempt to make the PathDiagnostic emission order more deterministic by
Ted Kremenek
2012-09-07
1
-57
/
+57
*
Add plist output for retain-release.m in addition to -verify checking.
Ted Kremenek
2012-09-07
1
-2
/
+21887
*
Revert "Rework the retain-release.m test to use FileCheck and the "text" output"
Ted Kremenek
2012-09-07
1
-1348
/
+180
*
Rework the retain-release.m test to use FileCheck and the "text" output
Ted Kremenek
2012-09-07
1
-180
/
+1348
*
Teach RetainCountChecker that CFPlugInInstanceCreate does not
Ted Kremenek
2012-09-06
1
-0
/
+12
*
Refine diagnostics for leaks reported when returning an object
Ted Kremenek
2012-09-06
1
-0
/
+9
*
[analyzer] Make analyzer-ipa=dynamic-bifurcate the default.
Anna Zaks
2012-08-30
1
-2
/
+2
*
Teach RetainCountChecker about 'pragma clang arc_cf_code_audited'.
Ted Kremenek
2012-08-30
1
-0
/
+13
*
[analyzer] More tests for "release and stop tracking".
Jordan Rose
2012-08-20
1
-1
/
+17
*
[analyzer] Add a test for "release and stop tracking" behavior.
Jordan Rose
2012-08-20
1
-0
/
+14
*
[analyzer] Add a test case for OS X 10.8's NSMakeCollectable under non-GC.
Jordan Rose
2012-08-07
1
-0
/
+13
*
Add a warning about almost-Doxygen trailing comments: //< and /*< ... */
Dmitri Gribenko
2012-06-22
1
-1
/
+1
*
static analyzer: add inlining support for directly called blocks.
Ted Kremenek
2012-06-01
1
-2
/
+1
*
-Wdeprecated warning to include reference (as a note)
Fariborz Jahanian
2012-05-27
1
-1
/
+1
*
[analyzer] RetainCountChecker: track ObjC boxed expression objects.
Jordy Rose
2012-05-12
1
-2
/
+19
[next]