[libcxx-commits] [libcxx] 2218f59 - [libc++][gardening] Replace instances of `\x{AD}`.

via libcxx-commits libcxx-commits at lists.llvm.org
Mon Apr 19 15:00:04 PDT 2021


Author: zoecarver
Date: 2021-04-19T14:59:46-07:00
New Revision: 2218f5998b5b274f4c50d1a5fa2728a87594377e

URL: https://github.com/llvm/llvm-project/commit/2218f5998b5b274f4c50d1a5fa2728a87594377e
DIFF: https://github.com/llvm/llvm-project/commit/2218f5998b5b274f4c50d1a5fa2728a87594377e.diff

LOG: [libc++][gardening] Replace instances of `\x{AD}`.

This is a NFC.

Differential Revision: https://reviews.llvm.org/D100799

Added: 
    

Modified: 
    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

Removed: 
    


################################################################################
diff  --git a/libcxx/docs/DesignDocs/FileTimeType.rst b/libcxx/docs/DesignDocs/FileTimeType.rst
index f1e9edd87354a..a54d2bf272044 100644
--- a/libcxx/docs/DesignDocs/FileTimeType.rst
+++ b/libcxx/docs/DesignDocs/FileTimeType.rst
@@ -18,7 +18,7 @@ type, which is a specialization of ``chrono::time_point`` for the
   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.
 
 

diff  --git a/libcxx/docs/OneRangesProposalStatus.csv b/libcxx/docs/OneRangesProposalStatus.csv
index 81c940fdcf72d..26731b9105602 100644
--- a/libcxx/docs/OneRangesProposalStatus.csv
+++ b/libcxx/docs/OneRangesProposalStatus.csv
@@ -12,7 +12,7 @@ Section,Description,Dependencies,Assignee,Patch,Complete
 [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

diff  --git a/libcxx/test/std/utilities/time/time.cal/time.cal.ymwd/time.cal.ymwd.members/ok.pass.cpp b/libcxx/test/std/utilities/time/time.cal/time.cal.ymwd/time.cal.ymwd.members/ok.pass.cpp
index e0d045680676c..5456bbe86e7d7 100644
--- a/libcxx/test/std/utilities/time/time.cal/time.cal.ymwd/time.cal.ymwd.members/ok.pass.cpp
+++ b/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.
 


        


More information about the libcxx-commits mailing list