[Lldb-commits] [PATCH] D151399: [lldb] Introduce FileSpec::GetComponents
Alex Langford via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu May 25 12:47:37 PDT 2023
bulbazord updated this revision to Diff 525757.
bulbazord added a comment.
Convert return type to `std::vector<llvm::StringRef>`
Actually fix code so this thing compiles correctly
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151399/new/
https://reviews.llvm.org/D151399
Files:
lldb/include/lldb/Utility/FileSpec.h
lldb/source/Plugins/Platform/MacOSX/PlatformDarwin.cpp
lldb/source/Utility/FileSpec.cpp
lldb/unittests/Utility/FileSpecTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151399.525757.patch
Type: text/x-patch
Size: 4385 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230525/f7b4641c/attachment.bin>
More information about the lldb-commits
mailing list