Skip to content
  • Daniel Dunbar's avatar
    Frontend: Handle empty input on stdin. · 8e93780c
    Daniel Dunbar authored
     - 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
    8e93780c
Loading