summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ExpressionParser/Clang/ClangUserExpression.cpp
AgeCommit message (Expand)Author
2024-06-22[lldb][ExpressionParser][NFCI] Add new DoPrepareForExecution interface to be ...Michael Buch
2024-05-03[lldb] Create a single Severity enum in lldb-enumerations (#90917)Jonas Devlieghere
2024-04-29Add a new SBExpressionOptions::SetLanguage() API (NFCI) (#89981)Adrian Prantl
2024-04-11[lldb][ClangUserExpression][NFCI] Pass the most specific ExecutionContextScop...Michael Buch
2024-01-04Add support for inline DWARF source files. (#75880)Adrian Prantl
2023-09-22[lldb][NFCI] Change parameter type in UserExpression::GetObjectPointer (#67055)Alex Langford
2023-08-09[lldb] Sink StreamFile into lldbHostAlex Langford
2023-06-13[lldb] Default can_create to true in GetChildMemberWithName (NFC)Dave Lee
2023-05-31[lldb] Take StringRef name in GetChildMemberWithName (NFC)Dave Lee
2023-05-23[LLDB] Add some declarations related to REPL support for mojowalter erquinigo
2022-07-28[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-07-23Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for add...Nico Weber
2022-07-22[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton
2022-07-22[LLDB][ClangExpression] Allow expression evaluation from within C++ LambdasMichael Buch
2022-06-20Don't use Optional::hasValue (NFC)Kazu Hirata
2022-02-03[lldb] Rename Logging.h to LLDBLog.h and clean up includesPavel Labath
2022-02-02[lldb] Convert "LLDB" log channel to the new APIPavel Labath
2021-11-25[LLDB] Provide target specific directories to libclangPavel Kosov
2021-10-06[lldb] Make 'this' substituton error more verbose.Raphael Isemann
2021-10-04[lldb][import-std-module] Prefer the non-module diagnostics when in fallback ...Raphael Isemann
2021-08-03[lldb] Get rid of HAVE_SYS_TYPES_HNico Weber
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-05-26[lldb][NFC] Use C++ versions of the deprecated C standard library headersRaphael Isemann
2021-05-24[lldb] Move ClangModulesDeclVendor ownership to ClangPersistentVariables from...Alex Langford
2021-04-22[lldb] Add support for evaluating expressions in static member functionsRaphael Isemann
2020-12-10[lldb] Allow LLDB to automatically retry a failed expression with an imported...Raphael Isemann
2020-06-24[lldb] Use std::make_unique<> (NFC)Jonas Devlieghere
2020-06-01[lldb][NFC] Make ClangExpressionSourceCode's wrapping logic more consistentRaphael Isemann
2020-05-29[lldb][NFC] Remove a std::string->C string->StringRef conversion in ClangUser...Raphael Isemann
2020-05-15[lldb] Print full Clang diagnostics when the ClangModulesDeclVendor fails to ...Raphael Isemann
2020-05-13[lldb][NFC] Early-exit in SetupDeclVendorRaphael Isemann
2020-03-30Recommit "[lldb] Make Fix-Its also apply to top-level expressions""Davide Italiano
2020-03-30Revert "[lldb] Make Fix-Its also apply to top-level expressions"Davide Italiano
2020-03-30[lldb] Make Fix-Its also apply to top-level expressionsRaphael Isemann
2020-03-23Internal expressions shouldn't increment the result variable numbering.Jim Ingham
2020-02-07[lldb] Improve error message when running static initializers in an expressio...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-28[lldb] Remove ClangASTImporter from TargetAlex Langford
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-10Add missing nullptr checks.Adrian Prantl
2019-12-24[lldb][NFC] Remove ClangExternalASTSourceCommonRaphael Isemann
2019-12-17[lldb][NFC] Allow creating ClangExpressionDeclMap and ClangASTSource without ...Raphael Isemann
2019-12-17[lldb][NFC] Remove all unnecessary includes for ClangASTSourceCommon.hRaphael Isemann
2019-11-14Use ForEachExternalModule in ParseTypeFromClangModule (NFC)Adrian Prantl
2019-11-12[lldb][NFC] Move LLVM RTTI implementation from enum to static ID variableRaphael Isemann
2019-11-04[lldb] Provide a getter for m_materializer_up in LLVMUserExpression instead o...Raphael Isemann
2019-10-10[lldb] Add log output for the support files we pass to the CppModuleConfigura...Raphael Isemann