[libcxx-commits] [PATCH] D73552: White space only change: reflow a comment in basic_string
Martijn Vels via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jan 28 07:08:38 PST 2020
mvels created this revision.
Herald added subscribers: libcxx-commits, christof.
Herald added a project: libc++.
This change reflows a comment line. This change serves as a no-op test commit
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D73552
Files:
libcxx/include/string
Index: libcxx/include/string
===================================================================
--- libcxx/include/string
+++ libcxx/include/string
@@ -2858,8 +2858,8 @@
}
traits_type::move(__p + __pos, __s, __n2);
__finish:
-// __sz += __n2 - __n1; in this and the below function below can cause unsigned integer overflow,
-// but this is a safe operation, so we disable the check.
+// __sz += __n2 - __n1; in this and the below function below can cause unsigned
+// integer overflow, but this is a safe operation, so we disable the check.
__sz += __n2 - __n1;
__set_size(__sz);
__invalidate_iterators_past(__sz);
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73552.240869.patch
Type: text/x-patch
Size: 662 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20200128/3ef1fcb5/attachment.bin>
More information about the libcxx-commits
mailing list