[all-commits] [llvm/llvm-project] b689e1: [libc++] Renames ABI tag. (#78342)
Mark de Wever via All-commits
all-commits at lists.llvm.org
Thu Jan 18 09:46:59 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b689e1678c429b724dd898edb9e24cbb9c437667
https://github.com/llvm/llvm-project/commit/b689e1678c429b724dd898edb9e24cbb9c437667
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2024-01-18 (Thu, 18 Jan 2024)
Changed paths:
M libcxx/include/__config
M libcxx/include/__ranges/chunk_by_view.h
M libcxx/include/__ranges/drop_while_view.h
M libcxx/include/__ranges/filter_view.h
M libcxx/include/__ranges/repeat_view.h
M libcxx/include/__ranges/single_view.h
M libcxx/include/__ranges/take_while_view.h
M libcxx/include/__ranges/transform_view.h
Log Message:
-----------
[libc++] Renames ABI tag. (#78342)
The tag name was long for an ABI tag. The name was misleading too, the
tag is first introduced in LLVM 18 in 2024 and not in 2023.
---------
Co-authored-by: Louis Dionne <ldionne.2 at gmail.com>
More information about the All-commits
mailing list