[compiler-rt] [compiler-rt] Include <functional> in FuzzerDriver.cpp for `std::ref`. (PR #146828)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 3 01:04:08 PDT 2025
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 cpp -- compiler-rt/lib/fuzzer/FuzzerDriver.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/compiler-rt/lib/fuzzer/FuzzerDriver.cpp b/compiler-rt/lib/fuzzer/FuzzerDriver.cpp
index 734cf28b4..40322e231 100644
--- a/compiler-rt/lib/fuzzer/FuzzerDriver.cpp
+++ b/compiler-rt/lib/fuzzer/FuzzerDriver.cpp
@@ -24,11 +24,11 @@
#include <chrono>
#include <cstdlib>
#include <cstring>
+#include <fstream>
#include <functional>
#include <mutex>
#include <string>
#include <thread>
-#include <fstream>
// This function should be present in the libFuzzer so that the client
// binary can test for its existence.
``````````
</details>
https://github.com/llvm/llvm-project/pull/146828
More information about the llvm-commits
mailing list