[llvm-branch-commits] Revert "[llvm-mt] Use XmlDeleter to free xmlFreeDoc" (PR #128563)
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Feb 24 11:54:43 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 ff0956730533b6aed655adb1633e159eb1f27c7f 56c90a392b6e04679808860c1bd643cabef04e87 --extensions cpp -- llvm/lib/WindowsManifest/WindowsManifestMerger.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/llvm/lib/WindowsManifest/WindowsManifestMerger.cpp b/llvm/lib/WindowsManifest/WindowsManifestMerger.cpp
index b9e9d0768a..e1789c0b27 100644
--- a/llvm/lib/WindowsManifest/WindowsManifestMerger.cpp
+++ b/llvm/lib/WindowsManifest/WindowsManifestMerger.cpp
@@ -45,8 +45,6 @@ private:
void operator()(xmlDoc *Ptr) { xmlFreeDoc(Ptr); }
};
-
-
xmlDocPtr CombinedDoc = nullptr;
std::vector<xmlDocPtr> MergedDocs;
bool Merged = false;
``````````
</details>
https://github.com/llvm/llvm-project/pull/128563
More information about the llvm-branch-commits
mailing list