aboutsummaryrefslogtreecommitdiff
path: root/clang/utils/TestUtils
AgeCommit message (Collapse)AuthorFilesLines
2010-07-14Fix typo in test programDouglas Gregor1-1/+1
llvm-svn: 108298
2009-12-11Update docs/comments/utils/examples to refer to clang -cc1 instead of clang-cc.Daniel Dunbar1-4/+4
llvm-svn: 91176
2009-12-03Add utils/TestUtils, and sink pch-test.pl there.Daniel Dunbar2-0/+85
Also, add a test for generator a C file with a very deep call stack. llvm-svn: 90468