aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/retain-release-inline.m
AgeCommit message (Expand)Author
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