summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Take a llvm::Triple in ClangASTContext constructorRaphael Isemann2020-01-071-3/+1
* [lldb][NFC] Remove GetASTContext call in ClangDeclVendorRaphael Isemann2019-12-281-6/+5
* [lldb][NFC] Use ClangASTContext in AppleObjCRuntime interfacesRaphael Isemann2019-12-261-7/+7
* [lldb][NFC] Remove ClangExternalASTSourceCommonRaphael Isemann2019-12-241-7/+6
* [lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...Raphael Isemann2019-12-211-18/+17
* [lldb] Remove modern-type-lookupRaphael Isemann2019-12-171-7/+0
* [lldb] Remove lldb's own ASTDumperRaphael Isemann2019-11-251-40/+24
* Adapt LLDB to clang API change in ObjCMethodDecl::create().Adrian Prantl2019-11-081-3/+4
* [clang][lldb][NFC] Encapsulate ExternalASTMerger::ImporterSourceRaphael Isemann2019-10-011-4/+3
* [ClangExpressionParser] Add ClangDeclVendorAlex Langford2019-08-201-6/+7
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-56/+57
* [LanguageRuntime] Move ObjCLanguageRuntime into a pluginAlex Langford2019-07-151-1/+2
* Fix integer literals which are cast to boolJonas Devlieghere2019-05-241-3/+3
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-13/+14
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner2019-01-141-1/+1
* Fix some warnings found by ToT clangPavel Labath2017-11-021-2/+0
* [Expression parser] Setting to enable use of ExternalASTMergerSean Callanan2017-09-281-0/+8
* Fixed a crash when dealing with an empty method name in the ObjC runtime.Sean Callanan2017-04-261-1/+6
* 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-603/+572
* Augment the 'language objc class-table dump' command to take a "-v" option, w...Enrico Granata2016-04-141-0/+18
* Move some functions from DWARFASTParserClang to ClangASTImporter.Zachary Turner2016-03-281-17/+15
* Moved more Clang-specific parts of the expression parser into the Clang plugin.Sean Callanan2015-09-251-1/+1
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-1/+1
* First step in getting LLDB ready to support multiple different type systems.Greg Clayton2015-08-111-3/+3
* Update lldb's ExternalASTSources to match Clang r244161.Richard Smith2015-08-061-7/+0
* Fix build after recent clang interface changesPavel Labath2015-07-071-3/+5
* Fix a bug where we were trying to reconstruct ivars of ObjC types from the ru...Enrico Granata2015-06-251-1/+1
* Revert "Introduce a TypeSystem interface to support adding non-clang languages."Pavel Labath2015-06-081-3/+3
* Introduce a TypeSystem interface to support adding non-clang languages.Pavel Labath2015-06-081-3/+3
* Fix error introduced by changing function signatures.Zachary Turner2015-03-241-11/+10
* Fix record layout when synthesizing class types.Zachary Turner2015-03-241-6/+4
* Update for Clang API change in r230123 -- lookup_result was alwaysChandler Carruth2015-02-211-2/+2
* This is the meat of the code to add Clang modulesSean Callanan2014-12-051-0/+673
OpenPOWER on IntegriCloud