Author: Jonas Devlieghere Date: 2024-08-30T07:21:45-07:00 New Revision: b0eefb4c4e5136fd606cf4cff566df9dbc0fa051
URL: https://github.com/llvm/llvm-project/commit/b0eefb4c4e5136fd606cf4cff566df9dbc0fa051 DIFF: https://github.com/llvm/llvm-project/commit/b0eefb4c4e5136fd606cf4cff566df9dbc0fa051.diff LOG: [lldb] Update SupportFile documentation (NFC) Added: Modified: lldb/include/lldb/Utility/SupportFile.h Removed: ################################################################################ diff --git a/lldb/include/lldb/Utility/SupportFile.h b/lldb/include/lldb/Utility/SupportFile.h index 334a0aaac2c27e..6a091bb84ada35 100644 --- a/lldb/include/lldb/Utility/SupportFile.h +++ b/lldb/include/lldb/Utility/SupportFile.h @@ -14,10 +14,10 @@ namespace lldb_private { -/// Wraps either a FileSpec that represents a local file or a source -/// file whose contents is known (for example because it can be -/// reconstructed from debug info), but that hasn't been written to a -/// file yet. This also stores an optional checksum of the on-disk content. +/// Wraps a FileSpec and an optional Checksum. The FileSpec represents either a +/// path to a file or a source file whose contents is known (for example because +/// it can be reconstructed from debug info), but that hasn't been written to a +/// file yet. class SupportFile { public: SupportFile() : m_file_spec(), m_checksum() {} _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits