https://github.com/svenvh created https://github.com/llvm/llvm-project/pull/203483
None >From fc105ccb30ba0004213c773daa4cb960a5d2055d Mon Sep 17 00:00:00 2001 From: Sven van Haastregt <[email protected]> Date: Fri, 12 Jun 2026 09:31:29 +0100 Subject: [PATCH] Add missing newlines at EOF; NFC --- clang/include/clang/Basic/arm_sve.td | 2 +- clang/include/clang/Interpreter/IncrementalExecutor.h | 2 +- clang/lib/Headers/hlsl/hlsl_alias_intrinsics.h | 2 +- clang/unittests/AST/ASTExprTest.cpp | 2 +- llvm/unittests/Transforms/IPO/AttributorTestBase.h | 2 +- llvm/unittests/Transforms/IPO/MergeFunctionsTest.cpp | 2 +- mlir/lib/CAPI/Dialect/Shard.cpp | 2 +- mlir/lib/CAPI/Dialect/UB.cpp | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/clang/include/clang/Basic/arm_sve.td b/clang/include/clang/Basic/arm_sve.td index 25f42cbcac64e..26b399f3b3b13 100644 --- a/clang/include/clang/Basic/arm_sve.td +++ b/clang/include/clang/Basic/arm_sve.td @@ -2546,4 +2546,4 @@ let SVETargetGuard = "sve2p3|sme2p3", SMETargetGuard = "sve2p3|sme2p3" in { def SVDOT_LANE_X2_SH : SInst<"svdot_lane[_{d}_{2}]", "ddhhi", "s", MergeNone, "aarch64_sve_sdot_lane_x2", [VerifyRuntimeMode], [ImmCheck<3, ImmCheck0_7>]>; def SVDOT_LANE_X2_UH : SInst<"svdot_lane[_{d}_{2}]", "ddhhi", "Us", MergeNone, "aarch64_sve_udot_lane_x2", [VerifyRuntimeMode], [ImmCheck<3, ImmCheck0_7>]>; -} \ No newline at end of file +} diff --git a/clang/include/clang/Interpreter/IncrementalExecutor.h b/clang/include/clang/Interpreter/IncrementalExecutor.h index 0e879efa0b55f..913da9230a947 100644 --- a/clang/include/clang/Interpreter/IncrementalExecutor.h +++ b/clang/include/clang/Interpreter/IncrementalExecutor.h @@ -90,4 +90,4 @@ class IncrementalExecutor { } // namespace clang -#endif // LLVM_CLANG_LIB_INTERPRETER_INCREMENTALEXECUTOR_H \ No newline at end of file +#endif // LLVM_CLANG_LIB_INTERPRETER_INCREMENTALEXECUTOR_H diff --git a/clang/lib/Headers/hlsl/hlsl_alias_intrinsics.h b/clang/lib/Headers/hlsl/hlsl_alias_intrinsics.h index 3ee56b597da30..54ff0771bc2ce 100644 --- a/clang/lib/Headers/hlsl/hlsl_alias_intrinsics.h +++ b/clang/lib/Headers/hlsl/hlsl_alias_intrinsics.h @@ -219,4 +219,4 @@ __detail::enable_if_t<__detail::is_arithmetic<T>::Value, vector<T, 4>> select( vector<bool, 4>, T, T); } // namespace hlsl -#endif //_HLSL_HLSL_ALIAS_INTRINSICS_H_ \ No newline at end of file +#endif //_HLSL_HLSL_ALIAS_INTRINSICS_H_ diff --git a/clang/unittests/AST/ASTExprTest.cpp b/clang/unittests/AST/ASTExprTest.cpp index 22d769421542d..305e659e573d4 100644 --- a/clang/unittests/AST/ASTExprTest.cpp +++ b/clang/unittests/AST/ASTExprTest.cpp @@ -396,4 +396,4 @@ TEST(ASTExpr, IsKnownToHaveBooleanValue) { ExpectKnown("from_bitfield2", false, false); ExpectKnown("from_bitint1", false, true); ExpectKnown("from_bitint2", false, false); -} \ No newline at end of file +} diff --git a/llvm/unittests/Transforms/IPO/AttributorTestBase.h b/llvm/unittests/Transforms/IPO/AttributorTestBase.h index 9220b60c497ca..7cb82a875ced8 100644 --- a/llvm/unittests/Transforms/IPO/AttributorTestBase.h +++ b/llvm/unittests/Transforms/IPO/AttributorTestBase.h @@ -45,4 +45,4 @@ class AttributorTestBase : public testing::Test { } // namespace llvm -#endif \ No newline at end of file +#endif diff --git a/llvm/unittests/Transforms/IPO/MergeFunctionsTest.cpp b/llvm/unittests/Transforms/IPO/MergeFunctionsTest.cpp index 56d119878a9ab..5be92b5ae3188 100644 --- a/llvm/unittests/Transforms/IPO/MergeFunctionsTest.cpp +++ b/llvm/unittests/Transforms/IPO/MergeFunctionsTest.cpp @@ -243,4 +243,4 @@ TEST(MergeFunctions, FalseOutputFunctionsTest) { EXPECT_EQ(MergeResult.size(), 0u); } -} // namespace \ No newline at end of file +} // namespace diff --git a/mlir/lib/CAPI/Dialect/Shard.cpp b/mlir/lib/CAPI/Dialect/Shard.cpp index 82fc92eb3fafe..4bf72b1d62ca2 100644 --- a/mlir/lib/CAPI/Dialect/Shard.cpp +++ b/mlir/lib/CAPI/Dialect/Shard.cpp @@ -10,4 +10,4 @@ #include "mlir/CAPI/Registration.h" #include "mlir/Dialect/Shard/IR/ShardDialect.h" -MLIR_DEFINE_CAPI_DIALECT_REGISTRATION(Shard, shard, mlir::shard::ShardDialect) \ No newline at end of file +MLIR_DEFINE_CAPI_DIALECT_REGISTRATION(Shard, shard, mlir::shard::ShardDialect) diff --git a/mlir/lib/CAPI/Dialect/UB.cpp b/mlir/lib/CAPI/Dialect/UB.cpp index 37a74677cdad0..6508a6a42c4b9 100644 --- a/mlir/lib/CAPI/Dialect/UB.cpp +++ b/mlir/lib/CAPI/Dialect/UB.cpp @@ -10,4 +10,4 @@ #include "mlir/CAPI/Registration.h" #include "mlir/Dialect/UB/IR/UBOps.h" -MLIR_DEFINE_CAPI_DIALECT_REGISTRATION(UB, ub, mlir::ub::UBDialect) \ No newline at end of file +MLIR_DEFINE_CAPI_DIALECT_REGISTRATION(UB, ub, mlir::ub::UBDialect) _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
