[Lldb-commits] [lldb] [lldb] Add Checksum to FileSpec (PR #71457)
Alex Langford via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 6 16:37:29 PST 2023
================
@@ -72,7 +75,8 @@ class FileSpec {
/// The style of the path
///
/// \see FileSpec::SetFile (const char *path)
- explicit FileSpec(llvm::StringRef path, Style style = Style::native);
+ explicit FileSpec(llvm::StringRef path, Style style = Style::native,
+ const Checksum &checksum = {});
----------------
bulbazord wrote:
Update the doxygen
https://github.com/llvm/llvm-project/pull/71457
More information about the lldb-commits
mailing list