[lldb][NFC] Allow for-ranges on StringList
authorRaphael Isemann <teemperor@gmail.com>
Fri, 16 Aug 2019 14:27:35 +0000 (14:27 +0000)
committerRaphael Isemann <teemperor@gmail.com>
Fri, 16 Aug 2019 14:27:35 +0000 (14:27 +0000)
commit4c78b7882506957febf4318978d31b5aaae7cced
tree57b4c6df88edcf2ba5ae517d0a00a993630c3067
parent213edc34922afa08f8cf070017fcd398b12f15a5
[lldb][NFC] Allow for-ranges on StringList

llvm-svn: 369113
lldb/include/lldb/Utility/CompletionRequest.h
lldb/include/lldb/Utility/StringList.h
lldb/source/Breakpoint/WatchpointOptions.cpp
lldb/source/Commands/CommandObjectApropos.cpp
lldb/source/Commands/CommandObjectCommands.cpp
lldb/source/Commands/CommandObjectMultiword.cpp
lldb/source/Commands/CommandObjectType.cpp
lldb/source/Utility/Args.cpp
lldb/source/Utility/StringList.cpp
lldb/unittests/Editline/EditlineTest.cpp
lldb/unittests/Utility/StringListTest.cpp