This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
llvm-project
Watch
0
Star
0
Fork
0
You've already forked llvm-project
mirror of
https://github.com/llvm/llvm-project.git
synced
2025-04-30 22:06:05 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-project
/
clang
/
test
/
Frontend
/
stdin.c
4 lines
70 B
C
Raw
Normal View
History
Unescape
Escape
Eliminate &&s in tests. - 'for i in $(find . -type f); do sed -e 's#\(RUN:.*[^ ]\) *&& *$#\1#g' $i | FileUpdate $i; done', for the curious. llvm-svn: 86430
2009-11-08 01:45:36 +00:00
// RUN: clang-cc -E - < /dev/null > %t
fix test llvm-svn: 67455
2009-03-21 23:59:11 +00:00
// RUN: grep '<built-in>' %t
Frontend: Handle empty input on stdin. - 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
2009-03-21 17:55:43 +00:00
Reference in New Issue
Copy Permalink