[clang] [CIR][Upstream] Local initialization for ArrayType (PR #132974)

Andy Kaylor via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 31 17:34:45 PDT 2025


================
@@ -327,4 +337,4 @@ class CIRBaseBuilderTy : public mlir::OpBuilder {
 
 } // namespace cir
 
-#endif
+#endif
----------------
andykaylor wrote:

This indicates that you (or some tool you're using) removed the newline character at the end of the file. It's a good practice to configure your editor to automatically add a newline at the end if it's missing. If you use the VSCode editor, the text editor has a setting called "Insert Final Newline" that does this.

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


More information about the cfe-commits mailing list