[Lldb-commits] [lldb] [LLDB][NativePDB] Set IsDynmaicCXXType metadata for records (PR #155853)

via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 29 10:59:10 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 origin/main HEAD --extensions h,cpp -- lldb/unittests/SymbolFile/NativePDB/Inputs/DynamicTypes.cpp lldb/unittests/SymbolFile/NativePDB/SymbolFilePDBTests.cpp lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.h lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.h
``````````

:warning:
The reproduction instructions above might return results for more than one PR
in a stack if you are using a stacked PR workflow. You can limit the results by
changing `origin/main` to the base branch/commit you want to compare against.
:warning:

</details>

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

``````````diff
diff --git a/lldb/unittests/SymbolFile/NativePDB/SymbolFilePDBTests.cpp b/lldb/unittests/SymbolFile/NativePDB/SymbolFilePDBTests.cpp
index 153cb7e41..b8b67b46c 100644
--- a/lldb/unittests/SymbolFile/NativePDB/SymbolFilePDBTests.cpp
+++ b/lldb/unittests/SymbolFile/NativePDB/SymbolFilePDBTests.cpp
@@ -26,7 +26,6 @@
 
 #include <optional>
 
-
 using namespace lldb_private;
 using namespace lldb_private::npdb;
 using namespace llvm;

``````````

</details>


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


More information about the lldb-commits mailing list