summaryrefslogtreecommitdiffstats
path: root/test/Analysis/retain-release-inline.m
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Add support for reference counting of parameters on the callee sideDevin Coughlin2017-08-171-0/+34
* [analyzer] Add diagnostic text for generalized refcount annotations.Devin Coughlin2017-07-251-5/+5
* [analyzer] Add annotation attribute to trust retain count implementationDevin Coughlin2017-07-191-1/+55
* Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-031-1/+1
* Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-1/+1
* Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-1/+1
* Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-1/+1
* Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-1/+1
* Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen2017-02-281-1/+1
* Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-281-1/+1
* Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-271-1/+1
* [analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen2017-02-271-1/+1
* [analyzer] Better test for r178063.Anna Zaks2013-03-261-12/+17
* [analyzer] Change inlining policy to inline small functions when reanalyzing ...Anna Zaks2013-03-261-0/+27
* [analyzer] Fix a regression (from r 165079): compare canonical types.Anna Zaks2012-11-121-0/+16
* [analyzer] -analyzer-ipa=inlining is now the default. Remove it from tests.Jordan Rose2012-08-211-1/+1
* Avoid applying retain/release effects twice in RetainCountChecker when a func...Ted Kremenek2012-03-231-0/+31
* [analyzer] Rework inlining related command line options.Anna Zaks2012-03-081-1/+1
* [analyzer] Leaks should be uniqued by the allocation point in theAnna Zaks2012-02-281-4/+23
* RetainCountChecker: don't adjust the retain count when analyzing a ReturnStmt...Ted Kremenek2012-02-251-0/+14
* Add basic BugReporter support for CallEnter/CallExit. WIP.Ted Kremenek2012-02-071-0/+283