Don't import error_condition into the llvm namespace.
[oota-llvm.git] / include / llvm / Support / system_error.h
2014-06-12 Rafael EspindolaDon't import error_condition into the llvm namespace.
2014-06-12 Rafael EspindolaRemove some low hanging fruit from system_error.h
2014-06-11 Rafael EspindolaUse std::error_code instead of llvm::error_code.
2014-06-11 Rafael EspindolaRemove windows_error.
2014-06-11 Rafael EspindolaThere is no posix_category in std, use generic_category.
2014-06-10 Rafael EspindolaMark a few functions noexcept.
2014-06-03 Rafael EspindolaMake this operator bool() explicit to match the standar...
2014-06-03 Rafael EspindolaMake this operator bool() explicit to match the standar...
2014-05-31 Rafael EspindolaThere is no std::errc::success, remove the llvm one.
2014-05-31 Rafael EspindolaTurn errc and windows_error into enum classes.
2014-05-31 Rafael EspindolaUse error_code() instead of error_code::succes()
2014-04-07 Craig Topper[C++11] Make use of 'nullptr' in the Support library.
2014-03-15 Justin BognerSupport: Make error_category's constructor public
2014-03-10 Craig Topper[C++11] Remove 'virtual' keyword from methods marked...
2014-03-07 Benjamin Kramer[C++11] Replace LLVM-style type traits with C++11 stand...
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2012-09-23 Craig TopperAdd LLVM_OVERRIDE to methods that override their base...
2012-09-16 Craig TopperUse LLVM_DELETED_FUNCTION for copy constructors and...
2012-03-01 Chandler CarruthRewrite LLVM's generalized support library for hashing...
2012-02-09 David BlaikieChange default error_code ctor to a 'named ctor' so...
2011-06-23 Dylan NoblesmithDon't include config.h in public headers
2011-06-13 Michael J. SpencerFix spelling and sort CMakeLists.txt.
2011-03-14 Mikhail GlushenkovEmacs mode string.
2010-12-09 Michael J. SpencerSupport/MemoryBuffer: Replace all uses of std::string...
2010-12-04 Michael J. SpencerSupport/SystemError: Make error_category and error_code...
2010-11-29 Michael J. Spencersystem_error: Remove Windows headers.
2010-11-29 Michael J. SpencerMerge System into Support.