diff options
author | Louis Dionne <ldionne@apple.com> | 2019-01-29 16:30:11 +0000 |
---|---|---|
committer | Louis Dionne <ldionne@apple.com> | 2019-01-29 16:30:11 +0000 |
commit | 6409d756989033a7410c33e061debe55cfd74133 (patch) | |
tree | 611eaa784a837c435a3ab6e953814f1846c983cf /libcxx/lib | |
parent | c02236b6f570f02c9b268a4c639957052d1a4c78 (diff) | |
download | bcm5719-llvm-6409d756989033a7410c33e061debe55cfd74133.tar.gz bcm5719-llvm-6409d756989033a7410c33e061debe55cfd74133.zip |
[NFC] Add missing revision for removal of bad_array_length in ABI changelog
llvm-svn: 352513
Diffstat (limited to 'libcxx/lib')
-rw-r--r-- | libcxx/lib/abi/CHANGELOG.TXT | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/lib/abi/CHANGELOG.TXT b/libcxx/lib/abi/CHANGELOG.TXT index 38dffd2908b..95bdb714e68 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 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 |