forked from OSchip/llvm-project
0cf6f7b128
This avoids an unnecessary copy required by 'return OS.str()', allowing
instead for NRVO or implicit move. The .str() call (which flushes the
stream) is no longer required since
|
||
---|---|---|
.. | ||
CMakeLists.txt | ||
DeltaTree.cpp | ||
HTMLRewrite.cpp | ||
RewriteRope.cpp | ||
Rewriter.cpp | ||
TokenRewriter.cpp |