[all-commits] [llvm/llvm-project] 4d26fa: [LLDB][ClangExpression] Remove unused StructVars::...

Michael137 via All-commits all-commits at lists.llvm.org
Tue Jul 12 02:34:05 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4d26faa5262e7940399df04533a31d9642d23349
      https://github.com/llvm/llvm-project/commit/4d26faa5262e7940399df04533a31d9642d23349
  Author: Michael Buch <michaelbuch12 at gmail.com>
  Date:   2022-07-12 (Tue, 12 Jul 2022)

  Changed paths:
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
    M lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h

  Log Message:
  -----------
  [LLDB][ClangExpression] Remove unused StructVars::m_object_pointer_type

This member variable was removed a while ago in
443427357f539f5ac97e664a53aa9e50788abce9. It was previously used in
materialization code paths that have since been removed. Nowadays,
`m_object_pointer_type` gets set but not used anywhere.

This patch simply removes all remaining instances of it and any
supporting code.

**Testing**

* API tests pass

Differential Revision: https://reviews.llvm.org/D129367




More information about the All-commits mailing list