[PATCH] D57761: [libc++] Avoid UB in the no-exceptions mode in a few places

Louis Dionne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 12 08:06:27 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL353850: [libc++] Avoid UB in the no-exceptions mode in a few places (authored by ldionne, committed by ).
Herald added subscribers: llvm-commits, jdoerfert.
Herald added a project: LLVM.

Changed prior to commit:
  https://reviews.llvm.org/D57761?vs=186318&id=186474#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D57761

Files:
  libcxx/trunk/include/ios
  libcxx/trunk/include/map
  libcxx/trunk/include/unordered_map
  libcxx/trunk/src/hash.cpp
  libcxx/trunk/src/ios.cpp
  libcxx/trunk/src/locale.cpp
  libcxx/trunk/test/libcxx/containers/associative/map/at.abort.pass.cpp
  libcxx/trunk/test/libcxx/containers/associative/map/at.const.abort.pass.cpp
  libcxx/trunk/test/libcxx/containers/unord/unord.map/at.abort.pass.cpp
  libcxx/trunk/test/libcxx/containers/unord/unord.map/at.const.abort.pass.cpp
  libcxx/trunk/test/libcxx/input.output/iostreams.base/ios/iostate.flags/clear.abort.pass.cpp
  libcxx/trunk/test/libcxx/localization/locales/locale.abort.pass.cpp
  libcxx/trunk/test/libcxx/localization/locales/locale.category.abort.pass.cpp
  libcxx/trunk/test/libcxx/localization/locales/use_facet.abort.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57761.186474.patch
Type: text/x-patch
Size: 16529 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190212/2734c1e5/attachment.bin>


More information about the llvm-commits mailing list