[all-commits] [llvm/llvm-project] b22aa3: [libc++][NFC] Rename _LIBCPP_NO_EXCEPTIONS to _LIB...

philnik777 via All-commits all-commits at lists.llvm.org
Fri Feb 17 08:39:17 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b22aa3d74f276afbfbd10953de68e3b4f8cef907
      https://github.com/llvm/llvm-project/commit/b22aa3d74f276afbfbd10953de68e3b4f8cef907
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2023-02-17 (Fri, 17 Feb 2023)

  Changed paths:
    M libcxx/include/__availability
    M libcxx/include/__config
    M libcxx/include/__expected/expected.h
    M libcxx/include/__filesystem/filesystem_error.h
    M libcxx/include/__format/format_error.h
    M libcxx/include/__functional/function.h
    M libcxx/include/__hash_table
    M libcxx/include/__iterator/counted_iterator.h
    M libcxx/include/__memory/shared_ptr.h
    M libcxx/include/__memory/uninitialized_algorithms.h
    M libcxx/include/__split_buffer
    M libcxx/include/__utility/exception_guard.h
    M libcxx/include/any
    M libcxx/include/deque
    M libcxx/include/exception
    M libcxx/include/forward_list
    M libcxx/include/fstream
    M libcxx/include/future
    M libcxx/include/iomanip
    M libcxx/include/ios
    M libcxx/include/istream
    M libcxx/include/list
    M libcxx/include/new
    M libcxx/include/optional
    M libcxx/include/ostream
    M libcxx/include/regex
    M libcxx/include/sstream
    M libcxx/include/stdexcept
    M libcxx/include/string
    M libcxx/include/typeinfo
    M libcxx/include/valarray
    M libcxx/include/variant
    M libcxx/include/vector
    M libcxx/src/filesystem/filesystem_common.h
    M libcxx/src/future.cpp
    M libcxx/src/ios.cpp
    M libcxx/src/locale.cpp
    M libcxx/src/mutex.cpp
    M libcxx/src/new.cpp
    M libcxx/src/string.cpp
    M libcxx/src/support/runtime/exception_fallback.ipp
    M libcxx/src/support/runtime/exception_msvc.ipp
    M libcxx/src/system_error.cpp

  Log Message:
  -----------
  [libc++][NFC] Rename _LIBCPP_NO_EXCEPTIONS to _LIBCPP_HAS_NO_EXCEPTIONS

Other macros that disable parts of the library are named `_LIBCPP_HAS_NO_WHATEVER`.

Reviewed By: ldionne, Mordante, #libc

Spies: libcxx-commits, smeenai

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




More information about the All-commits mailing list