[all-commits] [llvm/llvm-project] f221d9: [libc++] IWYU to fix Modules complaints about _LIB...
Quuxplusone via All-commits
all-commits at lists.llvm.org
Fri Aug 6 06:22:23 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f221d905b131158cbe3cbc4320d1ecd1376c3f22
https://github.com/llvm/llvm-project/commit/f221d905b131158cbe3cbc4320d1ecd1376c3f22
Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
Date: 2021-08-06 (Fri, 06 Aug 2021)
Changed paths:
M libcxx/include/__algorithm/sample.h
M libcxx/include/__functional/function.h
M libcxx/include/__ranges/drop_view.h
M libcxx/include/__ranges/view_interface.h
Log Message:
-----------
[libc++] IWYU to fix Modules complaints about _LIBCPP_ASSERT. NFCI.
This fixes all places that used _LIBCPP_ASSERT without including <__debug>.
git grep -l _LIBCPP_ASSERT | xargs git grep -L __debug
More information about the All-commits
mailing list