[all-commits] [llvm/llvm-project] 553ae2: [libc++] Remove outdated _LIBCPP_CLANG_VER check (...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Thu Nov 9 11:09:53 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 553ae2f86667c35c5ee4a3824c910db1cb615507
https://github.com/llvm/llvm-project/commit/553ae2f86667c35c5ee4a3824c910db1cb615507
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2023-11-09 (Thu, 09 Nov 2023)
Changed paths:
M libcxx/include/__atomic/atomic_init.h
M libcxx/utils/data/ignore_format.txt
Log Message:
-----------
[libc++] Remove outdated _LIBCPP_CLANG_VER check (#71759)
We always use Clang >= 16 now, so the check for Clang >= 14 is
tautological. As a drive-by, clang-format the header.
More information about the All-commits
mailing list