Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [analyzer] Check for NULL passed to CFAutorelease. | Jordan Rose | 2014-06-21 | 1 | -15/+31 |
| | | | | | | Patch by Sean McBride, tests adjusted by me. llvm-svn: 211453 | ||||
* | Fix a tranche of comment, test and doc typos | Alp Toker | 2013-12-05 | 1 | -1/+1 |
| | | | | llvm-svn: 196510 | ||||
* | ObjectiveC migrator: Add individual options and | Fariborz Jahanian | 2013-10-02 | 1 | -1/+1 |
| | | | | | | | enable them for distinct feature migration. // rdar://15003157 llvm-svn: 191863 | ||||
* | ObjectiveC migrator. Starting distiguising different | Fariborz Jahanian | 2013-10-02 | 1 | -1/+1 |
| | | | | | | | migrations under their own option. wip and // rdar://15003157 llvm-svn: 191855 | ||||
* | ObjectiveC migrator: builtin ObjectiveC types are not | Fariborz Jahanian | 2013-08-22 | 1 | -0/+7 |
| | | | | | | audited types. llvm-svn: 189072 | ||||
* | ObjectiveC migrator: make sure audited pragams are | Fariborz Jahanian | 2013-08-20 | 1 | -4/+1 |
| | | | | | | dumped for last declarations in the current TU. wip. llvm-svn: 188838 | ||||
* | ObjectiveC migrator: More tweaking of heuristics | Fariborz Jahanian | 2013-08-20 | 1 | -0/+21 |
| | | | | | | | for an audited cf function and addition of a test case. llvm-svn: 188816 | ||||
* | ObjetiveC migrator: fix the test in my last patch | Fariborz Jahanian | 2013-08-15 | 1 | -4/+4 |
| | | | | | | | to define real CF_RETURNS_RETAINED/CF_NO_RETURNS_RETAINED pairs. llvm-svn: 188497 | ||||
* | ObjectiveC migrator. Start annotating CF functions | Fariborz Jahanian | 2013-08-15 | 1 | -0/+2022 |
with CF_RETURNS_RETAINED/CF_RETURNS_NOT_RETAINED as appropriate. llvm-svn: 188493 |