[llvm] [LLVM][PDB] Use IsUnsigned flag for APInt correctly (PR #131598)

Hans Wennborg via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 18 03:16:28 PDT 2025


================
@@ -0,0 +1,56 @@
+//===- llvm/unittest/DebugInfo/PDB/PDBVariantTest.cpp ---------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#include "gtest/gtest.h"
+
+#include "llvm/DebugInfo/PDB/PDBTypes.h"
+
+using namespace llvm;
+using namespace llvm::pdb;
+
+template <typename T>
----------------
zmodem wrote:

It seems clang-format would prefer to not have a line break here.

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


More information about the llvm-commits mailing list