llvm-project
8ed0ecfc
- [lldb] Adjust SourceFileCompleter to use StringRef (#206603)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#206603 - [lldb] Adjust SourceFileCompleter to use StringRef
Author
bulbazord
Parents
3516fe0c
Loading