Michael Buch cf4cf854df [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.
2026-01-19 11:50:39 +00:00
..