summaryrefslogtreecommitdiffstats
path: root/lld/lib/Core/Error.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unused and odd code.Rafael Espindola2014-06-131-36/+0
* replace llvm::error_code with std::error_code.Rafael Espindola2014-06-121-5/+4
* Use error_category from the std namespace.Rafael Espindola2014-06-121-11/+11
* Use error_condition from the std namespace.Rafael Espindola2014-06-121-10/+10
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-111-5/+5
* Missed these from the previous commit.Rafael Espindola2014-06-111-2/+2
* Inherit from error_category instead of _do_message.Rafael Espindola2014-06-111-4/+4
* Mark a few functions noexcept.Rafael Espindola2014-06-101-11/+24
* There is no std::errc:success, remove the llvm one.Rafael Espindola2014-05-311-5/+5
* Add make_dynamic_error_code().Nick Kledzik2014-05-271-0/+54
* Add "override" and remove "virtual" where appropriate.Rui Ueyama2014-03-061-15/+15
* [InputGraph][Gnu] Add LinkerScript support.Shankar Easwaran2013-11-241-0/+26
* Update error classes from all lowercase to camel case.Rui Ueyama2013-10-091-33/+33
* Convert error code structs to scoped enums.Rui Ueyama2013-10-081-37/+27
* [lld][InputGraph] Change the Resolver to use inputGraphShankar Easwaran2013-10-071-0/+25
* fix typo in error stringNick Kledzik2013-07-231-1/+1
* Add basic linker script parsing.Michael J. Spencer2013-03-011-6/+28
* Cleanup system_error extensions.Michael J. Spencer2012-01-311-0/+92
OpenPOWER on IntegriCloud