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 4c1745207665262380e9bff65201816a966339d0 
f23461ad86202ae37947c5ad1099e301b23b3589 -- 
clang/test/CodeGen/PowerPC/toc-data-attribute.c 
clang/test/CodeGen/PowerPC/toc-data-attribute.cpp 
clang/test/CodeGen/PowerPC/toc-data-diagnostics.c 
clang/test/CodeGen/PowerPC/toc-data-structs-arrays.cpp 
clang/test/Driver/toc-conf.c clang/test/Driver/tocdata-cc1.c 
clang/include/clang/Basic/CodeGenOptions.h clang/lib/CodeGen/CGDecl.cpp 
clang/lib/CodeGen/CodeGenModule.cpp clang/lib/CodeGen/Targets/PPC.cpp 
clang/lib/Driver/ToolChains/AIX.cpp clang/lib/Frontend/CompilerInstance.cpp 
llvm/include/llvm/ADT/STLExtras.h llvm/lib/MC/MCSectionXCOFF.cpp 
llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp 
llvm/lib/Target/PowerPC/PPCISelDAGToDAG.cpp 
llvm/lib/Target/PowerPC/PPCSubtarget.h
``````````

</details>

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

``````````diff
diff --git a/clang/include/clang/Basic/CodeGenOptions.h 
b/clang/include/clang/Basic/CodeGenOptions.h
index fa0ed80f4c..acb405a594 100644
--- a/clang/include/clang/Basic/CodeGenOptions.h
+++ b/clang/include/clang/Basic/CodeGenOptions.h
@@ -403,7 +403,7 @@ public:
 
   /// List of pass builder callbacks.
   std::vector<std::function<void(llvm::PassBuilder &)>> PassBuilderCallbacks;
-  
+
   /// List of global variables explicitly specified by the user as toc-data.
   std::vector<std::string> TocDataVarsUserSpecified;
 

``````````

</details>


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

Reply via email to