[clang] [clang][Lex] add -Wnonportable-include-path-separator (PR #186770)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 8 06:19:31 PDT 2026
AaronBallman wrote:
> This introduces a compile-time regression: https://llvm-compile-time-tracker.com/compare.php?from=c146e9fce8b46f2495a57c8ce7696da4da9d2a13&to=9a1860c45a915328b392fa1af0bbc75dbe96af7f&stat=instructions:u
Thank you for pointing this out! @rosefromthedead I think that's sufficient overhead to warrant reverting to see if we can address it (off-by-default diagnostics should not have measurable compile time overhead; perhaps testing if the diagnostic is enabled will be sufficient to address the performance issue though).
https://github.com/llvm/llvm-project/pull/186770
More information about the cfe-commits
mailing list