Mateusz =?utf-8?q?Mikuła?= <o...@mateuszmikula.dev>,
Mateusz =?utf-8?q?Mikuła?= <o...@mateuszmikula.dev>,
Mateusz =?utf-8?q?Mikuła?= <o...@mateuszmikula.dev>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/134...@github.com>


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,inc,cpp -- 
clang/include/clang/Support/Compiler.h clang/tools/libclang/CIndexer.cpp 
llvm/lib/Support/Unix/Signals.inc
``````````

</details>

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

``````````diff
diff --git a/llvm/lib/Support/Unix/Signals.inc 
b/llvm/lib/Support/Unix/Signals.inc
index 68a0e2d21..7b589e627 100644
--- a/llvm/lib/Support/Unix/Signals.inc
+++ b/llvm/lib/Support/Unix/Signals.inc
@@ -889,7 +889,6 @@ void llvm::sys::DisableSystemDialogsOnCrash() {}
 /// process, print a stack trace and then exit.
 void llvm::sys::PrintStackTraceOnErrorSignal(StringRef Argv0,
 
-
                                              bool DisableCrashReporting) {
   ::Argv0 = Argv0;
 

``````````

</details>


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

Reply via email to