summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Language
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-127-30/+36
* [lldb/cpluspluslanguage] Add constructor substitutorPavel Labath2019-12-051-41/+82
* Add a default copy-assignment or copy-constructor for -Wdeprecated-copy warni...Eric Christopher2019-12-041-0/+2
* [lldb][DataFormatters] Support pretty printing std::string when built with -f...Jordan Rupprecht2019-11-221-0/+11
* [lldb] Fix NSURL data formatter truncation issueDavide Italiano2019-11-201-21/+33
* [lldb] Fix that trailing backslashes in source lines break the Clang highlighterRaphael Isemann2019-11-141-0/+19
* [LLDB][Formatters] Re-enable std::function formatter with fixes to improve no...shafik2019-11-121-0/+5
* [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] Fix handling for the clang name mangling extension for block invocationsshafik2019-11-062-8/+7
* [LLDB] Fix for regression of test 'TestDataFormatterInvalidStdUniquePtr.py' i...Cameron Desrochers2019-10-093-5/+7
* [LLDB] Fix for synthetic children memory leakCameron Desrochers2019-10-097-35/+64
* [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
* Code cleanup: Change FormattersContainer::KeyType from SP to rvalueJan Kratochvil2019-09-041-14/+8
* [lldb] Fix `TestDataFormatterStdList` regressionJan Kratochvil2019-08-221-7/+13
* Add char8_t support (C++20)Jonas Devlieghere2019-08-213-0/+68
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-2/+2
* [Symbol] Decouple clang from CompilerTypeAlex Langford2019-08-131-12/+14
* [Formatters] Temporarily disable libc++ std::function formatter due to perfor...Shafik Yaghmour2019-08-021-6/+0
* [Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford2019-07-302-14/+20
* [LanguageRuntime] Move ObjCLanguageRuntime into a pluginAlex Langford2019-07-1511-11/+12
* [LanguageRuntime] Move CPPLanguageRuntime into a pluginAlex Langford2019-07-122-1/+3
* [Symbol] Add DeclVendor::FindTypesAlex Langford2019-07-021-29/+15
* [Target][NFC] Rename GetCPPLanguageRuntime to GetAlex Langford2019-06-101-2/+1
* [Target] Remove Process::GetObjCLanguageRuntimeAlex Langford2019-06-1010-33/+31
* [LanguageRuntime] Introduce LLVM-style castsAlex Langford2019-06-089-65/+23
* [Target] Remove Process::GetCPPLanguageRuntimeAlex Langford2019-06-041-1/+2
* Make CPlusPlusNameParser robust against nullptr StringRefs.Adrian Prantl2019-05-311-0/+2
* [Breakpoint] Make breakpoint language agnosticAlex Langford2019-05-112-45/+48
* C.128 override, virtual keyword handlingRaphael Isemann2019-05-033-6/+6
* Allow direct comparison of ConstString against StringRefRaphael Isemann2019-04-265-18/+15
* [DataFormatters] Adjusting libc++ std::list formatter to act better with poin...Shafik Yaghmour2019-04-241-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-106-24/+0
* [ObjCLanguage] Remove LLDB_DISABLE_PYTHON markers from the formatters.Davide Italiano2019-03-141-6/+0
* [Python] Start eradicating unneeded LLDB_DISABLE_PYTHON guards.Davide Italiano2019-03-141-7/+0
* Check the result of creating a node from __next_ in the std::list formatter.Jim Ingham2019-03-121-1/+3
* Pass ConstString by value (NFC)Adrian Prantl2019-03-0627-71/+71
* [DataFormatters] Fix regression in libc++ std::atomic formatter caused by htt...Shafik Yaghmour2019-03-052-6/+64
* Revert "[DataFormatters] Fix regression in libc++ std::atomic formatter cause...Shafik Yaghmour2019-03-051-27/+5
* [DataFormatters] Fix regression in libc++ std::atomic formatter caused by htt...Shafik Yaghmour2019-03-051-5/+27
* [Reproducers] Make clang use lldb's VFS.Jonas Devlieghere2019-02-181-1/+3
* [Obj-C] Fix undefined behaviour(s) in the new NSTaggedDate formatter.Davide Italiano2019-02-051-28/+24
* [lldb] Relax libc++ ABI version checkingThomas Anderson2019-02-011-95/+88
* Fix some warnings in building LLDB.Zachary Turner2019-01-294-53/+24
OpenPOWER on IntegriCloud