[all-commits] [llvm/llvm-project] 1cd99f: [lldb] tab completion for class `CommandObjectType...
Gongyu Deng via All-commits
all-commits at lists.llvm.org
Mon Aug 31 05:18:53 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 1cd99fe9d4166bbe72b0b935b40bbb41cdc0a6c8
https://github.com/llvm/llvm-project/commit/1cd99fe9d4166bbe72b0b935b40bbb41cdc0a6c8
Author: Gongyu Deng <gy_deng at icloud.com>
Date: 2020-08-31 (Mon, 31 Aug 2020)
Changed paths:
M lldb/include/lldb/DataFormatters/FormattersContainer.h
M lldb/source/Commands/CommandObjectType.cpp
M lldb/test/API/functionalities/completion/TestCompletion.py
Log Message:
-----------
[lldb] tab completion for class `CommandObjectTypeFormatterDelete`
1. Added a dedicated completion to class `CommandObjectTypeFormatterDelete`
which can be used by these commands: `type filter/format/summary/synthetic delete`;
2. Added a related test case.
Reviewed By: teemperor
Differential Revision: https://reviews.llvm.org/D84142
More information about the All-commits
mailing list