summaryrefslogtreecommitdiffstats
path: root/clang/test/ARCMT/objcmt-arc-cf-annotations.m
Commit message (Collapse)AuthorAgeFilesLines
* [analyzer] Check for NULL passed to CFAutorelease.Jordan Rose2014-06-211-15/+31
| | | | | | Patch by Sean McBride, tests adjusted by me. llvm-svn: 211453
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-051-1/+1
| | | | llvm-svn: 196510
* ObjectiveC migrator: Add individual options andFariborz Jahanian2013-10-021-1/+1
| | | | | | | enable them for distinct feature migration. // rdar://15003157 llvm-svn: 191863
* ObjectiveC migrator. Starting distiguising differentFariborz Jahanian2013-10-021-1/+1
| | | | | | | migrations under their own option. wip and // rdar://15003157 llvm-svn: 191855
* ObjectiveC migrator: builtin ObjectiveC types are notFariborz Jahanian2013-08-221-0/+7
| | | | | | audited types. llvm-svn: 189072
* ObjectiveC migrator: make sure audited pragams areFariborz Jahanian2013-08-201-4/+1
| | | | | | dumped for last declarations in the current TU. wip. llvm-svn: 188838
* ObjectiveC migrator: More tweaking of heuristicsFariborz Jahanian2013-08-201-0/+21
| | | | | | | for an audited cf function and addition of a test case. llvm-svn: 188816
* ObjetiveC migrator: fix the test in my last patchFariborz Jahanian2013-08-151-4/+4
| | | | | | | to define real CF_RETURNS_RETAINED/CF_NO_RETURNS_RETAINED pairs. llvm-svn: 188497
* ObjectiveC migrator. Start annotating CF functionsFariborz Jahanian2013-08-151-0/+2022
with CF_RETURNS_RETAINED/CF_RETURNS_NOT_RETAINED as appropriate. llvm-svn: 188493
OpenPOWER on IntegriCloud