[libcxx-commits] [libcxx] r352513 - [NFC] Add missing revision for removal of bad_array_length in ABI changelog

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jan 29 08:30:11 PST 2019


Author: ldionne
Date: Tue Jan 29 08:30:11 2019
New Revision: 352513

URL: http://llvm.org/viewvc/llvm-project?rev=352513&view=rev
Log:
[NFC] Add missing revision for removal of bad_array_length in ABI changelog

Modified:
    libcxx/trunk/lib/abi/CHANGELOG.TXT

Modified: libcxx/trunk/lib/abi/CHANGELOG.TXT
URL: http://llvm.org/viewvc/llvm-project/libcxx/trunk/lib/abi/CHANGELOG.TXT?rev=352513&r1=352512&r2=352513&view=diff
==============================================================================
--- libcxx/trunk/lib/abi/CHANGELOG.TXT (original)
+++ libcxx/trunk/lib/abi/CHANGELOG.TXT Tue Jan 29 08:30:11 2019
@@ -16,7 +16,7 @@ New entries should be added directly bel
 Version 8.0
 -----------
 
-* rXXXXX - Remove std::bad_array_length
+* r347903 - Remove std::bad_array_length
 
   The change removes the definition of std::bad_array_length (which never made
   it into the standard) from the headers and the dylib. This is technically an




More information about the libcxx-commits mailing list