[llvm] Introduce CovMap in ObjectYAML (PR #127432)

via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 16 20:23:45 PST 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 fffa68ad325b01fb366d4b9f761fe49fa967b7ed b111a23370a496efa8e941146c4533bd91da1aab --extensions h,cpp -- llvm/include/llvm/ObjectYAML/CovMap.h llvm/lib/ObjectYAML/CovMap.cpp llvm/include/llvm/ObjectYAML/ELFYAML.h llvm/include/llvm/ProfileData/InstrProf.h llvm/lib/ObjectYAML/ELFEmitter.cpp llvm/lib/ObjectYAML/ELFYAML.cpp llvm/lib/ProfileData/InstrProf.cpp llvm/tools/obj2yaml/elf2yaml.cpp llvm/tools/obj2yaml/obj2yaml.cpp llvm/tools/obj2yaml/obj2yaml.h
``````````

</details>

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

``````````diff
diff --git a/llvm/lib/ObjectYAML/ELFYAML.cpp b/llvm/lib/ObjectYAML/ELFYAML.cpp
index 9f4c3ba5d3..0b7cead2d6 100644
--- a/llvm/lib/ObjectYAML/ELFYAML.cpp
+++ b/llvm/lib/ObjectYAML/ELFYAML.cpp
@@ -20,8 +20,8 @@
 #include "llvm/Support/Casting.h"
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/MipsABIFlags.h"
-#include "llvm/Support/YAMLTraits.h"
 #include "llvm/Support/WithColor.h"
+#include "llvm/Support/YAMLTraits.h"
 #include <cassert>
 #include <cstdint>
 #include <optional>

``````````

</details>


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


More information about the llvm-commits mailing list