[libcxx-commits] [libcxx] d34241a - [libc++] Add SHA for C++20 Synchronization Library in ABI changelog

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 11 13:13:36 PDT 2020


Author: Louis Dionne
Date: 2020-03-11T16:13:13-04:00
New Revision: d34241a89d11d10a47581eb91ee7f3fd12260a4e

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

LOG: [libc++] Add SHA for C++20 Synchronization Library in ABI changelog

This is mostly a means to test a new Herald rule for libc++ reviews.

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

Added: 
    

Modified: 
    libcxx/lib/abi/CHANGELOG.TXT

Removed: 
    


################################################################################
diff  --git a/libcxx/lib/abi/CHANGELOG.TXT b/libcxx/lib/abi/CHANGELOG.TXT
index ca81722270bc..0672fb3f4441 100644
--- a/libcxx/lib/abi/CHANGELOG.TXT
+++ b/libcxx/lib/abi/CHANGELOG.TXT
@@ -16,7 +16,7 @@ New entries should be added directly below the "Version" header.
 Version 10.0
 ------------
 
-* TODO - [libc++] Implementation of C++20's P1135R6 for libcxx
+* 54fa9ecd3088 - [libc++] Implementation of C++20's P1135R6 for libcxx
 
   libc++ now implements P1135R6 (The C++20 Synchronization Library), which
   adds a few symbols to the dylib. This is backwards-compatible since we're


        


More information about the libcxx-commits mailing list