- 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
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
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? |