Mark a few functions noexcept.
This reduces the difference between std::error_code and llvm::error_code. llvm-svn: 210591
This commit is contained in:
@@ -3301,7 +3301,7 @@ error_code BitcodeReader::InitLazyStream() {
|
||||
|
||||
namespace {
|
||||
class BitcodeErrorCategoryType : public error_category {
|
||||
const char *name() const override {
|
||||
const char *name() const LLVM_NOEXCEPT override {
|
||||
return "llvm.bitcode";
|
||||
}
|
||||
std::string message(int IE) const override {
|
||||
|
||||
Reference in New Issue
Block a user