[all-commits] [llvm/llvm-project] c36870: [libc++] Removes unneeded includes.
mordante via All-commits
all-commits at lists.llvm.org
Mon Jun 13 08:57:04 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c36870c8e79c1690432076c69cb98a879555efa8
https://github.com/llvm/llvm-project/commit/c36870c8e79c1690432076c69cb98a879555efa8
Author: Mark de Wever <koraq at xs4all.nl>
Date: 2022-06-13 (Mon, 13 Jun 2022)
Changed paths:
M libcxx/docs/ReleaseNotes.rst
M libcxx/include/iterator
M libcxx/include/optional
M libcxx/include/string
M libcxx/include/tuple
M libcxx/include/typeindex
M libcxx/include/variant
M libcxx/include/vector
M libcxx/test/std/ranges/range.adaptors/range.join.view/types.h
M libcxx/test/std/utilities/utility/utility.intcmp/intcmp.in_range/in_range.pass.cpp
Log Message:
-----------
[libc++] Removes unneeded includes.
This removes all "TODO: remove these headers" comments from our headers.
Note there seem to be more headers that can be removed, that will be
done in separate commits.
Reviewed By: #libc, ldionne
Differential Revision: https://reviews.llvm.org/D127592
More information about the All-commits
mailing list