[clang] Revert "[clang][Lex] add -Wnonportable-include-path-separator (#186770)" (PR #190975)
Corentin Jabot via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 8 07:02:49 PDT 2026
cor3ntin wrote:
Given the Diagnostic is `DefaultIgnore`, you could check if it's enabled before doing any expensive check.
I'm fairly surprised by the regression though, `#include` are comparatively rare things in source files.
https://github.com/llvm/llvm-project/pull/190975
More information about the cfe-commits
mailing list