forked from OSchip/llvm-project
clang-tidy/cppcoreguidelines/ProTypeMemberInitCheck.cpp: Use raw_string_ostream::str() to flush the buffer explicitly.
llvm-svn: 267290
This commit is contained in:
parent
85676e3674
commit
66b0a87ae8
|
@ -145,7 +145,7 @@ struct IntializerInsertion {
|
|||
Stream << ", " << joined << "()";
|
||||
break;
|
||||
}
|
||||
return Code;
|
||||
return Stream.str();
|
||||
}
|
||||
|
||||
InitializerPlacement Placement;
|
||||
|
|
Loading…
Reference in New Issue