summaryrefslogtreecommitdiff
path: root/test/Analysis/retain-release-inline.m
AgeCommit message (Expand)Author
2017-08-17[analyzer] Add support for reference counting of parameters on the callee sideDevin Coughlin
2017-07-25[analyzer] Add diagnostic text for generalized refcount annotations.Devin Coughlin
2017-07-19[analyzer] Add annotation attribute to trust retain count implementationDevin Coughlin
2017-03-03Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-03-02Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen
2017-03-02Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-03-02Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen
2017-03-02Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen
2017-02-28Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen
2017-02-28Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen
2017-02-27Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen
2017-02-27[analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen
2013-03-26[analyzer] Better test for r178063.Anna Zaks
2013-03-26[analyzer] Change inlining policy to inline small functions when reanalyzing ...Anna Zaks
2012-11-12[analyzer] Fix a regression (from r 165079): compare canonical types.Anna Zaks
2012-08-21[analyzer] -analyzer-ipa=inlining is now the default. Remove it from tests.Jordan Rose
2012-03-23Avoid applying retain/release effects twice in RetainCountChecker when a func...Ted Kremenek
2012-03-08[analyzer] Rework inlining related command line options.Anna Zaks
2012-02-28[analyzer] Leaks should be uniqued by the allocation point in theAnna Zaks
2012-02-25RetainCountChecker: don't adjust the retain count when analyzing a ReturnStmt...Ted Kremenek
2012-02-07Add basic BugReporter support for CallEnter/CallExit. WIP.Ted Kremenek