Jonas Devlieghere
|
969ba9ff14
|
[lldb] Remove FileSpecList::GetFilesMatchingPartialPath (NFC)
This function is unused and unimplemented.
|
2023-10-19 15:17:36 -07:00 |
|
Jonas Devlieghere
|
f9632cee30
|
[lldb] Remove FileSpecList::GetFileSpecPointerAtIndex (NFC)
There's only one use and it eventually converts the pointer into a
reference. Simplify things and always use references.
|
2023-10-19 13:13:31 -07:00 |
|
Jonas Devlieghere
|
917b3a7e62
|
[lldb] Move Core/FileSpecList -> Utility/FileSpecList (NFC)
There's no reason for FileSpecList to live in lldb/Core while FileSpec
lives in lldb/Utility. Move FileSpecList next to FileSpec.
|
2023-05-04 22:00:17 -07:00 |
|