[libc-commits] [libc] [libc] at_quick_exit function implemented (PR #94317)
via libc-commits
libc-commits at lists.llvm.org
Tue Jun 4 13:30:46 PDT 2024
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 7dc84e225e11e37925db6f4f08269f447d2f2347 75f5202488a11908f03836602aa0336587a03d47 -- libc/src/stdlib/at_quick_exit.cpp libc/src/stdlib/at_quick_exit.h libc/src/stdlib/exit_handler.cpp libc/src/stdlib/exit_handler.h libc/test/src/stdlib/at_quick_exit_test.cpp libc/src/stdlib/atexit.cpp libc/src/stdlib/atexit.h libc/src/stdlib/quick_exit.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/libc/src/stdlib/atexit.cpp b/libc/src/stdlib/atexit.cpp
index 8f40291420..1440ca1818 100644
--- a/libc/src/stdlib/atexit.cpp
+++ b/libc/src/stdlib/atexit.cpp
@@ -36,5 +36,3 @@ LLVM_LIBC_FUNCTION(int, atexit, (StdCAtExitCallback * callback)) {
}
} // namespace LIBC_NAMESPACE
-
-
``````````
</details>
https://github.com/llvm/llvm-project/pull/94317
More information about the libc-commits
mailing list