- Added a new common completion TypeLanguages to provide a list of supporting languages;
 - Bound the completion to eArgTypeLanguage;
 - Added a related test case.
 
Details
Details
- Reviewers
 teemperor JDevlieghere 
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM modulo my inline comment.
| lldb/source/Commands/CommandCompletions.cpp | ||
|---|---|---|
| 753 | Please use static_cast<lldb::LanguageTyp> instead of a C-style cast.  | |
Please use static_cast<lldb::LanguageTyp> instead of a C-style cast.