Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Support][Error] Make logAllUnhandledErrors take a Twine for the banner, rather | Lang Hames | 2016-07-04 | 1 | -0/+9 |
* | Linker: teach the IR mover to return llvm::Error. | Peter Collingbourne | 2016-05-27 | 1 | -1/+0 |
* | [Support] Rename unconvertibleErrorCode to inconvertibleErrorCode. | Lang Hames | 2016-05-27 | 1 | -6/+6 |
* | [Support] Add a StringError convenience class to Error.h | Lang Hames | 2016-05-27 | 1 | -4/+48 |
* | Add FIXMEs to all derived classes of std::error_category. | Peter Collingbourne | 2016-05-24 | 1 | -0/+3 |
* | Try to fix ODR violation of ErrorInfo::ID | Reid Kleckner | 2016-03-24 | 1 | -3/+2 |
* | Define ErrorInfo::ID explicitly. | NAKAMURA Takumi | 2016-03-24 | 1 | -0/+3 |
* | Error.cpp: Fix a warning. [-Wpedantic] | NAKAMURA Takumi | 2016-03-24 | 1 | -1/+1 |
* | [Support] Make all Errors convertible to std::error_code. | Lang Hames | 2016-03-23 | 1 | -0/+45 |