summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
AgeCommit message (Expand)Author
2020-10-14[lldb] Reject redefinitions of persistent variablesRaphael Isemann
2020-06-30[lldb][NFC] Remove ImportInProgress lock in ClangASTSourceRaphael Isemann
2020-06-10[lldb][NFC] Rename ClangExpressionDeclMap::AddThisType and clarify documentationRaphael Isemann
2020-05-20[lldb][NFC] Minor NamespaceMap refactorRaphael Isemann
2020-04-09Preserve the owning module information from DWARF in the synthesized ASTAdrian Prantl
2020-04-01Revert "Preserve the owning module information from DWARF in the synthesized ...Adrian Prantl
2020-04-01Preserve the owning module information from DWARF in the synthesized ASTAdrian Prantl
2020-02-25[lldb][NFC] Make NameSearchContext::m_found members bools instead of bitfieldsRaphael Isemann
2020-02-25[lldb][NFC] Modernize logging in ClangASTSource/ExpressionDeclMapRaphael Isemann
2020-02-24[lldb] Remove all the 'current_id' logging counters from the lookup code.Raphael Isemann
2020-02-19[lldb][NFC] Pointer to reference conversion for CompilerDeclContext params in...Raphael Isemann
2020-02-18[lldb][NFC] Make all CompilerDeclContext parameters references instead of poi...Raphael Isemann
2020-02-04[lldb] Remove clang classes from lldb-forward.hAlex Langford
2020-01-31[lldb] Move clang-based files out of SymbolAlex Langford
2020-01-31[lldb][NFC] Remove unnecessary ClangASTImporter checks in ClangASTSourceRaphael Isemann
2020-01-31[lldb][NFC] Remove ParserVars::m_parser_type member that was never readRaphael Isemann
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2020-01-23[lldb][NFC] Rename ClangASTContext to TypeSystemClangRaphael Isemann
2020-01-14Expression eval lookup speedup by not returning methods in ManualDWARFIndex::...Levon Ter-Grigoryan
2020-01-10Add missing nullptr checks.Adrian Prantl
2019-12-29[lldb][NFC] Delete static versions of ClangASTContext::CreateFunctionTypeRaphael Isemann
2019-12-26[lldb] Remove some calls to GetASTContextRaphael Isemann
2019-12-23[lldb][NFC] Remove unused 'type' parameter in ClangExpressionDeclMap::FindGlo...Raphael Isemann
2019-12-23[lldb] Add sanity check to CreateDeclContext and fixed illformed CompilerCont...Raphael Isemann
2019-12-23[lldb][NFC] Make CompilerDeclContext construction type safeRaphael Isemann
2019-12-21[lldb][NFC] Return a reference from ClangASTContext::getASTContext and remove...Raphael Isemann
2019-12-18[lldb][NFC] Add unit test for persistent variable lookup with ClangExpression...Raphael Isemann
2019-12-17[lldb][NFC] Allow creating ClangExpressionDeclMap and ClangASTSource without ...Raphael Isemann
2019-12-17[lldb] Remove modern-type-lookupRaphael Isemann
2019-12-16[lldb][NFC] Remove all overloads of Copy/DeportType in ClangASTImporterRaphael Isemann
2019-12-12[Target] Remove Target::GetScratchClangASTContextAlex Langford
2019-12-12[lldb] Remove ClangASTMetricsRaphael Isemann
2019-12-03[lldb][NFC] Extract searching for function SymbolContexts out of ClangExpress...Raphael Isemann
2019-11-29[lldb][NFC] Remove ClangASTContext::GetBuiltinTypeForEncodingAndBitSize overloadRaphael Isemann
2019-11-29[lldb][NFC] Explicitly ask for a ClangASTContext in ClangASTSourceRaphael Isemann
2019-11-25[lldb][NFC] Allow range-based for-loops on VariableListRaphael Isemann
2019-11-25[lldb] Remove lldb's own ASTDumperRaphael Isemann
2019-11-23[lldb][NFC] Do an early exit in LookupLocalVarNamespace and LookUpLldbObjCClassRaphael Isemann
2019-11-23[lldb][NFC] NFC refactoring for ClangExpressionDeclMap::LookupInModulesDeclVe...Raphael Isemann
2019-11-23[lldb][NFC] NFC refactoring ClangExpressionDeclMap::LookupLocalVariableRaphael Isemann
2019-11-21[lldb][NFC] Modernize string handling in ClangExpressionDeclMap::FindExternal...Raphael Isemann
2019-11-21[lldb][NFC] Move searching functions in ClangExpressionDeclMap to own functionRaphael Isemann
2019-11-21[lldb][NFC] Reduce scope of some variables in ClangExpressionDeclMap::FindExt...Raphael Isemann
2019-11-21[lldb][NFC] Move searching local variables into own functionRaphael Isemann
2019-11-21[lldb][NFC] Move searching the ClangModulesDeclVendor into own functionRaphael Isemann
2019-11-21[lldb][NFC] Move searching for the local variable namespace into own functionRaphael Isemann
2019-11-21[lldb][NFC] Early exit in ClangExpressionDeclMap::FindExternalVisibleDeclsRaphael Isemann
2019-11-20[lldb][NFC] Move searching for $__lldb_objc_class into its own functionRaphael Isemann
2019-11-20[lldb][NFC] Move searching for $__lldb_class into its own function in ClangEx...Raphael Isemann
2019-11-20[lldb][NFC] Move ClangExpressionDeclMap's persistent decl search into its own...Raphael Isemann