[libcxx-commits] [PATCH] D100799: [libc++][gardening] Replace instances of `\x{AD}`.

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Apr 19 15:00:13 PDT 2021


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG2218f5998b5b: [libc++][gardening] Replace instances of `\x{AD}`. (authored by zoecarver).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100799/new/

https://reviews.llvm.org/D100799

Files:
  libcxx/docs/DesignDocs/FileTimeType.rst
  libcxx/docs/OneRangesProposalStatus.csv
  libcxx/test/std/utilities/time/time.cal/time.cal.ymwd/time.cal.ymwd.members/ok.pass.cpp


Index: libcxx/test/std/utilities/time/time.cal/time.cal.ymwd/time.cal.ymwd.members/ok.pass.cpp
===================================================================
--- libcxx/test/std/utilities/time/time.cal/time.cal.ymwd/time.cal.ymwd.members/ok.pass.cpp
+++ libcxx/test/std/utilities/time/time.cal/time.cal.ymwd/time.cal.ymwd.members/ok.pass.cpp
@@ -11,7 +11,7 @@
 // class year_month_weekday;
 
 // constexpr bool ok() const noexcept;
-//  Returns: If any of y_­.ok(), m_­.ok(), or wdi_­.ok() is false, returns false.
+//  Returns: If any of y_.ok(), m_.ok(), or wdi_.ok() is false, returns false.
 //           Otherwise, if *this represents a valid date, returns true.
 //           Otherwise, returns false.
 
Index: libcxx/docs/OneRangesProposalStatus.csv
===================================================================
--- libcxx/docs/OneRangesProposalStatus.csv
+++ libcxx/docs/OneRangesProposalStatus.csv
@@ -12,7 +12,7 @@
 [incrementable.traits],,[concepts],Christopher Di Bella,"D99141, D99863",1/2
 [iterator.cust.move],Implement iter_move.,,Christopher Di Bella,D99873,
 [iterator.cust.swap],Implement iter_swap.,"[concepts], [readable.traits]: iter_value_t",,,
-[iterator.concepts],"indirectly_­readable, indirectly_writable, weakly_incrementable, incrementable, input_or_output_iterator, sentinel_for, sized_sentinel_for, input_iterator, output_iterator, forward_iterator, bidirectional_iterator, random_access_iterator, and contiguous_iterator.","[concepts], [readable.traits]: iter_value_t, [iterator.traits]",Christopher Di Bella,"indirectly_readable: D100073
+[iterator.concepts],"indirectly_readable, indirectly_writable, weakly_incrementable, incrementable, input_or_output_iterator, sentinel_for, sized_sentinel_for, input_iterator, output_iterator, forward_iterator, bidirectional_iterator, random_access_iterator, and contiguous_iterator.","[concepts], [readable.traits]: iter_value_t, [iterator.traits]",Christopher Di Bella,"indirectly_readable: D100073
 indirectly_wriatable: D100078 weakly_incrementable, incrementable: D100080 input_or_output_iterator, sentinel_for: D100160
 input_iterator: D100271
 forward_iterator: D100275
Index: libcxx/docs/DesignDocs/FileTimeType.rst
===================================================================
--- libcxx/docs/DesignDocs/FileTimeType.rst
+++ libcxx/docs/DesignDocs/FileTimeType.rst
@@ -18,7 +18,7 @@
   trivial-clock is an implementation-defined type that satisfies the
   Cpp17TrivialClock requirements ([time.clock.req]) and that is capable of
   representing and measuring file time values. Implementations should ensure
-  that the resolution and range of file_­time_­type reflect the operating
+  that the resolution and range of file_time_type reflect the operating
   system dependent resolution and range of file time values.
 
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100799.338654.patch
Type: text/x-patch
Size: 2825 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210419/478fe69c/attachment.bin>


More information about the libcxx-commits mailing list