Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support: Make error_category's constructor public | Justin Bogner | 2014-03-15 | 1 | -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 library | Alexey Samsonov | 2013-06-18 | 1 | -0/+2 |
| | | | | llvm-svn: 184191 | ||||
* | Don't convert object_error's enum to and from int. | Rafael Espindola | 2013-06-18 | 1 | -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. Spencer | 2011-06-25 | 1 | -0/+2 |
| | | | | llvm-svn: 133872 | ||||
* | Add Object/Error. | Michael J. Spencer | 2011-06-25 | 1 | -0/+55 |
| | | | | llvm-svn: 133868 | ||||
* | Revert r132910 and r132909 on behalf of Michael. They didn't build with clang. | Benjamin Kramer | 2011-06-13 | 1 | -55/+0 |
| | | | | llvm-svn: 132914 | ||||
* | Add Object/Error. | Michael J. Spencer | 2011-06-13 | 1 | -0/+55 |
llvm-svn: 132909 |