aboutsummaryrefslogtreecommitdiff
path: root/source/Plugins/Language/ObjC
AgeCommit message (Expand)Author
2019-10-04[lldb] [cmake] Support linking against clang-cpp dylibMichal Gorny
2019-09-24[lldb][NFC] Use llvm::StringRef in formatters::NSStringSummaryProviderRaphael Isemann
2019-09-09[Symbol] Give ClangASTContext a PersistentExpressionState instead of a ClangP...Alex Langford
2019-08-14[LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-08-13[Symbol] Decouple clang from CompilerTypeAlex Langford
2019-07-30[Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford
2019-07-15[LanguageRuntime] Move ObjCLanguageRuntime into a pluginAlex Langford
2019-07-02[Symbol] Add DeclVendor::FindTypesAlex Langford
2019-06-10[Target] Remove Process::GetObjCLanguageRuntimeAlex Langford
2019-06-08[LanguageRuntime] Introduce LLVM-style castsAlex Langford
2019-05-11[Breakpoint] Make breakpoint language agnosticAlex Langford
2019-05-03C.128 override, virtual keyword handlingRaphael Isemann
2019-04-26Allow direct comparison of ConstString against StringRefRaphael Isemann
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-14[ObjCLanguage] Remove LLDB_DISABLE_PYTHON markers from the formatters.Davide Italiano
2019-03-06Pass ConstString by value (NFC)Adrian Prantl
2019-02-05[Obj-C] Fix undefined behaviour(s) in the new NSTaggedDate formatter.Davide Italiano
2019-01-29Fix some warnings in building LLDB.Zachary Turner
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-11-19Remove unused variable. NFC.Benjamin Kramer
2018-11-16[Cocoa] Prefer llvm::SignExtend64. Pointed out by zturner.Davide Italiano
2018-11-14Fix some compilation failures introduced in recent patches.Zachary Turner
2018-11-14Suppress a "-Wliteral-conversion" compiler warning.Haojian Wu
2018-11-13[Cocoa] Implement formatter for the new NSDate representation.Davide Italiano
2018-11-12[lldb] Add synthetic frontend for _NSCallStackArrayKuba Mracek
2018-11-12[lldb] Extract more fields from NSException valuesKuba Mracek
2018-11-12[lldb] Refactor ObjC/NSException.cpp (cleanup, avoid code duplication). NFC.Kuba Mracek
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-08-02[LLDB] Added syntax highlighting supportRaphael Isemann
2018-06-21[DataFormatter] Add CFDictionary data formatterJonas Devlieghere
2018-06-13[ObjC] Add dataformatter for NSDecimalNumberJonas Devlieghere
2018-06-13[ObjC] Use llvm::StringRef in summary providersJonas Devlieghere
2018-06-13Fix/unify the spelling of Objective-C.Adrian Prantl
2018-05-29[ObjC] Fix the formatter for NSOrderedSet.Davide Italiano
2018-05-02[NSDictionary] Simplify the formatter. NFCI.Davide Italiano
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2018-03-14[DataFormatters] Implement summary for __NSDictionary0.Davide Italiano
2018-03-13[DataFormatter] Remove dead code for the NSDictionary formatter.Davide Italiano
2018-02-22[ObjC] Fix the NSConcreteData formatter and test itVedant Kumar
2017-12-07Disable warnings related to anonymous types in the ObjC pluginVedant Kumar
2017-08-23ObjC: fix some -Wpedantic warnings by removing ';'Saleem Abdulrasool
2017-08-19[Plugins/ObjC] Remove more semicolons to placate -Wpedantic. NFCI.Davide Italiano
2017-08-19[Plugins/ObjC] Remove unneded semicolon(s) to placate GCC -Wpedantic.Davide Italiano
2017-08-15Update NSArray/NSDictionary/NSSet formatters to handle newJason Molenda
2017-07-11switch on enum should be exhaustive and warning-freeTim Hammerquist
2017-06-30[Data formatters] Make NSSetM support both old- and new-style representationSean Callanan
2017-06-29Fix some type-based warningsTim Hammerquist
2017-06-23Updated the NSArray and NSDictionary formatters to support new storage formats.Sean Callanan
2017-06-19Updated NSNumber formatter for new internal representation.Sean Callanan