We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab40ae8 commit b0eefb4Copy full SHA for b0eefb4
lldb/include/lldb/Utility/SupportFile.h
@@ -14,10 +14,10 @@
14
15
namespace lldb_private {
16
17
-/// Wraps either a FileSpec that represents a local file or a source
18
-/// file whose contents is known (for example because it can be
19
-/// reconstructed from debug info), but that hasn't been written to a
20
-/// 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.
21
class SupportFile {
22
public:
23
SupportFile() : m_file_spec(), m_checksum() {}
0 commit comments