summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/NativePDB/UdtRecordCompleter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Rename ClangASTImporter::InsertRecordDecl to SetRecordLayout and ...Raphael Isemann2019-12-171-1/+1
* [codeview] Remove Type member from CVRecordReid Kleckner2019-04-041-1/+1
* [NativePDB] Process virtual bases in the correct orderAleksandr Urakov2019-02-121-8/+21
* [NativePDB] Add basic support of methods recostruction in ASTAleksandr Urakov2019-01-291-0/+32
* [NativePDB] Decouple AST reconstruction from lldb Symbol creation.Zachary Turner2018-12-171-35/+33
* [NativePDB] Rewrite the PdbSymUid to use our own custom namespacing scheme.Zachary Turner2018-11-161-8/+4
* [NativePDB] Add support for bitfield records.Zachary Turner2018-11-091-4/+20
* Refactor ClangASTContext::AddEnumerationValueToEnumerationType() to remove re...Shafik Yaghmour2018-11-081-6/+2
* [NFC] Refactor SetBaseClasses and DeleteBaseClasses.Zachary Turner2018-10-251-6/+5
* Change two methods from const char* to StringRef [NFC].Zachary Turner2018-10-231-4/+2
* [NativePDB] Add basic support for tag types to the native pdb plugin.Zachary Turner2018-10-231-0/+188
OpenPOWER on IntegriCloud