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 97c62b8f7501d1c6c2f507b075fbe45a31d2b9dc 
e89f2e619fb7b4e5c942d7236768e79bb189aee8 --extensions c,cpp,h -- 
clang/test/CodeGen/zos-abi.c clang/test/CodeGen/zos-abi.cpp 
clang/lib/CodeGen/CodeGenModule.cpp clang/lib/CodeGen/TargetInfo.h 
clang/lib/CodeGen/Targets/SystemZ.cpp
``````````

</details>

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

``````````diff
diff --git a/clang/lib/CodeGen/Targets/SystemZ.cpp 
b/clang/lib/CodeGen/Targets/SystemZ.cpp
index 9cc3df7350..5bb91232a3 100644
--- a/clang/lib/CodeGen/Targets/SystemZ.cpp
+++ b/clang/lib/CodeGen/Targets/SystemZ.cpp
@@ -533,7 +533,6 @@ bool SystemZTargetCodeGenInfo::isVectorTypeBased(const Type 
*Ty,
   return false;
 }
 
-
 
//===----------------------------------------------------------------------===//
 // z/OS XPLINK ABI Implementation
 
//===----------------------------------------------------------------------===//

``````````

</details>


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

Reply via email to