[llvm] [LLVM][PDB] Use IsUnsigned flag for APInt correctly (PR #131598)
via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 18 02:39:07 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 7dcea28bf92e49737fa285e93621cfa814323524 94135a469e7f46ef6caa9674b918c3ef65922ffc --extensions cpp,h -- llvm/unittests/DebugInfo/PDB/PDBVariantTest.cpp llvm/include/llvm/DebugInfo/PDB/PDBTypes.h
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/llvm/unittests/DebugInfo/PDB/PDBVariantTest.cpp b/llvm/unittests/DebugInfo/PDB/PDBVariantTest.cpp
index 11f4589b32..9be83ff15b 100644
--- a/llvm/unittests/DebugInfo/PDB/PDBVariantTest.cpp
+++ b/llvm/unittests/DebugInfo/PDB/PDBVariantTest.cpp
@@ -13,8 +13,7 @@
using namespace llvm;
using namespace llvm::pdb;
-template <typename T>
-class PDBVariantIntegerTest : public testing::Test {
+template <typename T> class PDBVariantIntegerTest : public testing::Test {
public:
std::vector<T> getTestIntegers() {
if constexpr (std::is_same_v<T, bool>) {
``````````
</details>
https://github.com/llvm/llvm-project/pull/131598
More information about the llvm-commits
mailing list