summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/return-stack-addr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't lifetime-extend or track lifetime problems through the LHS of '->*'.Richard Smith2018-07-241-0/+6
* Fold -Wreturn-stack-address into general initialization lifetimeRichard Smith2018-07-231-1/+2
* Don't produce a 'returning reference to local' warning if a lambda returns aRichard Smith2014-01-301-3/+20
* Remove a type that got reduced away from this test case but not actually dele...Chandler Carruth2010-12-131-1/+0
* Fix PR8774 by restricting when hasInit returns true. Previously, itChandler Carruth2010-12-131-0/+19
* Enhance return-stack-address check (in Sema) to handle fields that themselves...Ted Kremenek2010-09-021-0/+11
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Refactor the expression class hierarchy for casts. Most importantly:Douglas Gregor2008-10-271-1/+0
* Fix some invalid casts that are detected by Sema now or soon.Sebastian Redl2008-10-271-3/+3
* Move the rest of the Sema C++ tests into the SemaCXX test directory.Argyrios Kyrtzidis2008-08-221-0/+113
OpenPOWER on IntegriCloud