summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/system_error.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-111-121/+0
* There is no posix_category in std, use generic_category.Rafael Espindola2014-06-111-9/+0
* Mark a few functions noexcept.Rafael Espindola2014-06-101-2/+2
* [C++11] Remove 'virtual' keyword from methods marked with 'override' keyword.Craig Topper2014-03-101-5/+5
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-021-5/+5
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-1/+1
* Add LLVM_OVERRIDE to methods that override their base classes.Craig Topper2012-09-231-5/+5
* Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer2010-12-091-0/+9
* Merge System into Support.Michael J. Spencer2010-11-291-0/+121
OpenPOWER on IntegriCloud