aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/return-stack-addr.cpp
AgeCommit message (Expand)Author
2008-08-22Move the rest of the Sema C++ tests into the SemaCXX test directory.Argyrios Kyrtzidis
2008-01-31Fix a bogus testChris Lattner
2007-10-11rename -parse-ast-print to -ast-printChris Lattner
2007-09-26Removed option "-parse-ast-check" from clang driver. This is now implementedTed Kremenek
2007-08-20Added test cases for the return-stack-address checker to test supportTed Kremenek
2007-08-17Added extra test case to check proper handling of archaic array indexing: 4[A]Ted Kremenek