This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG3ee43adfb20d: Basic: Add native support for stdin to
SourceManager and FileManager (authored by dexonsmith).
Changed prior to commit:
https://revi
arphaman accepted this revision.
arphaman added a comment.
This revision is now accepted and ready to land.
Nice, it looks cleaner than the override of file contents that was used before.
Left one NIT comment
Comment at: clang/lib/Basic/FileManager.cpp:352
+
+ STDIN = getVirt
dexonsmith created this revision.
dexonsmith added reviewers: arphaman, JDevlieghere, jansvoboda11.
Herald added a subscriber: ributzka.
dexonsmith requested review of this revision.
Herald added a project: clang.
Add support for stdin to SourceManager and FileManager. Adds
FileManager::getSTDIN,