summaryrefslogtreecommitdiff
path: root/test/Analysis/temporaries.cpp
AgeCommit message (Expand)Author
2017-03-28[analyzer] When creating a temporary object, properly copy the value into it.Artem Dergachev
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-03-01[analyzer] pr32088: Don't destroy the temporary if its initializer causes ret...Devin Coughlin
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
2016-12-19[analyzer] Add sink after construction of temporary with no-return destructor.Devin Coughlin
2015-09-11[Static Analyzer] Lambda support.Gabor Horvath
2014-08-13Work around missing handling of temporaries bound to default arguments.Manuel Klimek
2014-08-11Work around default parameter problem in the static analyzer.Manuel Klimek
2014-08-07Re-applying r214962.Manuel Klimek
2014-08-06Revert "Fix modelling of non-lifetime-extended temporary destructors in the a...Rui Ueyama
2014-08-06Fix modelling of non-lifetime-extended temporary destructors in the analyzer.Manuel Klimek
2014-05-05Fix crash when resolving branch conditions for temporary destructor condition...Manuel Klimek
2014-04-01[analyzer] Fix a CFG printing bug.Jordan Rose
2013-12-06Revert "[analyzer] Refactor conditional expression evaluating code"Anna Zaks
2013-09-02[analyzer] Add very limited support for temporary destructorsPavel Labath
2013-08-09[analyzer] Enable usage of temporaries in InitListExprsPavel Labath
2013-07-26Fix tests on targets that don't support thread_localPavel Labath
2013-07-26Add a triple. Should fix the windows bots.Rafael Espindola
2013-07-26[analyzer] Fix FP warnings when binding a temporary to a local static variablePavel Labath
2013-07-25[analyzer] Add regression test for the crash in PR16664.Jordan Rose
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