[clang] [clang] Support header shadowing diagnostics in Clang header search (PR #162491)

Fangrui Song via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 27 23:34:04 PDT 2025


MaskRay wrote:

I also haven't taken the time to fully comprehend the source code changes. Both libcxx and glibc ship `stdio.h`. How do you handle `#include <stdio.h>`? Probing every search path also has a potential syscall performance issue.

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


More information about the cfe-commits mailing list