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 06732f0 commit 63ca9e1Copy full SHA for 63ca9e1
llvm/include/llvm/Object/Minidump.h
@@ -195,8 +195,7 @@ class MinidumpFile : public Binary {
195
}
196
197
private:
198
- // This constructor will only happen after a validation check to see
199
- // if the first descriptor is readable.
+ // This constructor expects that the first descriptor is readable.
200
Memory64Iterator(ArrayRef<uint8_t> Storage,
201
ArrayRef<minidump::MemoryDescriptor_64> Descriptors)
202
: Storage(Storage), Descriptors(Descriptors), IsEnd(false) {
0 commit comments