aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/temporaries.cpp
AgeCommit message (Expand)Author
2013-05-06[analyzer] Handle CXXTemporaryObjectExprs in compound literals.Jordan Rose
2013-02-26[analyzer] Don't look through casts when creating pointer temporaries.Jordan Rose
2013-02-26[analyzer] StackAddrEscapeChecker: strip qualifiers from temporary types.Jordan Rose
2013-02-22[analyzer] Make sure a materialized temporary matches its bindings.Jordan Rose
2013-02-21[analyzer] Make sure a temporary object region matches its initial bindings.Jordan Rose
2013-02-15Re-apply "[analyzer] Model trivial copy/move ctors with an aggregate bind."Jordan Rose
2013-02-02Revert "[analyzer] Model trivial copy/move ctors with an aggregate bind."Jordan Rose
2013-02-01Re-apply "[analyzer] Model trivial copy/move ctors with an aggregate bind."Jordan Rose
2013-01-31Revert "[analyzer] Model trivial copy/move ctors with an aggregate bind."Jordan Rose
2013-01-30[analyzer] Model trivial copy/move ctors with an aggregate bind.Jordan Rose
2013-01-24[analyzer] Replace "-analyzer-ipa" with "-analyzer-config ipa".Anna Zaks
2012-08-29[analyzer] C++ objects returned on the stack may be wrapped in ExprWithCleanups.Jordan Rose
2010-08-31Revert my lame attempt at appeasing the CFGBuilderDouglas Gregor
2010-08-31Teach the CFGBuilder not do die on CXXBindTemporaryExpr, CXXOperatorCallExpr....Douglas Gregor