You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[lldb][Type Completion] Fix completion of ObjCObjectTypes
The problem was introduced in:
```
commit e68f76a9e59104e2bfb972155af8ff04310cd078
Author: Michael Buch <[email protected]>
Date: Fri Feb 16 14:35:34 2024 +0000
[lldb][TypeSystemClang][NFCI] Factor completion logic out of GetCompleteQualType
```
This introduced an incorrect `llvm::dyn_cast_or_null` check
causing us to incorrectly claim that we failed to complete a type.
This manifested in a crash when running following expression:
```
expr -l objc -- *(id)0x1234
```
rdar://129633122
0 commit comments