[all-commits] [llvm/llvm-project] cf4cf8: [lldb][TypeSystemClang] Remove redundant allow_com...

Michael Buch via All-commits all-commits at lists.llvm.org
Mon Jan 19 03:56:41 PST 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cf4cf854df3c878813b9fa568ae04858b39633d8
      https://github.com/llvm/llvm-project/commit/cf4cf854df3c878813b9fa568ae04858b39633d8
  Author: Michael Buch <michaelbuch12 at gmail.com>
  Date:   2026-01-19 (Mon, 19 Jan 2026)

  Changed paths:
    M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp

  Log Message:
  -----------
  [lldb][TypeSystemClang] Remove redundant allow_completion parameter to GetCompleteQualType

No caller sets this parameter to `false`. It's odd that we would provide
such an option to a user. This gets used whenever we want to
ensure/check that a type has a definition. Never do we actually want to
expose the underlying mechanism of whether the type has been lazily
completed or not. A more dedicated API could introduced for this
purpose if we really wanted one.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list