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
/
LanguageRuntime
/
ObjC
/
AppleObjCRuntime
/
AppleObjCDeclVendor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb][NFC] Take a llvm::Triple in ClangASTContext constructor
Raphael Isemann
2020-01-07
1
-3
/
+1
*
[lldb][NFC] Remove GetASTContext call in ClangDeclVendor
Raphael Isemann
2019-12-28
1
-6
/
+5
*
[lldb][NFC] Use ClangASTContext in AppleObjCRuntime interfaces
Raphael Isemann
2019-12-26
1
-7
/
+7
*
[lldb][NFC] Remove ClangExternalASTSourceCommon
Raphael Isemann
2019-12-24
1
-7
/
+6
*
[lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...
Raphael Isemann
2019-12-21
1
-18
/
+17
*
[lldb] Remove modern-type-lookup
Raphael Isemann
2019-12-17
1
-7
/
+0
*
[lldb] Remove lldb's own ASTDumper
Raphael Isemann
2019-11-25
1
-40
/
+24
*
Adapt LLDB to clang API change in ObjCMethodDecl::create().
Adrian Prantl
2019-11-08
1
-3
/
+4
*
[clang][lldb][NFC] Encapsulate ExternalASTMerger::ImporterSource
Raphael Isemann
2019-10-01
1
-4
/
+3
*
[ClangExpressionParser] Add ClangDeclVendor
Alex Langford
2019-08-20
1
-6
/
+7
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-56
/
+57
*
[LanguageRuntime] Move ObjCLanguageRuntime into a plugin
Alex Langford
2019-07-15
1
-1
/
+2
*
Fix integer literals which are cast to bool
Jonas Devlieghere
2019-05-24
1
-3
/
+3
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-13
/
+14
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[SymbolFile] Remove SymbolContext parameter from FindTypes.
Zachary Turner
2019-01-14
1
-1
/
+1
*
Fix some warnings found by ToT clang
Pavel Labath
2017-11-02
1
-2
/
+0
*
[Expression parser] Setting to enable use of ExternalASTMerger
Sean Callanan
2017-09-28
1
-0
/
+8
*
Fixed a crash when dealing with an empty method name in the ObjC runtime.
Sean Callanan
2017-04-26
1
-1
/
+6
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-603
/
+572
*
Augment the 'language objc class-table dump' command to take a "-v" option, w...
Enrico Granata
2016-04-14
1
-0
/
+18
*
Move some functions from DWARFASTParserClang to ClangASTImporter.
Zachary Turner
2016-03-28
1
-17
/
+15
*
Moved more Clang-specific parts of the expression parser into the Clang plugin.
Sean Callanan
2015-09-25
1
-1
/
+1
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
1
-1
/
+1
*
First step in getting LLDB ready to support multiple different type systems.
Greg Clayton
2015-08-11
1
-3
/
+3
*
Update lldb's ExternalASTSources to match Clang r244161.
Richard Smith
2015-08-06
1
-7
/
+0
*
Fix build after recent clang interface changes
Pavel Labath
2015-07-07
1
-3
/
+5
*
Fix a bug where we were trying to reconstruct ivars of ObjC types from the ru...
Enrico Granata
2015-06-25
1
-1
/
+1
*
Revert "Introduce a TypeSystem interface to support adding non-clang languages."
Pavel Labath
2015-06-08
1
-3
/
+3
*
Introduce a TypeSystem interface to support adding non-clang languages.
Pavel Labath
2015-06-08
1
-3
/
+3
*
Fix error introduced by changing function signatures.
Zachary Turner
2015-03-24
1
-11
/
+10
*
Fix record layout when synthesizing class types.
Zachary Turner
2015-03-24
1
-6
/
+4
*
Update for Clang API change in r230123 -- lookup_result was always
Chandler Carruth
2015-02-21
1
-2
/
+2
*
This is the meat of the code to add Clang modules
Sean Callanan
2014-12-05
1
-0
/
+673