[libcxx-commits] [libcxx] [libcxxabi] [libc++] Remove dependence on <ciso646> (PR #73271)

via libcxx-commits libcxx-commits at lists.llvm.org
Thu Nov 23 17:12:00 PST 2023


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 ba89749cd24950c9c51f4cc64277ce0421d86d20 b00fa66562c381a2c2cd4d104aceed7e6131d890 -- libcxx/test/support/container_debug_tests.h libcxx/test/support/test_macros.h libcxxabi/src/demangle/DemangleConfig.h
``````````

</details>

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

``````````diff
diff --git a/libcxx/test/support/test_macros.h b/libcxx/test/support/test_macros.h
index f466cecbfc..5780c55595 100644
--- a/libcxx/test/support/test_macros.h
+++ b/libcxx/test/support/test_macros.h
@@ -20,7 +20,7 @@
 # endif
 #endif
 #ifndef TEST_IMP_INCLUDED_HEADER
-#include <version>
+#  include <version>
 #endif
 
 #define TEST_STRINGIZE_IMPL(...) #__VA_ARGS__

``````````

</details>


https://github.com/llvm/llvm-project/pull/73271


More information about the libcxx-commits mailing list