Frontend: Add support for reading named pipes as the main file.
authorDaniel Dunbar <daniel@zuster.org>
Mon, 5 Nov 2012 22:53:33 +0000 (22:53 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Mon, 5 Nov 2012 22:53:33 +0000 (22:53 +0000)
commite2951f48bfb5cbe5d5cbdefaeda43b72a8e7a117
tree225d2d586c89ed911487d96023f5ed9d32a82526
parent2b868e24861138fb792a5d03432bb09d758f8a1c
Frontend: Add support for reading named pipes as the main file.

 - The whole {File,Source}Manager is built around wanting to pre-determine the
   size of files, so we can't fit this in naturally. Instead, we handle it like
   we do STDIN, where we just replace the main file contents upfront.

llvm-svn: 167419
clang/include/clang/Basic/FileManager.h
clang/lib/Basic/FileManager.cpp
clang/lib/Frontend/CompilerInstance.cpp