summaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/PDB/Native/NativeTypePointer.cpp
AgeCommit message (Expand)Author
2022-02-23Cleanup llvm/DebugInfo/PDB headersserge-sans-paille
2022-02-06[llvm] Use = default (NFC)Kazu Hirata
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-09-29[PDB] Better native API support for pointers.Zachary Turner
2018-09-18[PDB] Better support for enumerating pointer types.Zachary Turner
2018-09-17[PDB] Make the native reader support modified types.Zachary Turner
2018-09-14[PDB] Refactor a little of the Symbol creation code.Zachary Turner
2018-09-12[PDB] Remove all clone() methods.Zachary Turner
2018-09-10[PDB] Change uint32_t to SymIndex wherever it makes sense.Zachary Turner
2018-09-07[PDB] Support pointer types in the native reader.Zachary Turner