aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/stack-addr-ps.cpp
AgeCommit message (Expand)Author
2013-05-01Re-apply "[analyzer] Model casts to bool differently from other numbers."Jordan Rose
2013-04-29Revert "[analyzer] Model casts to bool differently from other numbers."Jordan Rose
2013-04-26[analyzer] Model casts to bool differently from other numbers.Jordan Rose
2013-02-22[analyzer] Make sure a materialized temporary matches its bindings.Jordan Rose
2013-02-22Fix regression in modeling assignments of an address of a variable to itself....Ted Kremenek
2012-08-20Better wording for reference self-initialization warning.Hans Wennborg
2012-08-17Warn about self-initialization of references.Hans Wennborg
2012-04-30When going through references to check if the function returns the addressArgyrios Kyrtzidis
2011-10-02Fix LiveVariables analysis bug with MaterializeTemporaryExpr and fix handling...Ted Kremenek
2011-08-26Handle CXXTempObjectRegion in StackAddrEscapeChecker.Jeffrey Yasskin
2010-11-30Follow through references to catch returned stack addresses, local blocks, la...Argyrios Kyrtzidis
2010-11-29Revert r120331 since it causes spurious warnings and a possible assertion hit...Argyrios Kyrtzidis
2010-11-29Emit warnings if we are returning a reference to a local temporary.Argyrios Kyrtzidis
2010-08-04Teach SemaChecking::CheckReturnStackAddr about ImplicitCastExprs that convert...Ted Kremenek