This is an archive of the discontinued LLVM Phabricator instance.

Minor tweaks to PDB docs
ClosedPublic

Authored by thakis on Apr 26 2019, 9:04 AM.

Details

Summary
  • Fix a broken link
  • Some spelling fixes
  • Remove an unnecessary "amortized"
  • Don't say "log(n) random access"; "random access" means O(1)
  • Make MSF overview a bit more concise

Diff Detail

Repository
rL LLVM

Event Timeline

thakis created this revision.Apr 26 2019, 9:04 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 26 2019, 9:04 AM
Herald added a subscriber: arphaman. · View Herald Transcript
thakis added a reviewer: rnk.Apr 30 2019, 9:59 AM
rnk accepted this revision.May 1 2019, 11:20 AM

lgtm with some suggestions

llvm/docs/PDB/TpiStream.rst
311 ↗(On Diff #196861)

nit: I think O(log(n)) access would be clearer.

llvm/docs/PDB/index.rst
66 ↗(On Diff #196861)

nit: "... not necessarily be contiguously laid out within the MSF container file." I think that's clearer, "aka fragmented" isn't necessary.

llvm/include/llvm/DebugInfo/PDB/Native/RawTypes.h
344 ↗(On Diff #196861)

Revert whitespace-only change to a file?

This revision is now accepted and ready to land.May 1 2019, 11:20 AM
thakis marked 3 inline comments as done.May 1 2019, 12:25 PM

Thanks! Landing.

This revision was automatically updated to reflect the committed changes.