[Reassociate] FileCheckize and cleanup a few testcases. No functional change
[oota-llvm.git] / lib / Support / system_error.cpp
2014-06-11 Rafael EspindolaThere is no posix_category in std, use generic_category.
2014-06-10 Rafael EspindolaMark a few functions noexcept.
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...
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...
2010-12-09 Michael J. SpencerSupport/MemoryBuffer: Replace all uses of std::string...
2010-11-29 Michael J. SpencerMerge System into Support.