[Mlir-commits] [mlir] [mlir][StorageUniquer] Restore old signature for default implementaion of verifyInvariants. (PR #103023)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Tue Aug 13 01:53:44 PDT 2024
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 b8bf14eecfc71cfc2d6931c2d95bc5af21d5e4a3 fa733c20f627825ebf88968061708f0ccab1a250 --extensions h -- mlir/include/mlir/IR/StorageUniquerSupport.h
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/mlir/include/mlir/IR/StorageUniquerSupport.h b/mlir/include/mlir/IR/StorageUniquerSupport.h
index c493fd9c50..2162a74a51 100644
--- a/mlir/include/mlir/IR/StorageUniquerSupport.h
+++ b/mlir/include/mlir/IR/StorageUniquerSupport.h
@@ -226,8 +226,7 @@ protected:
/// Default implementation that just returns success.
template <typename... Args>
- static LogicalResult
- verifyInvariants(Args... args) {
+ static LogicalResult verifyInvariants(Args... args) {
return success();
}
``````````
</details>
https://github.com/llvm/llvm-project/pull/103023
More information about the Mlir-commits
mailing list