[clang] Fix preprocessed block comment newline on windows containing extra carriage return (PR #205084)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 13 05:48:04 PDT 2026
================
@@ -0,0 +1,6 @@
+// REQUIRES: system-windows
----------------
AaronBallman wrote:
Do we really want this to be Windows-only behavior? I would assume that the platform doesn't matter, it's the file contents that matter, and so we'd expect the same behavior on all platforms?
https://github.com/llvm/llvm-project/pull/205084
More information about the cfe-commits
mailing list