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 HEAD~1 HEAD --extensions cpp,h -- 
lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp 
lldb/source/Plugins/SymbolFile/NativePDB/PdbUtil.h 
lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp 
lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.h 
lldb/test/Shell/SymbolFile/NativePDB/break-by-function.cpp 
lldb/test/Shell/SymbolFile/NativePDB/break-by-line.cpp 
lldb/test/Shell/SymbolFile/NativePDB/disassembly.cpp 
lldb/test/Shell/SymbolFile/NativePDB/local-variables.cpp 
lldb/test/Shell/SymbolFile/NativePDB/stack_unwinding01.cpp
``````````

</details>

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

``````````diff
diff --git a/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp 
b/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
index ca4718b7e..4d6a1cd23 100644
--- a/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
+++ b/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
@@ -2420,4 +2420,3 @@ SymbolFileNativePDB::FindMangledSymbol(SegmentOffset so) {
     return std::nullopt;
   return psym.Name;
 }
-

``````````

</details>


https://github.com/llvm/llvm-project/pull/149701
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to