[all-commits] [llvm/llvm-project] cf65d2: [libc++][NFC] Rename _LIBCPP_NO_RTTI to _LIBCPP_HA...
philnik777 via All-commits
all-commits at lists.llvm.org
Sat Feb 4 15:22:09 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cf65d275ac048dfb781c7302c6c82c3500184eb1
https://github.com/llvm/llvm-project/commit/cf65d275ac048dfb781c7302c6c82c3500184eb1
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2023-02-05 (Sun, 05 Feb 2023)
Changed paths:
M libcxx/include/__config
M libcxx/include/__functional/function.h
M libcxx/include/__memory/shared_ptr.h
M libcxx/include/any
Log Message:
-----------
[libc++][NFC] Rename _LIBCPP_NO_RTTI to _LIBCPP_HAS_NO_RTTI
Other macros that disable parts of the library are named `_LIBCPP_HAS_NO_WHATEVER`.
Reviewed By: ldionne, Mordante, #libc
Spies: libcxx-commits
Differential Revision: https://reviews.llvm.org/D143164
More information about the All-commits
mailing list