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