summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/stack-addr-ps.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fold -Wreturn-stack-address into general initialization lifetimeRichard Smith2018-07-231-2/+2
* Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-031-1/+1
* Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-1/+1
* Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-1/+1
* Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-1/+1
* Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-1/+1
* Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen2017-02-281-1/+1
* Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-281-1/+1
* Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-271-1/+1
* [analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen2017-02-271-1/+1
* Add -Wtautological-undefined-compare and -Wundefined-bool-conversion warningsRichard Trieu2014-06-061-1/+1
* [analyzer] Fix FP warnings when binding a temporary to a local static variablePavel Labath2013-07-261-0/+4
* Re-apply "[analyzer] Model casts to bool differently from other numbers."Jordan Rose2013-05-011-2/+39
* Revert "[analyzer] Model casts to bool differently from other numbers."Jordan Rose2013-04-291-39/+2
* [analyzer] Model casts to bool differently from other numbers.Jordan Rose2013-04-261-2/+39
* [analyzer] Make sure a materialized temporary matches its bindings.Jordan Rose2013-02-221-4/+4
* Fix regression in modeling assignments of an address of a variable to itself....Ted Kremenek2013-02-221-0/+6
* Better wording for reference self-initialization warning.Hans Wennborg2012-08-201-1/+1
* Warn about self-initialization of references.Hans Wennborg2012-08-171-1/+1
* 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
OpenPOWER on IntegriCloud