summaryrefslogtreecommitdiff
path: root/test/SemaCXX/return-stack-addr.cpp
Commit message (Expand)AuthorAge
* Remove a type that got reduced away from this test case but not actually dele...Chandler Carruth2010-12-13
* Fix PR8774 by restricting when hasInit returns true. Previously, itChandler Carruth2010-12-13
* Enhance return-stack-address check (in Sema) to handle fields that themselves...Ted Kremenek2010-09-02
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-15
* Rename clang to clang-cc.Daniel Dunbar2009-03-24
* Refactor the expression class hierarchy for casts. Most importantly:Douglas Gregor2008-10-27
* Fix some invalid casts that are detected by Sema now or soon.Sebastian Redl2008-10-27
* Move the rest of the Sema C++ tests into the SemaCXX test directory.Argyrios Kyrtzidis2008-08-22