[libc-commits] [libc] [libc] Build fixes for widechar characterconverter (PR #143805)
via libc-commits
libc-commits at lists.llvm.org
Wed Jun 11 16:21:29 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 -- libc/include/llvm-libc-types/char8_t.h libc/src/__support/wchar/mbstate.h libc/src/__support/wchar/utf_ret.h
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/libc/src/__support/wchar/mbstate.h b/libc/src/__support/wchar/mbstate.h
index 0a0c5e2ad..cb8950374 100644
--- a/libc/src/__support/wchar/mbstate.h
+++ b/libc/src/__support/wchar/mbstate.h
@@ -9,8 +9,8 @@
#ifndef LLVM_LIBC_SRC___SUPPORT_MBSTATE_H
#define LLVM_LIBC_SRC___SUPPORT_MBSTATE_H
-#include "src/__support/common.h"
#include "hdr/types/char32_t.h"
+#include "src/__support/common.h"
#include <stdint.h>
namespace LIBC_NAMESPACE_DECL {
``````````
</details>
https://github.com/llvm/llvm-project/pull/143805
More information about the libc-commits
mailing list