summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/Error.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Support: Make error_category's constructor publicJustin Bogner2014-03-151-4/+4
| | | | | | | | Since our error_category is based on the std one, we should have the same visibility for the constructor. This also allows us to avoid using the _do_message implementation detail in our own categories. llvm-svn: 203998
* Basic support for parsing Mach-O universal binaries in LLVMObject libraryAlexey Samsonov2013-06-181-0/+2
| | | | llvm-svn: 184191
* Don't convert object_error's enum to and from int.Rafael Espindola2013-06-181-4/+4
| | | | | | | This allows the compiler to see the enum and warn about it. While in here, fix a switch to not use a default and fix style violations. llvm-svn: 184186
* Object: Add proper error handling.Michael J. Spencer2011-06-251-0/+2
| | | | llvm-svn: 133872
* Add Object/Error.Michael J. Spencer2011-06-251-0/+55
| | | | llvm-svn: 133868
* Revert r132910 and r132909 on behalf of Michael. They didn't build with clang.Benjamin Kramer2011-06-131-55/+0
| | | | llvm-svn: 132914
* Add Object/Error.Michael J. Spencer2011-06-131-0/+55
llvm-svn: 132909
OpenPOWER on IntegriCloud