- 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
Event Timeline
Comment Actions
lgtm with some suggestions
llvm/docs/PDB/TpiStream.rst | ||
---|---|---|
311 | nit: I think O(log(n)) access would be clearer. | |
llvm/docs/PDB/index.rst | ||
66 | 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 | Revert whitespace-only change to a file? |
nit: I think O(log(n)) access would be clearer.