hanchenye-llvm-project/llvm/lib/TableGen
Reid Kleckner d78273f4fd Remove some std stream usage from Support and TableGen
LLVM's coding standards recommend raw_ostream and MemoryBuffer for
reading and writing text.

This has the side effect of allowing clang to compile more of Support
and TableGen in the Microsoft C++ ABI.

llvm-svn: 187826
2013-08-06 22:51:21 +00:00
..
CMakeLists.txt
Error.cpp Make sure TableGen exits with an error code after printing errors. 2013-03-20 20:43:11 +00:00
LLVMBuild.txt
Main.cpp keep only the StringRef version of getFileOrSTDIN. 2013-06-25 05:28:34 +00:00
Makefile
Record.cpp Make helpers static. Add missing include so LLVMInitializeObjCARCOpts gets C linkage. 2013-02-15 12:30:38 +00:00
StringMatcher.cpp
TGLexer.cpp tblgen: Diagnose duplicate includes. 2013-02-07 04:30:39 +00:00
TGLexer.h tblgen: Diagnose duplicate includes. 2013-02-07 04:30:39 +00:00
TGParser.cpp Remove some std stream usage from Support and TableGen 2013-08-06 22:51:21 +00:00
TGParser.h tblgen: Diagnose duplicate includes. 2013-02-07 04:30:39 +00:00
TableGenBackend.cpp