summaryrefslogtreecommitdiffstats
path: root/clang/test/Frontend/stdin.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
| | | | | | Tests and drivers updated, still need to shuffle dirs. llvm-svn: 67602
* Don't use &> in tests; dash doesn't understand it.Eli Friedman2009-03-221-1/+1
| | | | llvm-svn: 67483
* fix testChris Lattner2009-03-211-1/+1
| | | | llvm-svn: 67455
* Frontend: Handle empty input on stdin.Daniel Dunbar2009-03-211-0/+3
- PR3854. I think it makes more sense to change MemoryBuffer::getSTDIN (return 0 should indicate error, not empty), but it is documented to return 0 for empty inputs, and some other code appears to rely on this. llvm-svn: 67448
OpenPOWER on IntegriCloud