summaryrefslogtreecommitdiff
path: root/include/llvm/Support/system_error.h
Commit message (Expand)AuthorAge
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-10
* Add LLVM_OVERRIDE to methods that override their base classes.Craig Topper2012-09-23
* Use LLVM_DELETED_FUNCTION for copy constructors and copy assignment operators...Craig Topper2012-09-16
* Rewrite LLVM's generalized support library for hashing to follow the APIChandler Carruth2012-03-01
* Change default error_code ctor to a 'named ctor' so it's more self-documenting.David Blaikie2012-02-09
* Don't include config.h in public headersDylan Noblesmith2011-06-23
* Fix spelling and sort CMakeLists.txt.Michael J. Spencer2011-06-13
* Emacs mode string.Mikhail Glushenkov2011-03-14
* Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code...Michael J. Spencer2010-12-09
* Support/SystemError: Make error_category and error_code auto-bool-conversion-...Michael J. Spencer2010-12-04
* system_error: Remove Windows headers.Michael J. Spencer2010-11-29
* Merge System into Support.Michael J. Spencer2010-11-29