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,cpp -- 
clang/include/clang/Driver/Driver.h clang/include/clang/Driver/ToolChain.h 
clang/lib/Driver/Driver.cpp clang/lib/Driver/ToolChain.cpp 
clang/lib/Driver/ToolChains/Flang.cpp 
flang/include/flang/Frontend/CompilerInvocation.h 
flang/lib/Frontend/CompilerInvocation.cpp flang/tools/bbc/bbc.cpp
``````````

</details>

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

``````````diff
diff --git a/clang/include/clang/Driver/Driver.h 
b/clang/include/clang/Driver/Driver.h
index 451521eb7..69365dd27 100644
--- a/clang/include/clang/Driver/Driver.h
+++ b/clang/include/clang/Driver/Driver.h
@@ -402,7 +402,6 @@ private:
                               SmallString<128> &CrashDiagDir);
 
 public:
-
   /// Takes the path to a binary that's either in bin/ or lib/ and returns
   /// the path to clang's resource directory.
   /// Do not pass argv[0] as argument, llvm-lit does not adjust argv[0] to the

``````````

</details>


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

Reply via email to