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
/
ObjCLanguage.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[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
*
[Symbol] Give ClangASTContext a PersistentExpressionState instead of a ClangP...
Alex Langford
2019-09-09
1
-0
/
+1
*
[LanguageRuntime] Move ObjCLanguageRuntime into a plugin
Alex Langford
2019-07-15
1
-1
/
+2
*
[Symbol] Add DeclVendor::FindTypes
Alex Langford
2019-07-02
1
-29
/
+15
*
[Target] Remove Process::GetObjCLanguageRuntime
Alex Langford
2019-06-10
1
-3
/
+2
*
[Breakpoint] Make breakpoint language agnostic
Alex Langford
2019-05-11
1
-33
/
+36
*
C.128 override, virtual keyword handling
Raphael Isemann
2019-05-03
1
-1
/
+1
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-4
/
+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
1
-7
/
+7
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[lldb] Add synthetic frontend for _NSCallStackArray
Kuba Mracek
2018-11-12
1
-0
/
+7
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
[LLDB] Added syntax highlighting support
Raphael Isemann
2018-08-02
1
-0
/
+9
*
[ObjC] Add dataformatter for NSDecimalNumber
Jonas Devlieghere
2018-06-13
1
-0
/
+4
*
Fix/unify the spelling of Objective-C.
Adrian Prantl
2018-06-13
1
-1
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-9
/
+8
*
Updated NSNumber formatter for new internal representation.
Sean Callanan
2017-06-19
1
-0
/
+5
*
Avoid invalid string access in ObjCLanguage::MethodName::SetName
Stephane Sezer
2017-06-05
1
-1
/
+1
*
Switch std::call_once to llvm::call_once
Kamil Rytarowski
2017-02-06
1
-2
/
+4
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-2
/
+2
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-6
/
+6
*
Add support to the ObjC type scavenger for finding types via debug info
Enrico Granata
2016-11-03
1
-1
/
+14
*
Add helpers for the notion of a type scavenger that is "either this or that" ...
Enrico Granata
2016-11-01
1
-50
/
+55
*
Convert UniqueCStringMap to use StringRef.
Zachary Turner
2016-10-06
1
-28
/
+33
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-768
/
+962
*
Add NSTaggedPointerString to the table of data formatters
Enrico Granata
2016-06-29
1
-0
/
+1
*
Remove even more of the data formatters that silently run code
Enrico Granata
2016-04-08
1
-5
/
+0
*
Remove more of the code-running ObjC data formatter support
Enrico Granata
2016-04-01
1
-0
/
+1
*
Make it so that the data formatter for NSError can see through a variable of ...
Enrico Granata
2016-03-15
1
-4
/
+1
*
Add an LLDB data formatter for single-element NSArray and NSDictionary Cocoa ...
Enrico Granata
2016-02-29
1
-0
/
+4
*
Fix Clang-tidy modernize-use-nullptr warnings in source/Plugins/Language; oth...
Eugene Zelenko
2016-02-29
1
-2
/
+4
*
Turns out, many people define structs named Point that do not share the same ...
Enrico Granata
2015-12-18
1
-1
/
+1
*
Introduce a way for Languages to specify whether values of "reference types" ...
Enrico Granata
2015-11-10
1
-0
/
+12
*
Add data formatters for NSError and NSException
Enrico Granata
2015-11-06
1
-0
/
+6
*
Rationalization of includes in the data formatters code
Enrico Granata
2015-10-20
1
-0
/
+2
*
Fix Clang-tidy modernize-use-override warnings in source/Plugins/Language; ot...
Eugene Zelenko
2015-10-20
1
-8
/
+10
*
Add a data formatter for __NSArray0, the type of empty arrays
Enrico Granata
2015-10-14
1
-0
/
+2
*
This is the work I was building up to with my patches yesterday
Enrico Granata
2015-10-07
1
-0
/
+81
*
Add hooks that enable NSSet, NSDictionary and NSString formatting to apply to...
Enrico Granata
2015-10-02
1
-0
/
+3
*
Teach 'type lookup' to pull types from clang modules; also add a test case
Enrico Granata
2015-10-02
1
-16
/
+39
*
Fix Android build after r249047.
Oleksiy Vyalov
2015-10-01
1
-1
/
+1
*
Add a 'type lookup' command. This command is meant to look up type informatio...
Enrico Granata
2015-10-01
1
-0
/
+88
*
Fix CMake build.
Chaoren Lin
2015-09-14
1
-0
/
+2
*
Move Objective-C data formatters to the Objective-C language plugin where the...
Enrico Granata
2015-09-14
1
-0
/
+319
*
Data formatter candidate matches can be generated in a number of ways; langua...
Enrico Granata
2015-09-09
1
-0
/
+37
*
Move more functionality from the LanguageRuntimes to the Languages.
Jim Ingham
2015-09-02
1
-0
/
+232
*
Add a new type of plugin: Language plugin
Enrico Granata
2015-08-27
1
-0
/
+68