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
/
ExpressionParser
/
Clang
/
ClangExpressionDeclMap.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Expression eval lookup speedup by not returning methods in ManualDWARFIndex::...
Levon Ter-Grigoryan
2020-01-14
1
-3
/
+3
*
Add missing nullptr checks.
Adrian Prantl
2020-01-10
1
-3
/
+8
*
[lldb][NFC] Delete static versions of ClangASTContext::CreateFunctionType
Raphael Isemann
2019-12-29
1
-2
/
+2
*
[lldb] Remove some calls to GetASTContext
Raphael Isemann
2019-12-26
1
-15
/
+10
*
[lldb][NFC] Remove unused 'type' parameter in ClangExpressionDeclMap::FindGlo...
Raphael Isemann
2019-12-23
1
-16
/
+5
*
[lldb] Add sanity check to CreateDeclContext and fixed illformed CompilerCont...
Raphael Isemann
2019-12-23
1
-1
/
+3
*
[lldb][NFC] Make CompilerDeclContext construction type safe
Raphael Isemann
2019-12-23
1
-3
/
+1
*
[lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...
Raphael Isemann
2019-12-21
1
-20
/
+2
*
[lldb][NFC] Add unit test for persistent variable lookup with ClangExpression...
Raphael Isemann
2019-12-18
1
-10
/
+18
*
[lldb][NFC] Allow creating ClangExpressionDeclMap and ClangASTSource without ...
Raphael Isemann
2019-12-17
1
-5
/
+18
*
[lldb] Remove modern-type-lookup
Raphael Isemann
2019-12-17
1
-37
/
+0
*
[lldb][NFC] Remove all overloads of Copy/DeportType in ClangASTImporter
Raphael Isemann
2019-12-16
1
-4
/
+1
*
[Target] Remove Target::GetScratchClangASTContext
Alex Langford
2019-12-12
1
-8
/
+15
*
[lldb] Remove ClangASTMetrics
Raphael Isemann
2019-12-12
1
-9
/
+0
*
[lldb][NFC] Extract searching for function SymbolContexts out of ClangExpress...
Raphael Isemann
2019-12-03
1
-92
/
+99
*
[lldb][NFC] Remove ClangASTContext::GetBuiltinTypeForEncodingAndBitSize overload
Raphael Isemann
2019-11-29
1
-2
/
+2
*
[lldb][NFC] Explicitly ask for a ClangASTContext in ClangASTSource
Raphael Isemann
2019-11-29
1
-17
/
+10
*
[lldb][NFC] Allow range-based for-loops on VariableList
Raphael Isemann
2019-11-25
1
-3
/
+1
*
[lldb] Remove lldb's own ASTDumper
Raphael Isemann
2019-11-25
1
-83
/
+44
*
[lldb][NFC] Do an early exit in LookupLocalVarNamespace and LookUpLldbObjCClass
Raphael Isemann
2019-11-23
1
-46
/
+54
*
[lldb][NFC] NFC refactoring for ClangExpressionDeclMap::LookupInModulesDeclVe...
Raphael Isemann
2019-11-23
1
-55
/
+30
*
[lldb][NFC] NFC refactoring ClangExpressionDeclMap::LookupLocalVariable
Raphael Isemann
2019-11-23
1
-36
/
+33
*
[lldb][NFC] Modernize string handling in ClangExpressionDeclMap::FindExternal...
Raphael Isemann
2019-11-21
1
-11
/
+8
*
[lldb][NFC] Move searching functions in ClangExpressionDeclMap to own function
Raphael Isemann
2019-11-21
1
-89
/
+100
*
[lldb][NFC] Reduce scope of some variables in ClangExpressionDeclMap::FindExt...
Raphael Isemann
2019-11-21
1
-5
/
+3
*
[lldb][NFC] Move searching local variables into own function
Raphael Isemann
2019-11-21
1
-39
/
+50
*
[lldb][NFC] Move searching the ClangModulesDeclVendor into own function
Raphael Isemann
2019-11-21
1
-72
/
+73
*
[lldb][NFC] Move searching for the local variable namespace into own function
Raphael Isemann
2019-11-21
1
-24
/
+27
*
[lldb][NFC] Early exit in ClangExpressionDeclMap::FindExternalVisibleDecls
Raphael Isemann
2019-11-21
1
-302
/
+302
*
[lldb][NFC] Move searching for $__lldb_objc_class into its own function
Raphael Isemann
2019-11-20
1
-122
/
+124
*
[lldb][NFC] Move searching for $__lldb_class into its own function in ClangEx...
Raphael Isemann
2019-11-20
1
-94
/
+107
*
[lldb][NFC] Move ClangExpressionDeclMap's persistent decl search into its own...
Raphael Isemann
2019-11-20
1
-53
/
+55
*
[lldb][NFC] Simplify ClangASTContext::GetBasicTypes
Raphael Isemann
2019-11-20
1
-13
/
+12
*
[lldb][NFC] Remove ClangASTContext::GetUniqueNamespaceDeclaration overload
Raphael Isemann
2019-11-20
1
-4
/
+6
*
[lldb] Remove ClangExpressionDeclMap::ResolveUnknownTypes
Raphael Isemann
2019-11-19
1
-74
/
+0
*
Modernize the rest of the Find.* API (NFC)
Adrian Prantl
2019-10-17
1
-5
/
+3
*
[lldb][modern-type-lookup] No longer import temporary declarations into the p...
Raphael Isemann
2019-10-04
1
-98
/
+11
*
[clang][lldb][NFC] Encapsulate ExternalASTMerger::ImporterSource
Raphael Isemann
2019-10-01
1
-2
/
+2
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-100
/
+100
*
[ExpressionParser] Handle llvm::Expected result
Jonas Devlieghere
2019-07-23
1
-2
/
+10
*
[ExpressionParser] Fix formatting and whitespace (NFC)
Jonas Devlieghere
2019-07-23
1
-32
/
+32
*
[LanguageRuntime] Move ObjCLanguageRuntime into a plugin
Alex Langford
2019-07-15
1
-1
/
+1
*
[LanguageRuntime] Move CPPLanguageRuntime into a plugin
Alex Langford
2019-07-12
1
-1
/
+1
*
[Target] Remove Process::GetObjCLanguageRuntime
Alex Langford
2019-06-10
1
-1
/
+1
*
Fix integer literals which are cast to bool
Jonas Devlieghere
2019-05-24
1
-2
/
+2
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-19
/
+20
*
[ASTImporter] Use llvm::Expected and Error in the importer API
Gabor Marton
2019-05-15
1
-2
/
+8
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-5
/
+5
*
Remove redundant ::get() for smart pointer. (NFC)
Jonas Devlieghere
2019-02-12
1
-1
/
+1
*
[Expressions] Fix -Wreorder warning from r353149
Krasimir Georgiev
2019-02-05
1
-4
/
+3
[next]