[libcxx] [llvm] [ci] Bump the version of clang-format used in the CI (PR #119915)

via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 7 10:10:32 PST 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 292c1350d1509090949f037603663aa64985fe69 2d086d51b50de4572bdda003fc645145054bb317 --extensions h -- libcxx/include/__new/destroying_delete_t.h
``````````

</details>

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

``````````diff
diff --git a/libcxx/include/__new/destroying_delete_t.h b/libcxx/include/__new/destroying_delete_t.h
index 1596c71bcd..7fca4f6c68 100644
--- a/libcxx/include/__new/destroying_delete_t.h
+++ b/libcxx/include/__new/destroying_delete_t.h
@@ -21,8 +21,7 @@ namespace std {
 // Enable the declaration even if the compiler doesn't support the language
 // feature.
 struct destroying_delete_t {
-  explicit destroying_delete_t() =
-  default;
+  explicit destroying_delete_t() = default;
 };
 inline constexpr destroying_delete_t destroying_delete{};
 } // namespace std

``````````

</details>


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


More information about the llvm-commits mailing list