Make it clear that getSTDIN returns null when stdin is empty.

llvm-svn: 40940
This commit is contained in:
Reid Spencer 2007-08-08 20:02:20 +00:00
parent 155533cf73
commit 8574ac95f0
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ public:
const char *BufferName = "");
/// getSTDIN - Read all of stdin into a file buffer, and return it. This
/// fails if stdin is empty.
/// returns null if stdin is empty.
static MemoryBuffer *getSTDIN();