[clang] [Modules] Don't fail when an unused textual header is missing. (PR #138227)

Volodymyr Sapsai via cfe-commits cfe-commits at lists.llvm.org
Wed May 21 11:29:50 PDT 2025


vsapsai wrote:

It's weird that clang picked `b.wrap_foo` for "wrap_foo.h" as it is specified as `private header`. To me it looks like circumventing "use of private header from outside its module [-Wprivate-header]".

https://github.com/llvm/llvm-project/pull/138227


More information about the cfe-commits mailing list