[all-commits] [llvm/llvm-project] 040e9e: [libc++] Inline __has_feature and __has_extension ...
Nikolas Klauser via All-commits
all-commits at lists.llvm.org
Mon Jun 9 20:54:36 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 040e9e02ccbf69bebd293a4c389948d7ecbc7bd9
https://github.com/llvm/llvm-project/commit/040e9e02ccbf69bebd293a4c389948d7ecbc7bd9
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2025-06-10 (Tue, 10 Jun 2025)
Changed paths:
M libcxx/include/__config
M libcxx/include/__debug_utils/sanitizers.h
M libcxx/include/__functional/function.h
M libcxx/include/__memory/addressof.h
M libcxx/include/__type_traits/is_pointer.h
M libcxx/include/__type_traits/is_scalar.h
M libcxx/include/deque
M libcxx/include/string
M libcxx/test/libcxx/type_traits/is_trivially_relocatable.compile.pass.cpp
Log Message:
-----------
[libc++] Inline __has_feature and __has_extension uses (#133634)
Since GCC now supports `__has_feature` and `__has_extension` as well,
there isn't much of a reason to define new macros to test for the
features.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list