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 fb48fd18c240574841378defacadff34238089bb bf92dc89858668518a5d842eac34bdf1b3eaade2 -- lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp lldb/test/API/python_api/type/main.cpp `````````` </details> <details> <summary> View the diff from clang-format here. </summary> ``````````diff diff --git a/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp b/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp index e6a9d3f4f0..0652ac0e13 100644 --- a/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp +++ b/lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp @@ -9269,7 +9269,8 @@ ConstString TypeSystemClang::DeclContextGetName(void *opaque_decl_ctx) { if (named_decl) { std::string name; llvm::raw_string_ostream stream{name}; - named_decl->getNameForDiagnostic(stream, GetTypePrintingPolicy(), /*qualified=*/ false); + named_decl->getNameForDiagnostic(stream, GetTypePrintingPolicy(), + /*qualified=*/false); return ConstString(name); } } diff --git a/lldb/test/API/python_api/type/main.cpp b/lldb/test/API/python_api/type/main.cpp index b587acdd96..391f58e3e5 100644 --- a/lldb/test/API/python_api/type/main.cpp +++ b/lldb/test/API/python_api/type/main.cpp @@ -34,8 +34,7 @@ public: {} }; -template <unsigned Value> -struct PointerInfo { +template <unsigned Value> struct PointerInfo { enum Masks1 { pointer_mask }; enum class Masks2 { pointer_mask }; }; `````````` </details> https://github.com/llvm/llvm-project/pull/81666 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits