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 40c2aaf54e9a7b5c560bb68796d444180ad67b5d 
470af5fa28032a99e3e9d2159e27549b5d1dfb55 --extensions h,cpp -- 
clang/lib/CodeGen/CodeGenModule.cpp llvm/include/llvm/BinaryFormat/ELF.h 
llvm/tools/llvm-readobj/ELFDumper.cpp
``````````

</details>

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

``````````diff
diff --git a/clang/lib/CodeGen/CodeGenModule.cpp 
b/clang/lib/CodeGen/CodeGenModule.cpp
index bf87b1a46e..361c6a957a 100644
--- a/clang/lib/CodeGen/CodeGenModule.cpp
+++ b/clang/lib/CodeGen/CodeGenModule.cpp
@@ -1225,7 +1225,7 @@ void CodeGenModule::Release() {
            << AARCH64_PAUTH_PLATFORM_LLVM_LINUX_VERSION_GOT);
       static_assert(AARCH64_PAUTH_PLATFORM_LLVM_LINUX_VERSION_GOT ==
                         AARCH64_PAUTH_PLATFORM_LLVM_LINUX_VERSION_LAST,
-          "Update when new enum items are defined");
+                    "Update when new enum items are defined");
       if (PAuthABIVersion != 0) {
         getModule().addModuleFlag(llvm::Module::Error,
                                   "aarch64-elf-pauthabi-platform",

``````````

</details>


https://github.com/llvm/llvm-project/pull/96159
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to