[all-commits] [llvm/llvm-project] d8d561: [libc++][NFC] Remove _LIBCPP_DISABLE_EXTENSION_WAR...
Nikolas Klauser via All-commits
all-commits at lists.llvm.org
Wed Apr 2 06:40:23 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d8d561a3881b08026a0566ff692fdd5b0e032b95
https://github.com/llvm/llvm-project/commit/d8d561a3881b08026a0566ff692fdd5b0e032b95
Author: Nikolas Klauser <nikolasklauser at berlin.de>
Date: 2025-04-02 (Wed, 02 Apr 2025)
Changed paths:
M libcxx/.clang-format
M libcxx/include/__atomic/support/c11.h
M libcxx/include/__config
Log Message:
-----------
[libc++][NFC] Remove _LIBCPP_DISABLE_EXTENSION_WARNINGS (#133693)
We only use `_LIBCPP_DISABLE_EXTENSION_WARNINGS` in a single place while
we use extensions all over the place. The warnings are already disabled,
since libc++'s headers are system headers, so this shouldn't be in any
way observable by users.
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