[libcxx-commits] [PATCH] D106124: [libcxx][modules] protects users from relying on detail headers
Eric Fiselier via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Feb 25 12:03:25 PST 2022
EricWF accepted this revision.
EricWF added a comment.
I like this patch a lot.
There are already plenty of code at Google that has accidentally started including our new implementation headers. We should nip this in the bud right away.
Does this work when a user passes -Wsystem-headers?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106124/new/
https://reviews.llvm.org/D106124
More information about the libcxx-commits
mailing list