We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8a3e84 commit c6a9796Copy full SHA for c6a9796
lldb/tools/lldb-dap/Transport.h
@@ -34,7 +34,7 @@ class EndOfFileError : public llvm::ErrorInfo<EndOfFileError> {
34
OS << "End of file reached.";
35
}
36
std::error_code convertToErrorCode() const override {
37
- return std::make_error_code(std::errc::timed_out);
+ return llvm::inconvertibleErrorCode();
38
39
};
40
0 commit comments