Skip to content
  • Sean Callanan's avatar
    Strengthened LLDB's completion of object types. · cf12862a
    Sean Callanan authored
    Now when LLDB reports a variable, it has a
    complete type.  Similarly, when it reports
    members of a struct, it completes their types.
    Also, when it creates the result variable for
    an expression, it ensures that variable's type
    is complete.
    
    This ensures compliance with Clang's
    expectations, preventing potential crashes.
    
    llvm-svn: 152771
    cf12862a
Loading