summaryrefslogtreecommitdiff
path: root/test/Analysis/stack-addr-ps.cpp
Commit message (Expand)AuthorAgeFilesLines
* When going through references to check if the function returns the addressArgyrios Kyrtzidis2012-04-301-0/+6
* Fix LiveVariables analysis bug with MaterializeTemporaryExpr and fix handling...Ted Kremenek2011-10-021-1/+1
* Handle CXXTempObjectRegion in StackAddrEscapeChecker.Jeffrey Yasskin2011-08-261-18/+10
* Follow through references to catch returned stack addresses, local blocks, la...Argyrios Kyrtzidis2010-11-301-0/+86
* Revert r120331 since it causes spurious warnings and a possible assertion hit...Argyrios Kyrtzidis2010-11-291-9/+0
* Emit warnings if we are returning a reference to a local temporary.Argyrios Kyrtzidis2010-11-291-0/+9
* Teach SemaChecking::CheckReturnStackAddr about ImplicitCastExprs that convert...Ted Kremenek2010-08-041-0/+8