[llvm] Remove dependence on <ciso646> (PR #73273)

via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 23 18:11:54 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 28d91a6e17c58c129eda75c53448c8a81d63b445 d2b2d842b5b1a2e70d8e33ea52a0ab3bc55f1606 -- llvm/include/llvm/Support/Threading.h llvm/lib/DebugInfo/GSYM/LookupResult.cpp
``````````

</details>

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

``````````diff
diff --git a/llvm/include/llvm/Support/Threading.h b/llvm/include/llvm/Support/Threading.h
index e83cb67ac1..13d21b0f3e 100644
--- a/llvm/include/llvm/Support/Threading.h
+++ b/llvm/include/llvm/Support/Threading.h
@@ -18,8 +18,8 @@
 #include "llvm/ADT/StringRef.h"
 #include "llvm/Config/llvm-config.h" // for LLVM_ON_UNIX
 #include "llvm/Support/Compiler.h"
-#include <version>
 #include <optional>
+#include <version>
 
 #if defined(_MSC_VER)
 // MSVC's call_once implementation worked since VS 2015, which is the minimum

``````````

</details>


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


More information about the llvm-commits mailing list