index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Plugins
/
Language
/
ObjC
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NSArray] Remove a very old and deprecated formatter.
Davide Italiano
2020-01-06
1
-27
/
+0
*
[lldb][NFC] Create type-safe function for creating a CompilerType from a Qual...
Raphael Isemann
2020-01-02
1
-3
/
+2
*
[lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...
Raphael Isemann
2019-12-21
1
-2
/
+2
*
LanguageRuntime: Simplify NSException::GetSummary() output
Med Ismail Bennani
2019-12-13
1
-9
/
+7
*
[Target] Remove Target::GetScratchClangASTContext
Alex Langford
2019-12-12
6
-26
/
+29
*
[lldb] Fix NSURL data formatter truncation issue
Davide Italiano
2019-11-20
1
-21
/
+33
*
[lldb] Add missing include to ObjCLanguage.cpp to fix build
Raphael Isemann
2019-11-12
1
-0
/
+1
*
[lldb] Check if we actually have a Clang type in ObjCLanguage::GetPossibleFor...
Raphael Isemann
2019-11-12
1
-1
/
+1
*
[lldb] [cmake] Support linking against clang-cpp dylib
Michal Gorny
2019-10-04
1
-1
/
+2
*
[lldb][NFC] Use llvm::StringRef in formatters::NSStringSummaryProvider
Raphael Isemann
2019-09-24
1
-11
/
+11
*
[Symbol] Give ClangASTContext a PersistentExpressionState instead of a ClangP...
Alex Langford
2019-09-09
1
-0
/
+1
*
[LLDB] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-2
/
+2
*
[Symbol] Decouple clang from CompilerType
Alex Langford
2019-08-13
1
-12
/
+14
*
[Symbol] Use llvm::Expected when getting TypeSystems
Alex Langford
2019-07-30
1
-8
/
+12
*
[LanguageRuntime] Move ObjCLanguageRuntime into a plugin
Alex Langford
2019-07-15
11
-11
/
+12
*
[Symbol] Add DeclVendor::FindTypes
Alex Langford
2019-07-02
1
-29
/
+15
*
[Target] Remove Process::GetObjCLanguageRuntime
Alex Langford
2019-06-10
10
-33
/
+31
*
[LanguageRuntime] Introduce LLVM-style casts
Alex Langford
2019-06-08
9
-65
/
+23
*
[Breakpoint] Make breakpoint language agnostic
Alex Langford
2019-05-11
2
-45
/
+48
*
C.128 override, virtual keyword handling
Raphael Isemann
2019-05-03
2
-5
/
+5
*
Allow direct comparison of ConstString against StringRef
Raphael Isemann
2019-04-26
1
-4
/
+2
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
2
-8
/
+0
*
[ObjCLanguage] Remove LLDB_DISABLE_PYTHON markers from the formatters.
Davide Italiano
2019-03-14
1
-6
/
+0
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
9
-37
/
+37
*
[Obj-C] Fix undefined behaviour(s) in the new NSTaggedDate formatter.
Davide Italiano
2019-02-05
1
-28
/
+24
*
Fix some warnings in building LLDB.
Zachary Turner
2019-01-29
4
-53
/
+24
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
18
-72
/
+54
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
4
-19
/
+9
*
Remove unused variable. NFC.
Benjamin Kramer
2018-11-19
1
-1
/
+0
*
[Cocoa] Prefer llvm::SignExtend64. Pointed out by zturner.
Davide Italiano
2018-11-16
1
-2
/
+1
*
Fix some compilation failures introduced in recent patches.
Zachary Turner
2018-11-14
1
-1
/
+2
*
Suppress a "-Wliteral-conversion" compiler warning.
Haojian Wu
2018-11-14
1
-1
/
+1
*
[Cocoa] Implement formatter for the new NSDate representation.
Davide Italiano
2018-11-13
1
-1
/
+63
*
[lldb] Add synthetic frontend for _NSCallStackArray
Kuba Mracek
2018-11-12
2
-1
/
+33
*
[lldb] Extract more fields from NSException values
Kuba Mracek
2018-11-12
1
-8
/
+37
*
[lldb] Refactor ObjC/NSException.cpp (cleanup, avoid code duplication). NFC.
Kuba Mracek
2018-11-12
1
-75
/
+47
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
9
-36
/
+0
*
[LLDB] Added syntax highlighting support
Raphael Isemann
2018-08-02
3
-0
/
+17
*
[DataFormatter] Add CFDictionary data formatter
Jonas Devlieghere
2018-06-21
1
-1
/
+3
*
[ObjC] Add dataformatter for NSDecimalNumber
Jonas Devlieghere
2018-06-13
3
-0
/
+59
*
[ObjC] Use llvm::StringRef in summary providers
Jonas Devlieghere
2018-06-13
1
-20
/
+19
*
Fix/unify the spelling of Objective-C.
Adrian Prantl
2018-06-13
1
-1
/
+1
*
[ObjC] Fix the formatter for NSOrderedSet.
Davide Italiano
2018-05-29
1
-28
/
+5
*
[NSDictionary] Simplify the formatter. NFCI.
Davide Italiano
2018-05-02
1
-5
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
5
-29
/
+23
*
[DataFormatters] Implement summary for __NSDictionary0.
Davide Italiano
2018-03-14
1
-0
/
+4
*
[DataFormatter] Remove dead code for the NSDictionary formatter.
Davide Italiano
2018-03-13
1
-10
/
+0
*
[ObjC] Fix the NSConcreteData formatter and test it
Vedant Kumar
2018-02-22
1
-8
/
+14
*
Disable warnings related to anonymous types in the ObjC plugin
Vedant Kumar
2017-12-07
1
-0
/
+12
*
ObjC: fix some -Wpedantic warnings by removing ';'
Saleem Abdulrasool
2017-08-23
1
-3
/
+3
[next]