summaryrefslogtreecommitdiff
path: root/include/llvm/Support/system_error.h
Commit message (Expand)AuthorAge
* Remove system_error.h.Rafael Espindola2014-06-12
* Don't import make_error_code into the llvm namespace.Rafael Espindola2014-06-12
* Don't put generic_category in the llvm namespace.Rafael Espindola2014-06-12
* Don't import error_category into the llvm namespace.Rafael Espindola2014-06-12
* Don't import error_condition into the llvm namespace.Rafael Espindola2014-06-12
* Remove some low hanging fruit from system_error.hRafael Espindola2014-06-12
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-11
* Remove windows_error.Rafael Espindola2014-06-11
* There is no posix_category in std, use generic_category.Rafael Espindola2014-06-11
* Mark a few functions noexcept.Rafael Espindola2014-06-10
* Make this operator bool() explicit to match the standard library.Rafael Espindola2014-06-03
* Make this operator bool() explicit to match the standard library.Rafael Espindola2014-06-03
* There is no std::errc::success, remove the llvm one.Rafael Espindola2014-05-31
* Turn errc and windows_error into enum classes.Rafael Espindola2014-05-31
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-31
* [C++11] Make use of 'nullptr' in the Support library.Craig Topper2014-04-07
* Support: Make error_category's constructor publicJustin Bogner2014-03-15
* [C++11] Remove 'virtual' keyword from methods marked with 'override' keyword.Craig Topper2014-03-10
* [C++11] Replace LLVM-style type traits with C++11 standard ones.Benjamin Kramer2014-03-07
* Switch all uses of LLVM_OVERRIDE to just use 'override' directly.Craig Topper2014-03-02
* 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