summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCDeclVendor.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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