[libc-commits] [libc] [libc] fix and explicit atomic difference from c++ (PR #119715)
via libc-commits
libc-commits at lists.llvm.org
Thu Dec 12 07:42:22 PST 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 3c464d23682b0f9e6f70965e8f8f3861c9ba5417 7979fb9fcd0bd295ebb69a58803e46373ec44dd7 --extensions h -- libc/src/__support/CPP/type_traits/has_unique_object_representations.h libc/src/__support/CPP/atomic.h libc/src/__support/CPP/type_traits.h
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/libc/src/__support/CPP/type_traits.h b/libc/src/__support/CPP/type_traits.h
index 2b3914521c..910cebbb8d 100644
--- a/libc/src/__support/CPP/type_traits.h
+++ b/libc/src/__support/CPP/type_traits.h
@@ -66,5 +66,4 @@
#include "src/__support/CPP/type_traits/type_identity.h"
#include "src/__support/CPP/type_traits/void_t.h"
-
#endif // LLVM_LIBC_SRC___SUPPORT_CPP_TYPE_TRAITS_H
``````````
</details>
https://github.com/llvm/llvm-project/pull/119715
More information about the libc-commits
mailing list