summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Language/ObjC
Commit message (Expand)AuthorAgeFilesLines
* [NSArray] Remove a very old and deprecated formatter.Davide Italiano2020-01-061-27/+0
* [lldb][NFC] Create type-safe function for creating a CompilerType from a Qual...Raphael Isemann2020-01-021-3/+2
* [lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...Raphael Isemann2019-12-211-2/+2
* LanguageRuntime: Simplify NSException::GetSummary() outputMed Ismail Bennani2019-12-131-9/+7
* [Target] Remove Target::GetScratchClangASTContextAlex Langford2019-12-126-26/+29
* [lldb] Fix NSURL data formatter truncation issueDavide Italiano2019-11-201-21/+33
* [lldb] Add missing include to ObjCLanguage.cpp to fix buildRaphael Isemann2019-11-121-0/+1
* [lldb] Check if we actually have a Clang type in ObjCLanguage::GetPossibleFor...Raphael Isemann2019-11-121-1/+1
* [lldb] [cmake] Support linking against clang-cpp dylibMichal Gorny2019-10-041-1/+2
* [lldb][NFC] Use llvm::StringRef in formatters::NSStringSummaryProviderRaphael Isemann2019-09-241-11/+11
* [Symbol] Give ClangASTContext a PersistentExpressionState instead of a ClangP...Alex Langford2019-09-091-0/+1
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-2/+2
* [Symbol] Decouple clang from CompilerTypeAlex Langford2019-08-131-12/+14
* [Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford2019-07-301-8/+12
* [LanguageRuntime] Move ObjCLanguageRuntime into a pluginAlex Langford2019-07-1511-11/+12
* [Symbol] Add DeclVendor::FindTypesAlex Langford2019-07-021-29/+15
* [Target] Remove Process::GetObjCLanguageRuntimeAlex Langford2019-06-1010-33/+31
* [LanguageRuntime] Introduce LLVM-style castsAlex Langford2019-06-089-65/+23
* [Breakpoint] Make breakpoint language agnosticAlex Langford2019-05-112-45/+48
* C.128 override, virtual keyword handlingRaphael Isemann2019-05-032-5/+5
* Allow direct comparison of ConstString against StringRefRaphael Isemann2019-04-261-4/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-102-8/+0
* [ObjCLanguage] Remove LLDB_DISABLE_PYTHON markers from the formatters.Davide Italiano2019-03-141-6/+0
* Pass ConstString by value (NFC)Adrian Prantl2019-03-069-37/+37
* [Obj-C] Fix undefined behaviour(s) in the new NSTaggedDate formatter.Davide Italiano2019-02-051-28/+24
* Fix some warnings in building LLDB.Zachary Turner2019-01-294-53/+24
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1918-72/+54
* Simplify Boolean expressionsJonas Devlieghere2018-12-154-19/+9
* Remove unused variable. NFC.Benjamin Kramer2018-11-191-1/+0
* [Cocoa] Prefer llvm::SignExtend64. Pointed out by zturner.Davide Italiano2018-11-161-2/+1
* Fix some compilation failures introduced in recent patches.Zachary Turner2018-11-141-1/+2
* Suppress a "-Wliteral-conversion" compiler warning.Haojian Wu2018-11-141-1/+1
* [Cocoa] Implement formatter for the new NSDate representation.Davide Italiano2018-11-131-1/+63
* [lldb] Add synthetic frontend for _NSCallStackArrayKuba Mracek2018-11-122-1/+33
* [lldb] Extract more fields from NSException valuesKuba Mracek2018-11-121-8/+37
* [lldb] Refactor ObjC/NSException.cpp (cleanup, avoid code duplication). NFC.Kuba Mracek2018-11-121-75/+47
* Remove header grouping comments.Jonas Devlieghere2018-11-119-36/+0
* [LLDB] Added syntax highlighting supportRaphael Isemann2018-08-023-0/+17
* [DataFormatter] Add CFDictionary data formatterJonas Devlieghere2018-06-211-1/+3
* [ObjC] Add dataformatter for NSDecimalNumberJonas Devlieghere2018-06-133-0/+59
* [ObjC] Use llvm::StringRef in summary providersJonas Devlieghere2018-06-131-20/+19
* Fix/unify the spelling of Objective-C.Adrian Prantl2018-06-131-1/+1
* [ObjC] Fix the formatter for NSOrderedSet.Davide Italiano2018-05-291-28/+5
* [NSDictionary] Simplify the formatter. NFCI.Davide Italiano2018-05-021-5/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-305-29/+23
* [DataFormatters] Implement summary for __NSDictionary0.Davide Italiano2018-03-141-0/+4
* [DataFormatter] Remove dead code for the NSDictionary formatter.Davide Italiano2018-03-131-10/+0
* [ObjC] Fix the NSConcreteData formatter and test itVedant Kumar2018-02-221-8/+14
* Disable warnings related to anonymous types in the ObjC pluginVedant Kumar2017-12-071-0/+12
* ObjC: fix some -Wpedantic warnings by removing ';'Saleem Abdulrasool2017-08-231-3/+3
OpenPOWER on IntegriCloud