forked from OSchip/llvm-project
Make it clear that getSTDIN returns null when stdin is empty.
llvm-svn: 40940
This commit is contained in:
parent
155533cf73
commit
8574ac95f0
|
@ -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();
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue