Unverified Commit de551883 authored by Sudharsan Veeravalli's avatar Sudharsan Veeravalli Committed by GitHub
Browse files

[LLDB] Fix crash when using tab completion on class variables (#83234)

We weren't checking to see if the partial_path was empty before adding
completions and this led to crashes when the class object and a variable
both start with the same substring.

Fixes [#81536](https://github.com/llvm/llvm-project/issues/81536

)

---------

Co-authored-by: default avatarMichael Buch <michaelbuch12@gmail.com>
parent bd595d54
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment