[Mlir-commits] [mlir] [MLIR][Presburger] Definitions for basic functions related to cones (PR #76650)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Sat Dec 30 20:52:11 PST 2023


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 a384cd5012b857f2464fff21c39d032632af1515 0832947b11e485e3380291d4e7ccbce9c399f217 -- mlir/include/mlir/Analysis/Presburger/Barvinok.h mlir/lib/Analysis/Presburger/Barvinok.cpp mlir/unittests/Analysis/Presburger/BarvinokTest.cpp mlir/include/mlir/Analysis/Presburger/GeneratingFunction.h
``````````

</details>

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

``````````diff
diff --git a/mlir/include/mlir/Analysis/Presburger/GeneratingFunction.h b/mlir/include/mlir/Analysis/Presburger/GeneratingFunction.h
index e29478e97b..abf9cce8c9 100644
--- a/mlir/include/mlir/Analysis/Presburger/GeneratingFunction.h
+++ b/mlir/include/mlir/Analysis/Presburger/GeneratingFunction.h
@@ -129,7 +129,7 @@ private:
   std::vector<std::vector<Point>> denominators;
 };
 
-} // namespace internal
+} // namespace public_namespace_name::detail
 } // namespace presburger
 } // namespace mlir
 

``````````

</details>


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


More information about the Mlir-commits mailing list