summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/PDB/Native/NativeCompilandSymbol.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [PDB] Better support for enumerating pointer types.Zachary Turner2018-09-181-3/+8
* [PDB] Remove all clone() methods.Zachary Turner2018-09-121-4/+0
* [PDB] Change uint32_t to SymIndex wherever it makes sense.Zachary Turner2018-09-101-1/+1
* Fix some of the PDB tests.Zachary Turner2018-09-071-2/+0
* [PDB] Support pointer types in the native reader.Zachary Turner2018-09-071-0/+12
* [PDB] Refactor the PDB symbol classes to fix a reuse bug.Zachary Turner2018-09-051-1/+1
* [PDB] Enable NativeSession to create symbols for built-in types on demandAdrian McCarthy2017-07-121-1/+1
* Fix build break by using llvm::make_unique instead of std::make_unique.Adrian McCarthy2017-06-221-1/+3
* Add IDs and clone methods to NativeRawSymbolAdrian McCarthy2017-06-221-1/+6
* [PDB] Don't build the entire source file list up front.Zachary Turner2017-05-041-4/+4
* NFC: Corrects comments that were supposed to go in with earlier commit.Adrian McCarthy2017-03-151-4/+5
* Introduce NativeEnumModules and NativeCompilandSymbolAdrian McCarthy2017-03-151-0/+42
OpenPOWER on IntegriCloud