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/include/lldb/Core/ModuleList.h lldb/include/lldb/Core/PluginManager.h 
lldb/include/lldb/Core/UserSettingsController.h 
lldb/include/lldb/Interpreter/CommandInterpreter.h 
lldb/include/lldb/Interpreter/OptionValueProperties.h 
lldb/include/lldb/Interpreter/Property.h lldb/include/lldb/Target/Language.h 
lldb/include/lldb/Target/Platform.h lldb/include/lldb/Target/Target.h 
lldb/source/Core/Debugger.cpp lldb/source/Core/ModuleList.cpp 
lldb/source/Core/PluginManager.cpp lldb/source/Core/UserSettingsController.cpp 
lldb/source/Interpreter/CommandInterpreter.cpp 
lldb/source/Interpreter/OptionValueProperties.cpp 
lldb/source/Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp 
lldb/source/Plugins/JITLoader/GDB/JITLoaderGDB.cpp 
lldb/source/Plugins/Language/CPlusPlus/CPlusPlusLanguage.cpp 
lldb/source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp 
lldb/source/Plugins/Platform/Android/PlatformAndroid.cpp 
lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp 
lldb/source/Plugins/Platform/MacOSX/PlatformDarwinKernel.cpp 
lldb/source/Plugins/Platform/QemuUser/PlatformQemuUser.cpp 
lldb/source/Plugins/Platform/WebAssembly/PlatformWasm.cpp 
lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp 
lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp 
lldb/source/Plugins/StructuredData/DarwinLog/StructuredDataDarwinLog.cpp 
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp 
lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp 
lldb/source/Plugins/SymbolLocator/Debuginfod/SymbolLocatorDebuginfod.cpp 
lldb/source/Plugins/Trace/intel-pt/TraceIntelPT.cpp 
lldb/source/Target/Language.cpp lldb/source/Target/Platform.cpp 
lldb/source/Target/Process.cpp lldb/source/Target/Target.cpp 
lldb/source/Target/Thread.cpp lldb/utils/TableGen/LLDBPropertyDefEmitter.cpp 
--diff_from_common_commit
``````````

: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/source/Target/Language.cpp b/lldb/source/Target/Language.cpp
index 505db7d7a..3fd828c33 100644
--- a/lldb/source/Target/Language.cpp
+++ b/lldb/source/Target/Language.cpp
@@ -20,7 +20,6 @@
 #include "lldb/Target/Target.h"
 #include "lldb/Utility/Stream.h"
 
-
 #include "llvm/BinaryFormat/Dwarf.h"
 #include "llvm/Support/Threading.h"
 

``````````

</details>


https://github.com/llvm/llvm-project/pull/180232
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to