Speculative fix for Windows build after r220932
[oota-llvm.git] / lib / Support / DataStream.cpp
2014-06-13 Rafael EspindolaRemove 'using std::errro_code' from lib.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-05-31 Rafael EspindolaUse error_code() instead of error_code::succes()
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2014-03-10 Craig Topper[C++11] Remove 'virtual' keyword from methods marked...
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2013-07-16 Rafael EspindolaAdd a wrapper for open.
2013-06-12 Rafael EspindolaRemove the program class.
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-09-23 Craig TopperAdd LLVM_OVERRIDE to methods that override their base...
2012-02-09 David BlaikieChange default error_code ctor to a 'named ctor' so...
2012-02-09 David BlaikieRemove static initializer from DataStream.cpp
2012-02-07 Derek SchuffFix win32 build breakage from bitcode streaming patch
2012-02-06 Nick LewyckyFix comment-rulers.
2012-02-06 Derek SchuffEnable streaming of bitcode