summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.h
Commit message (Expand)AuthorAgeFilesLines
* [LLDB] Fix the handling of unnamed bit-fields when parsing DWARFshafik2020-01-271-24/+11
* [lldb] Add support for calling objc_direct methods from LLDB's expression eva...Raphael Isemann2019-12-171-0/+1
* [lldb][NFC] Extract single member parsing out of DWARFASTParserClang::ParseCh...Raphael Isemann2019-12-041-0/+40
* [lldb][NFC] Split up DWARFASTParserClang::CompleteTypeFromDWARFRaphael Isemann2019-11-281-0/+5
* [lldb][NFC] Extract type modifier parsing from DWARFASTParserClang::ParseType...Raphael Isemann2019-11-261-0/+3
* [lldb][NFC] Extract enum parsing from DWARFASTParserClang::ParseTypeFromDWARFRaphael Isemann2019-11-261-0/+2
* [lldb][NFCI] Extract subroutine parsing from DWARFASTParserClang::ParseTypeFr...Raphael Isemann2019-11-261-0/+2
* [lldb][NFC] Extract array type parsing from DWARFASTParserClang::ParseTypeFro...Raphael Isemann2019-11-261-0/+3
* [lldb][NFC] Extract pointer to member type parsing from DWARFASTParserClang::...Raphael Isemann2019-11-261-0/+4
* Use ForEachExternalModule in ParseTypeFromClangModule (NFC)Adrian Prantl2019-11-141-2/+4
* Rename ParseTypeFromDWO to ParseTypeFromClangModule (NFC)Adrian Prantl2019-11-131-1/+3
* Add support for DW_AT_export_symbols for anonymous structsshafik2019-10-281-0/+1
* [DWARFASTParserClang] Factor out structure-like type parsing, NFCVedant Kumar2019-10-071-1/+51
* [DWARFASTParserClang] Delete commented-out typedef, NFCVedant Kumar2019-10-071-18/+19
* Enhance SymbolFileDWARF::ParseDeclsForContext performancePavel Labath2019-09-241-2/+2
* DWARF: Share line tables of type unitsPavel Labath2019-06-121-6/+3
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-2/+0
* Remove DWARFDIECollection.Zachary Turner2019-03-121-3/+4
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [SymbolFile] Make ParseCompileUnitXXX accept a CompileUnit&.Zachary Turner2019-01-111-2/+5
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Fix (and improve) the support for C99 variable length array typesAdrian Prantl2018-11-051-5/+1
* [NFC] Refactor SetBaseClasses and DeleteBaseClasses.Zachary Turner2018-10-251-10/+10
* [DWARF] Fix lookup in the abstract origins of inlined blocks/functionsSean Callanan2017-04-241-0/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-132/+114
* Move some functions from DWARFASTParserClang to ClangASTImporter.Zachary Turner2016-03-281-49/+12
* Fixed many issues that were causing differing type definition issues to show ...Greg Clayton2016-02-091-0/+1
* Trying to submit 254476 one more time. This implement -gmodule debugging supp...Greg Clayton2015-12-081-0/+20
* Revert "Added support for -gmodule debugging when debug info is left in the ....Tamas Berghammer2015-12-021-20/+0
* Added support for -gmodule debugging when debug info is left in the .o files ...Greg Clayton2015-12-021-0/+20
* Fix Clang-tidy modernize-use-override warnings in some files in source/Plugin...Eugene Zelenko2015-10-191-14/+15
* Rename clang_type -> compiler_type for variables.Bruce Mitchener2015-09-241-3/+3
* DWARFASTParserClang::CompleteTypeFromDWARF: Handle incomplete baseclass or childSiva Chandra2015-09-231-1/+1
* Add using directives to the clang::DeclContext and fix decls for variables in...Paul Herman2015-09-161-1/+5
* Search variables based on clang::DeclContext and clang::Decl treePaul Herman2015-09-151-0/+19
* Made a new abstract class named "DWARFASTParser" which lives in "source/Plugi...Greg Clayton2015-08-281-0/+169
OpenPOWER on IntegriCloud