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 1d24671 commit 8f8b0b3Copy full SHA for 8f8b0b3
clang/lib/StaticAnalyzer/Checkers/WebKit/RetainPtrCtorAdoptChecker.cpp
@@ -301,8 +301,8 @@ class RetainPtrCtorAdoptChecker
301
SmallString<100> Buf;
302
llvm::raw_svector_ostream Os(Buf);
303
304
- Os << "Incorrect use of " << Name <<
305
- ". The argument is +0 and results in an use-after-free";
+ Os << "Incorrect use of " << Name
+ << ". The argument is +0 and results in an use-after-free";
306
if (condition)
307
Os << " " << condition;
308
Os << ".";
0 commit comments