aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/DebugInfo/PDB/Native/NativeCompilandSymbol.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-07-12[PDB] Enable NativeSession to create symbols for built-in types on demandAdrian McCarthy1-1/+1
2017-06-22Fix build break by using llvm::make_unique instead of std::make_unique.Adrian McCarthy1-1/+3
2017-06-22Add IDs and clone methods to NativeRawSymbolAdrian McCarthy1-1/+6
2017-05-04[PDB] Don't build the entire source file list up front.Zachary Turner1-4/+4
2017-03-15NFC: Corrects comments that were supposed to go in with earlier commit.Adrian McCarthy1-4/+5
2017-03-15Introduce NativeEnumModules and NativeCompilandSymbolAdrian McCarthy1-0/+42