[all-commits] [llvm/llvm-project] cd34e8: [libc++][NFC] Remove __has_keyword
philnik777 via All-commits
all-commits at lists.llvm.org
Sat Aug 19 15:46:29 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cd34e89cfabbc43a89bac5f0e4e84ebee0e4e167
https://github.com/llvm/llvm-project/commit/cd34e89cfabbc43a89bac5f0e4e84ebee0e4e167
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2023-08-19 (Sat, 19 Aug 2023)
Changed paths:
M libcxx/include/__config
M libcxx/include/tuple
Log Message:
-----------
[libc++][NFC] Remove __has_keyword
__has_keyword is almost not used anymore. There are only two cases. One can be replaced by __has_builtin and the other seems entirely redundant, so we can remove the definition.
Reviewed By: #libc, Mordante
Spies: Mordante, libcxx-commits
Differential Revision: https://reviews.llvm.org/D158215
More information about the All-commits
mailing list