summaryrefslogtreecommitdiff
path: root/lib/Support/system_error.cpp
Commit message (Expand)AuthorAge
* [C++11] Remove 'virtual' keyword from methods marked with 'override' keyword.Craig Topper2014-03-10
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Add LLVM_OVERRIDE to methods that override their base classes.Craig Topper2012-09-23
* Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer2010-12-09
* Merge System into Support.Michael J. Spencer2010-11-29