diff options
| author | Nico Weber <nicolasweber@gmx.de> | 2019-05-01 19:29:30 +0000 |
|---|---|---|
| committer | Nico Weber <nicolasweber@gmx.de> | 2019-05-01 19:29:30 +0000 |
| commit | 986c7dfa9ff5db9a836a13237d3fe42f2bda7b4d (patch) | |
| tree | 8d5641869810dca898b89802f4f07a0da2aaa290 /llvm/include | |
| parent | 31f7c4aa77e17c7d42494d0cbdeee2fc0cf80345 (diff) | |
| download | bcm5719-llvm-986c7dfa9ff5db9a836a13237d3fe42f2bda7b4d.tar.gz bcm5719-llvm-986c7dfa9ff5db9a836a13237d3fe42f2bda7b4d.zip | |
Minor tweaks to PDB docs
- 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
Differential Revision: https://reviews.llvm.org/D61196
llvm-svn: 359714
Diffstat (limited to 'llvm/include')
| -rw-r--r-- | llvm/include/llvm/DebugInfo/PDB/Native/RawTypes.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/include/llvm/DebugInfo/PDB/Native/RawTypes.h b/llvm/include/llvm/DebugInfo/PDB/Native/RawTypes.h index e2d4ae44ee6..6119e6e5db2 100644 --- a/llvm/include/llvm/DebugInfo/PDB/Native/RawTypes.h +++ b/llvm/include/llvm/DebugInfo/PDB/Native/RawTypes.h @@ -341,7 +341,6 @@ struct SrcHeaderBlockEntry { short Padding; // Pad to 4 bytes. char Reserved[8]; }; - static_assert(sizeof(SrcHeaderBlockEntry) == 40, "Incorrect struct size!"); } // namespace pdb |

