[lldb] type language common completion
authorGongyu Deng <gy_deng@icloud.com>
Tue, 11 Aug 2020 08:32:55 +0000 (10:32 +0200)
committerRaphael Isemann <teemperor@gmail.com>
Tue, 11 Aug 2020 09:07:19 +0000 (11:07 +0200)
commit3ce57e012110519c1d3a49fc98959a64634d5d8f
tree130d250055eb51c3d1c7a122b101a54a231b0f4c
parentc2f0101310133ed282d6dd187b2d3f4cac356a83
[lldb] type language common completion

1. Added a new common completion TypeLanguages to provide a list of supporting languages;
2. Bound the completion to eArgTypeLanguage;
3. Added a related test case.
lldb/include/lldb/Interpreter/CommandCompletions.h
lldb/source/Commands/CommandCompletions.cpp
lldb/source/Interpreter/CommandObject.cpp
lldb/test/API/functionalities/completion/TestCompletion.py