[all-commits] [llvm/llvm-project] 165841: [libc++][Modules] Fix a few module related warnings
Ian Anderson via All-commits
all-commits at lists.llvm.org
Sat Jul 29 07:33:49 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 165841b681c146ae1e013a0aa4d69ef7c7c20fe2
https://github.com/llvm/llvm-project/commit/165841b681c146ae1e013a0aa4d69ef7c7c20fe2
Author: Ian Anderson <iana at apple.com>
Date: 2023-07-29 (Sat, 29 Jul 2023)
Changed paths:
M libcxx/include/__algorithm/pstl_sort.h
M libcxx/include/module.modulemap.in
Log Message:
-----------
[libc++][Modules] Fix a few module related warnings
I'm getting a few -Wundefined-inline warnings, and a -Wnon-modular-include-in-module too. Fix all of those.
Reviewed By: Mordante, #libc
Differential Revision: https://reviews.llvm.org/D156508
More information about the All-commits
mailing list