[all-commits] [llvm/llvm-project] c9c3cd: [libc++] Use _LIBCPP_VERBOSE_ABORT in a few remain...

Louis Dionne via All-commits all-commits at lists.llvm.org
Mon Jul 17 15:00:25 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c9c3cddb5e99a4d73a29580e1ba4cd8165424bab
      https://github.com/llvm/llvm-project/commit/c9c3cddb5e99a4d73a29580e1ba4cd8165424bab
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2023-07-17 (Mon, 17 Jul 2023)

  Changed paths:
    M libcxx/docs/ReleaseNotes.rst
    M libcxx/include/__format/format_error.h
    M libcxx/src/locale.cpp
    M libcxx/src/string.cpp
    M libcxx/src/system_error.cpp
    M libcxx/test/libcxx/transitive_includes/cxx03.csv
    M libcxx/test/libcxx/transitive_includes/cxx11.csv
    M libcxx/test/libcxx/transitive_includes/cxx14.csv
    M libcxx/test/libcxx/transitive_includes/cxx17.csv
    M libcxx/test/libcxx/transitive_includes/cxx20.csv
    M libcxx/test/libcxx/transitive_includes/cxx23.csv
    M libcxx/test/libcxx/transitive_includes/cxx26.csv

  Log Message:
  -----------
  [libc++] Use _LIBCPP_VERBOSE_ABORT in a few remaining __throw_FOO functions

This provides better error messages when the program terminates due to
an exception being thrown in -fno-exceptions mode. Those seem to have
been missed in https://reviews.llvm.org/D141222.

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




More information about the All-commits mailing list