================ @@ -612,21 +616,20 @@ class SymbolFileCommon : public SymbolFile { const CompilerType &compiler_qual_type, Type::ResolveState compiler_type_resolve_state, uint32_t opaque_payload = 0) override { - lldb::TypeSP type_sp (new Type( - uid, this, name, byte_size, context, encoding_uid, - encoding_uid_type, decl, compiler_qual_type, - compiler_type_resolve_state, opaque_payload)); - m_type_list.Insert(type_sp); - return type_sp; + lldb::TypeSP type_sp(new Type( + uid, this, name, byte_size, context, encoding_uid, encoding_uid_type, + decl, compiler_qual_type, compiler_type_resolve_state, opaque_payload)); + m_type_list.Insert(type_sp); + return type_sp; ---------------- clayborg wrote:
Ditto (revert auto clang-format changes for stuff that isn't associated with this PR). https://github.com/llvm/llvm-project/pull/155023 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits