summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
Commit message (Expand)AuthorAgeFilesLines
* Expression eval lookup speedup by not returning methods in ManualDWARFIndex::...Levon Ter-Grigoryan2020-01-141-3/+3
* Add missing nullptr checks.Adrian Prantl2020-01-101-3/+8
* [lldb][NFC] Delete static versions of ClangASTContext::CreateFunctionTypeRaphael Isemann2019-12-291-2/+2
* [lldb] Remove some calls to GetASTContextRaphael Isemann2019-12-261-15/+10
* [lldb][NFC] Remove unused 'type' parameter in ClangExpressionDeclMap::FindGlo...Raphael Isemann2019-12-231-16/+5
* [lldb] Add sanity check to CreateDeclContext and fixed illformed CompilerCont...Raphael Isemann2019-12-231-1/+3
* [lldb][NFC] Make CompilerDeclContext construction type safeRaphael Isemann2019-12-231-3/+1
* [lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...Raphael Isemann2019-12-211-20/+2
* [lldb][NFC] Add unit test for persistent variable lookup with ClangExpression...Raphael Isemann2019-12-181-10/+18
* [lldb][NFC] Allow creating ClangExpressionDeclMap and ClangASTSource without ...Raphael Isemann2019-12-171-5/+18
* [lldb] Remove modern-type-lookupRaphael Isemann2019-12-171-37/+0
* [lldb][NFC] Remove all overloads of Copy/DeportType in ClangASTImporterRaphael Isemann2019-12-161-4/+1
* [Target] Remove Target::GetScratchClangASTContextAlex Langford2019-12-121-8/+15
* [lldb] Remove ClangASTMetricsRaphael Isemann2019-12-121-9/+0
* [lldb][NFC] Extract searching for function SymbolContexts out of ClangExpress...Raphael Isemann2019-12-031-92/+99
* [lldb][NFC] Remove ClangASTContext::GetBuiltinTypeForEncodingAndBitSize overloadRaphael Isemann2019-11-291-2/+2
* [lldb][NFC] Explicitly ask for a ClangASTContext in ClangASTSourceRaphael Isemann2019-11-291-17/+10
* [lldb][NFC] Allow range-based for-loops on VariableListRaphael Isemann2019-11-251-3/+1
* [lldb] Remove lldb's own ASTDumperRaphael Isemann2019-11-251-83/+44
* [lldb][NFC] Do an early exit in LookupLocalVarNamespace and LookUpLldbObjCClassRaphael Isemann2019-11-231-46/+54
* [lldb][NFC] NFC refactoring for ClangExpressionDeclMap::LookupInModulesDeclVe...Raphael Isemann2019-11-231-55/+30
* [lldb][NFC] NFC refactoring ClangExpressionDeclMap::LookupLocalVariableRaphael Isemann2019-11-231-36/+33
* [lldb][NFC] Modernize string handling in ClangExpressionDeclMap::FindExternal...Raphael Isemann2019-11-211-11/+8
* [lldb][NFC] Move searching functions in ClangExpressionDeclMap to own functionRaphael Isemann2019-11-211-89/+100
* [lldb][NFC] Reduce scope of some variables in ClangExpressionDeclMap::FindExt...Raphael Isemann2019-11-211-5/+3
* [lldb][NFC] Move searching local variables into own functionRaphael Isemann2019-11-211-39/+50
* [lldb][NFC] Move searching the ClangModulesDeclVendor into own functionRaphael Isemann2019-11-211-72/+73
* [lldb][NFC] Move searching for the local variable namespace into own functionRaphael Isemann2019-11-211-24/+27
* [lldb][NFC] Early exit in ClangExpressionDeclMap::FindExternalVisibleDeclsRaphael Isemann2019-11-211-302/+302
* [lldb][NFC] Move searching for $__lldb_objc_class into its own functionRaphael Isemann2019-11-201-122/+124
* [lldb][NFC] Move searching for $__lldb_class into its own function in ClangEx...Raphael Isemann2019-11-201-94/+107
* [lldb][NFC] Move ClangExpressionDeclMap's persistent decl search into its own...Raphael Isemann2019-11-201-53/+55
* [lldb][NFC] Simplify ClangASTContext::GetBasicTypesRaphael Isemann2019-11-201-13/+12
* [lldb][NFC] Remove ClangASTContext::GetUniqueNamespaceDeclaration overloadRaphael Isemann2019-11-201-4/+6
* [lldb] Remove ClangExpressionDeclMap::ResolveUnknownTypesRaphael Isemann2019-11-191-74/+0
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-171-5/+3
* [lldb][modern-type-lookup] No longer import temporary declarations into the p...Raphael Isemann2019-10-041-98/+11
* [clang][lldb][NFC] Encapsulate ExternalASTMerger::ImporterSourceRaphael Isemann2019-10-011-2/+2
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-100/+100
* [ExpressionParser] Handle llvm::Expected resultJonas Devlieghere2019-07-231-2/+10
* [ExpressionParser] Fix formatting and whitespace (NFC)Jonas Devlieghere2019-07-231-32/+32
* [LanguageRuntime] Move ObjCLanguageRuntime into a pluginAlex Langford2019-07-151-1/+1
* [LanguageRuntime] Move CPPLanguageRuntime into a pluginAlex Langford2019-07-121-1/+1
* [Target] Remove Process::GetObjCLanguageRuntimeAlex Langford2019-06-101-1/+1
* Fix integer literals which are cast to boolJonas Devlieghere2019-05-241-2/+2
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-19/+20
* [ASTImporter] Use llvm::Expected and Error in the importer APIGabor Marton2019-05-151-2/+8
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-5/+5
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-121-1/+1
* [Expressions] Fix -Wreorder warning from r353149Krasimir Georgiev2019-02-051-4/+3
OpenPOWER on IntegriCloud