[Mlir-commits] [mlir] [MLIR] Symbol visibility as enum attribute (PR #154167)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Mon Aug 18 10:50:30 PDT 2025


github-actions[bot] wrote:

<!--LLVM CODE FORMAT COMMENT: {clang-format}-->


:warning: C/C++ code formatter, clang-format found issues in your code. :warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
git-clang-format --diff HEAD~1 HEAD --extensions h -- mlir/include/mlir/IR/BuiltinEnums.h mlir/include/mlir/Dialect/MemRef/IR/MemRef.h
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/mlir/include/mlir/IR/BuiltinEnums.h b/mlir/include/mlir/IR/BuiltinEnums.h
index 4f64fd96e..ac053d5f5 100644
--- a/mlir/include/mlir/IR/BuiltinEnums.h
+++ b/mlir/include/mlir/IR/BuiltinEnums.h
@@ -20,5 +20,4 @@ namespace mlir {
 
 } // namespace mlir
 
-
 #endif // MLIR_IR_BUILTIENUMS_H

``````````

</details>


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


More information about the Mlir-commits mailing list