[Mlir-commits] [mlir] [mlir][ods] Enable basic string interpolation in constraint summary. (PR #153603)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Thu Aug 14 08:46:58 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,cpp -- mlir/unittests/TableGen/CodeGenHelpersTest.cpp mlir/include/mlir/TableGen/CodeGenHelpers.h mlir/lib/TableGen/CodeGenHelpers.cpp mlir/tools/mlir-tblgen/OpDefinitionsGen.cpp
``````````

</details>

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

``````````diff
diff --git a/mlir/unittests/TableGen/CodeGenHelpersTest.cpp b/mlir/unittests/TableGen/CodeGenHelpersTest.cpp
index 52a90738f..a16df639d 100644
--- a/mlir/unittests/TableGen/CodeGenHelpersTest.cpp
+++ b/mlir/unittests/TableGen/CodeGenHelpersTest.cpp
@@ -27,4 +27,3 @@ TEST(CodeGenHelpersTest, BuildErrorStreamingString) {
       "here {{reformat($_self)}} is block", ctx, ErrorStreamType::InString);
   EXPECT_THAT(result2, StrEq("here \" << reformat(this_thing) << \" is block"));
 }
-

``````````

</details>


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


More information about the Mlir-commits mailing list