summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/ClangASTImporter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Make CompleteTagDeclsScope completion order deterministicRaphael Isemann2020-01-101-5/+3
* [lldb] Remove FieldDecl stealing hack by rerouting indirect imports to the or...Raphael Isemann2020-01-101-0/+33
* [lldb][NFC] Remove most GetASTContext calls in AST metadata codeRaphael Isemann2019-12-291-3/+6
* [lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...Raphael Isemann2019-12-211-11/+7
* [lldb][NFC] Remove redundant ASTContext args to CopyDecl/DeportDeclRaphael Isemann2019-12-201-3/+3
* [lldb][NFC] Change if statements in ClangASTImporter to follow LLVM code styleRaphael Isemann2019-12-191-18/+10
* [lldb][NFC] Rename ClangASTImporter::InsertRecordDecl to SetRecordLayout and ...Raphael Isemann2019-12-171-1/+1
* [lldb][NFC] Remove implementation of GetOriginalDecl and just call GetDeclOri...Raphael Isemann2019-12-171-12/+1
* [lldb][NFC] Remove all overloads of Copy/DeportType in ClangASTImporterRaphael Isemann2019-12-161-55/+38
* [lldb][NFC] Move definition of ClangASTMetadata out of ClangExternalASTSource...Raphael Isemann2019-12-161-1/+1
* [lldb][NFC] Remove ClangASTImporter::ResolveDeclOriginRaphael Isemann2019-12-161-6/+6
* [lldb][NFC] Replace ClangASTImporter's use of map/set with SmallPtrSet and De...Raphael Isemann2019-12-161-5/+3
* [lldb] Remove ClangASTMetricsRaphael Isemann2019-12-121-38/+0
* Move decl completion out of the ASTImporterDelegate and document it [NFC]Raphael Isemann2019-09-201-100/+102
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-89/+93
* Fix integer literals which are cast to boolJonas Devlieghere2019-05-241-1/+1
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-6/+6
* Add AST loggingGabor Marton2019-05-221-0/+22
* [ASTImporter] Use llvm::Expected and Error in the importer APIGabor Marton2019-05-151-34/+65
* Rename Minion to ASTImporterDelegateRaphael Isemann2019-05-021-45/+52
* Instantiate 'std' templates explicitly in the expression evaluatorRaphael Isemann2019-04-301-0/+31
* Remove the unused return value in ASTImporter::Imported [NFC]Raphael Isemann2019-03-201-3/+1
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-1/+3
* 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
* [ASTImporter] Set MustBuildLookupTable on PrimaryContextGabor Marton2018-11-261-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-7/+5
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1024/+928
* Move some functions from DWARFASTParserClang to ClangASTImporter.Zachary Turner2016-03-281-5/+211
* When we import the definition for a Tagdecl, propagate its completeness too.Sean Callanan2016-03-261-3/+14
* When importing Objective-C protocols, mark them as having external decls.Sean Callanan2016-02-101-11/+23
* Trying to submit 254476 one more time. This implement -gmodule debugging supp...Greg Clayton2015-12-081-4/+95
* Revert "Added support for -gmodule debugging when debug info is left in the ....Tamas Berghammer2015-12-021-87/+0
* Added support for -gmodule debugging when debug info is left in the .o files ...Greg Clayton2015-12-021-0/+87
* Rename clang_type_t to opaque_compiler_type_t.Bruce Mitchener2015-09-221-5/+5
* Removed comments that suggested that asserts in the ClangASTImporter should beSean Callanan2015-09-021-2/+2
* Improved logging for deported types in the ClangASTImporter.Sean Callanan2015-09-021-2/+10
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-1/+0
* Add UNUSED_IF_ASSERT_DISABLED and apply it.Bruce Mitchener2015-07-241-1/+1
* Fix warnings.Bruce Mitchener2015-07-221-0/+1
* Eliminated a potential infinite recursion in structure layout when the originSean Callanan2015-07-201-1/+2
* Fixed a serious bug in DeportType where the types could retain DeclContexts thatSean Callanan2015-07-081-0/+140
* Fix build after recent clang interface changesPavel Labath2015-07-071-1/+2
* Be sure to complete base classes when importing them.Greg Clayton2015-04-131-1/+4
* Fix resolution of certain recursive types.Stephane Sezer2015-04-081-1/+6
* Give user_id a default invalid value so we don'tJason Molenda2014-10-151-1/+1
* Fixed a problem in the Clang AST importer whereSean Callanan2014-08-011-9/+17
* Switch NULL to C++11 nullptr in source/Symbol and source/UtilityEd Maste2014-04-201-9/+9
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-73/+67
OpenPOWER on IntegriCloud