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.
2 parents 0baf7f0 + df79000 commit 9c08899Copy full SHA for 9c08899
llvm/lib/Debuginfod/Debuginfod.cpp
@@ -309,7 +309,7 @@ Expected<std::string> getCachedOrDownloadArtifact(
309
Error Err = Client.perform(Request, Handler);
310
if (Err)
311
return std::move(Err);
312
- if (Err = Handler.commit())
+ if ((Err = Handler.commit()))
313
314
315
unsigned Code = Client.responseCode();
0 commit comments