diff options
author | Sudharsan Veeravalli <quic_svs@quicinc.com> | 2024-02-29 15:10:27 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-29 09:40:27 +0000 |
commit | de5518836e16be3fbfce78394adc96d9bf70f2a5 (patch) | |
tree | e630cda71f18d8af7f50c14adc0702b27327cf86 /llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp | |
parent | bd595d54219e434acce2c05e97440847d30b5240 (diff) | |
download | llvm-de5518836e16be3fbfce78394adc96d9bf70f2a5.zip llvm-de5518836e16be3fbfce78394adc96d9bf70f2a5.tar.gz llvm-de5518836e16be3fbfce78394adc96d9bf70f2a5.tar.bz2 |
[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: Michael Buch <michaelbuch12@gmail.com>
Diffstat (limited to 'llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp')
0 files changed, 0 insertions, 0 deletions