[clang] [Clang] Warn on backslash-newline-EOF (PR #97585)

Vlad Serebrennikov via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 4 09:16:12 PDT 2024


================
@@ -0,0 +1,11 @@
+// RUN: %clang_cc1 -std=c++11 -pedantic-errors -verify=expected %s -E | FileCheck %s --strict-whitespace --allow-empty
----------------
Endilll wrote:

We run DR tests in complete range of C++ versions.

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


More information about the cfe-commits mailing list