summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Remove some calls to GetASTContextRaphael Isemann2019-12-261-14/+7
* [lldb][NFC] Make CompilerDeclContext construction type safeRaphael Isemann2019-12-231-1/+1
* [lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...Raphael Isemann2019-12-211-25/+23
* [lldb][NFC] Use StringRef in CreateRecordType and CreateObjCClassRaphael Isemann2019-12-171-3/+3
* [lldb][NFC] Rename ClangASTImporter::InsertRecordDecl to SetRecordLayout and ...Raphael Isemann2019-12-171-1/+1
* [lldb][NFC] Remove all unnecessary includes for ClangASTSourceCommon.hRaphael Isemann2019-12-171-1/+1
* Replace bitfield in lldb::Type with byte-sized members. (NFC)Adrian Prantl2019-11-181-12/+12
* [Symbol] Decouple clang from CompilerTypeAlex Langford2019-08-131-7/+14
* Fix ClangASTContext::CreateParameterDeclaration to not call addDeclShafik Yaghmour2019-08-021-1/+1
* Make a blind attempt at fixing PDBASTParser nullability issuesAdrian Prantl2019-01-291-2/+6
* Make Type::GetByteSize optional (NFC)Adrian Prantl2019-01-291-6/+10
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-1/+1
* [ast] CreateParameterDeclaration should use an appropriate DeclContext.Zachary Turner2018-12-121-1/+2
* [PDB] Support PDB-backed expressions evaluation (+ fix stuck test)Aleksandr Urakov2018-12-031-7/+33
* Revert "[PDB] Support PDB-backed expressions evaluation"Stella Stamenova2018-11-301-33/+7
* [PDB] Support PDB-backed expressions evaluationAleksandr Urakov2018-11-301-7/+33
* Refactor ClangASTContext::AddEnumerationValueToEnumerationType() to remove re...Shafik Yaghmour2018-11-081-2/+1
* [PDB] Introduce `MSVCUndecoratedNameParser`Aleksandr Urakov2018-11-061-92/+134
* Add a target modules dump ast command.Zachary Turner2018-11-051-1/+1
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-1/+1
* Fix clang -Wimplicit-fallthrough warnings across llvm, NFCReid Kleckner2018-11-011-0/+1
* [NFC] Refactor SetBaseClasses and DeleteBaseClasses.Zachary Turner2018-10-251-14/+11
* [PDB] Handle `char` as a builtin typeAleksandr Urakov2018-09-281-0/+2
* [PDB] Restore the calling convention from PDBAleksandr Urakov2018-09-261-1/+22
* [PDB] Use the raw PDB symbol interface more accuratelyAleksandr Urakov2018-09-141-13/+39
* Fix two issues in PDBASTParserPavel Labath2018-09-121-17/+16
* [PDB] Fix problems after rL341782Aleksandr Urakov2018-09-111-1/+1
* [PDB] Restore AST from PDB symbolsAleksandr Urakov2018-09-101-114/+475
* Fix compiler warnings after rL339649.Aleksandr Urakov2018-08-171-6/+3
* [PDB] Parse UDT symbols and pointers to members (combined patch)Aleksandr Urakov2018-08-141-10/+383
* [SymbolFilePDB] PDB_BuiltinType::Char16 and Char32 are unsigned in MSVC.Aaron Smith2018-05-231-2/+2
* [SymbolFilePDB] Add a test for wchar_t type in PDB.Aaron Smith2018-05-231-0/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-5/+5
* [SymbolFilePDB] Ignore compiler generated functions when creating the LLDB ty...Aaron Smith2018-03-221-0/+3
* [SymbolFilePDB] Run clang-format; NFCAaron Smith2018-03-221-25/+29
* [SymbolFilePDB] Simplify code with newer methodsAaron Smith2018-03-201-2/+2
* [SymbolFilePDB] Remove a few null pointer checks by passing refAaron Smith2018-03-191-18/+11
* [SymbolFilePDB] Add missing Char16 and Char32 types in a few placesAaron Smith2018-03-071-0/+10
* [SymbolFilePDB] Add support for CVR pointer type qualifierAaron Smith2018-03-071-20/+44
* [SymbolFilePDB] Get line number for PDBSymbolTypeEnumAaron Smith2018-03-071-8/+12
* Supply missing break in case statement.Adrian McCarthy2018-02-141-3/+1
* [SymbolFilePDB] Add support for function symbolsAaron Smith2018-02-091-8/+71
* [lldb] Silence signed <-> unsigned integer comparison warningKirill Bobyrev2018-01-291-1/+1
* [SymbolFilePDB] Fix null array access when parsing the type of a function wit...Aaron Smith2018-01-231-15/+194
* Revert "[SymbolFilePDB] Fix null array access when parsing the type of a func...Pavel Labath2018-01-221-194/+15
* [SymbolFilePDB] Fix null array access when parsing the type of a function wit...Aaron Smith2018-01-191-15/+194
* [lldb] Add support to cache a PDB's global scope and fix a bug in getting the...Aaron Smith2018-01-131-2/+0
* [lldb] Stop searching for a symbol in a pdb by regexAaron Smith2017-12-221-0/+4
* Support scoped enums in the DWARF AST parserTamas Berghammer2017-11-071-1/+1
OpenPOWER on IntegriCloud