[DebugInfoPDB] Add a few missing definitions to PDBTypes.h
authorAaron Smith <aaron.smith@microsoft.com>
Tue, 3 Apr 2018 19:41:27 +0000 (19:41 +0000)
committerAaron Smith <aaron.smith@microsoft.com>
Tue, 3 Apr 2018 19:41:27 +0000 (19:41 +0000)
commit47f18b91bb782c36965ce7656631ae833619b7cf
tree81cf329c95bc25d389fa3acd0d94c4dd97ad0f17
parent61b67abe896ed2f05ace93cea7fd11d7c97011af
[DebugInfoPDB] Add a few missing definitions to PDBTypes.h

The missing definitions are from cvconst.h shipped with DIA SDK.

Correct the url to MSDN for MemoryTypeEnum and set the underlying
type of PDB_StackFrameType and PDB_MemoryType to uint16_t.

llvm-svn: 329104
llvm/include/llvm/DebugInfo/PDB/PDBTypes.h
llvm/lib/DebugInfo/PDB/PDBExtras.cpp