summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.h
AgeCommit message (Expand)Author
2025-05-28[lldb][Expression] Remove m_found_function_with_type_info in favour of boolea...Michael Buch
2025-05-10[lldb] Remove redundant calls to std::unique_ptr<T>::get (NFC) (#139395)Kazu Hirata
2023-09-01[lldb] Fix duplicate word typos; NFCFangrui Song
2023-01-09Return a shared_ptr from ScratchTypeSystemClang::GetForTarget()Adrian Prantl
2022-07-22[LLDB][ClangExpression] Allow expression evaluation from within C++ LambdasMichael Buch
2022-07-12[LLDB][ClangExpression] Remove unused StructVars::m_object_pointer_typeMichael Buch
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-06-11Revert "[lldb] Add support for evaluating expressions in static member functi...Raphael Isemann
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere
2021-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2021-04-22[lldb] Add support for evaluating expressions in static member functionsRaphael Isemann
2020-12-10[lldb] Introduce separate scratch ASTs for debug info types and types importe...Raphael Isemann
2020-10-14[lldb] Reject redefinitions of persistent variablesRaphael Isemann
2020-06-10[lldb][NFC] Rename ClangExpressionDeclMap::AddThisType and clarify documentationRaphael Isemann
2020-06-02[lldb] NFC remove DISALLOW_COPY_AND_ASSIGNKonrad Kleine
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-17[lldb] Update header guards to be consistent and compliant with LLVM (NFC)Jonas Devlieghere
2020-02-04[lldb] Remove clang classes from lldb-forward.hAlex Langford
2020-02-03[lldb] Delete ClangForward.hAlex Langford
2020-01-23[lldb][NFC] Rename ClangASTContext to TypeSystemClangRaphael Isemann
2019-12-23[lldb][NFC] Remove unused 'type' parameter in ClangExpressionDeclMap::FindGlo...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-03[lldb][NFC] Extract searching for function SymbolContexts out of ClangExpress...Raphael Isemann
2019-11-23[lldb][NFC] Do an early exit in LookupLocalVarNamespace and LookUpLldbObjCClassRaphael Isemann
2019-11-21[lldb][NFC] Move searching functions in ClangExpressionDeclMap to own functionRaphael 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-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
2019-11-19[lldb] Remove ClangExpressionDeclMap::ResolveUnknownTypesRaphael Isemann
2019-11-15Fix -Wunused-result warnings in LLDBReid Kleckner
2019-11-13[LLDB] Fix a bunch of -Wdocumentation warnings in ExpressionParserJonas Devlieghere
2019-08-14[LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-11Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl
2019-03-06Pass ConstString by value (NFC)Adrian Prantl
2019-02-05[Expressions] Add support of expressions evaluation in some object's contextAleksandr Urakov
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-08-07Removed doxygen comment that doesn't fit to function signatureRaphael Isemann
2018-05-02Enable AUTOBRIEF in doxygen configuration.Adrian Prantl
2017-09-28[Expression parser] Setting to enable use of ExternalASTMergerSean Callanan
2017-05-16[Expression parser] Look up module symbols before hunting globallySean Callanan
2016-11-02Fix some warnings compiling with clang-cl on Windows.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone