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.
llvm::Error
1 parent fa9cef5 commit 9e33387Copy full SHA for 9e33387
clang/lib/StaticAnalyzer/Core/TextDiagnostics.cpp
@@ -81,7 +81,7 @@ class TextDiagnostics : public PathDiagnosticConsumer {
81
82
if (llvm::Error Err = Repls.add(Repl)) {
83
llvm::errs() << "Error applying replacement " << Repl.toString()
84
- << ": " << Err << "\n";
+ << ": " << llvm::toString(std::move(Err)) << "\n";
85
}
86
87
};
0 commit comments