summaryrefslogtreecommitdiff
path: root/include/llvm/Support/ErrorOr.h
Commit message (Expand)AuthorAge
* Finishing touch for the std::error_code transition.Rafael Espindola2014-06-13
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Remove system_error.h.Rafael Espindola2014-06-12
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-12
* Don't import make_error_code into the llvm namespace.Rafael Espindola2014-06-12
* Remove some low hanging fruit from system_error.hRafael Espindola2014-06-12
* Use error_code() instead of error_code::succes()Rafael Espindola2014-05-31
* [C++11] Replace LLVM-style type traits with C++11 standard ones.Benjamin Kramer2014-03-07
* [C++11] Remove LLVM_HAS_CXX11_TYPETRAITS now that it is a constant dueChandler Carruth2014-03-01
* [C++11] Remove the R-value reference #if usage from the ADT and SupportChandler Carruth2014-03-01
* Try to revive buildbots after r201620Alexey Samsonov2014-02-19
* Use LLVM_EXPLICIT instead of a function pointer as bool.Rafael Espindola2014-01-16
* Update example to be more idiomatic.Rafael Espindola2014-01-09
* Use the existing typedef to avoid forming a reference to a reference.Rafael Espindola2014-01-09
* Fix the C++03 build.Rafael Espindola2014-01-08
* Use getError and remove the error_code operator.Rafael Espindola2014-01-08
* Add get and getError methods to ErrorOr.Rafael Espindola2014-01-08
* Add missing rename from the previous commit.Rafael Espindola2014-01-08
* Rename get to getStorage and getError to getErrorStorage.Rafael Espindola2014-01-08
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Remove another unused, and IMHO, not very desirable feature of ErrorOr.Rafael Espindola2013-11-05
* Fix MSVC build by not putting an error_code directly in a union.Rafael Espindola2013-11-05
* Simplify ErrorOr.Rafael Espindola2013-11-05
* Speling fixes.Benjamin Kramer2013-10-22
* [Support][ErrorOr] Add support for implicit conversion from error code/condit...Michael J. Spencer2013-02-28
* [Support][ErrorOr] Add support for convertable types.Michael J. Spencer2013-02-06
* Revert "[Support][ErrorOr] Add support for convertable types."Andrew Trick2013-02-05
* Support: ensure proper state in ErrorOr copy ctors before calling 'get'Meador Inge2013-02-05
* [Support][ErrorOr] Add support for convertable types.Michael J. Spencer2013-02-05
* [Support][ErrorOr] Don't use nullptr :(Michael J. Spencer2013-01-23
* [Support][ErrorOr] Add optimized specialization of ErrorOr<void>.Michael J. Spencer2013-01-23
* [Support][ErrorOr] Make old gcc happy.Michael J. Spencer2013-01-22
* [Support] Port ErrorOr<T> from lld to C++03.Michael J. Spencer2013-01-20