llvm-project
8ed0ecfc - [lldb] Adjust SourceFileCompleter to use StringRef (#206603)

Commit
11 days ago
[lldb] Adjust SourceFileCompleter to use StringRef (#206603) Instead of storing `const char *` (which are currently backed by ConstStrings), it should instead store the FileSpec and extract the Filename and Directory as needed.
Author
Parents
Loading