summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
AgeCommit message (Expand)Author
2025-10-21[lldb][DeclVendor] Remove ClangDeclVendor (#164380)Michael Buch
2025-10-15[clang] NFC: rename TagType::getOriginalDecl back to getDecl (#163271)Matheus Izvekov
2025-08-09[clang] Improve nested name specifier AST representation (#147835)Matheus Izvekov
2025-07-31[lldb][TypeSystemClang] Make AsmLabel parameter a llvm::StringRef (#151355)Michael Buch
2025-06-03[lldb][TypeSystem][NFC] CreateFunctionType to take parameters by llvm::ArrayR...Michael Buch
2025-05-28[lldb][Expression] Remove m_found_function_with_type_info in favour of boolea...Michael Buch
2025-05-21[lldb] Add templated CompilerType::GetTypeSystem (NFC) (#140424)Dave Lee
2025-04-14[LLDB] Reapply refactored CPlusPlusLanguage::MethodName to break lldb-server ...Dmitry Vasilyev
2025-04-09Revert "[LLDB] Refactored CPlusPlusLanguage::MethodName to break lldb-server ...David Spickett
2025-04-09[LLDB] Refactored CPlusPlusLanguage::MethodName to break lldb-server dependen...Dmitry Vasilyev
2025-01-10[lldb] Add Function::GetAddress and redirect some uses (#115836)Pavel Labath
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere
2024-10-10[lldb] Fix a variety of LLDB_LOG format stringsJonas Devlieghere
2024-05-03[lldb] Create a single Severity enum in lldb-enumerations (#90917)Jonas Devlieghere
2024-04-15[lldb][ClangExpressionDeclMap][NFC] Remove unused NameSearchContext::m_found_...Michael Buch
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata
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-05[lldb] Fix fallout from e9eaf7b430eeAlex Langford
2023-05-05Re-land "[lldb] Expose a const iterator for SymbolContextList"Alex Langford
2023-05-04Revert "[lldb] Expose a const iterator for SymbolContextList"Alex Langford
2023-05-04[lldb] Expose a const iterator for SymbolContextListAlex Langford
2023-03-04[lldb] Remove unused portion of GetFunctionMethodInfo signature (NFC)Dave Lee
2023-01-09Return a shared_ptr from ScratchTypeSystemClang::GetForTarget()Adrian Prantl
2022-11-16Make CompilerType safeAdrian Prantl
2022-09-13[lldb] Fixed a number of typosGabriel Ravier
2022-09-12Add the ability to show when variables fails to be available when debug info ...Greg Clayton
2022-09-12Revert "Add the ability to show when variables fails to be available when deb...Stella Stamenova
2022-09-09Add the ability to show when variables fails to be available when debug info ...Greg Clayton
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-07-12Reland "[LLDB][NFC] Decouple dwarf location table from DWARFExpression."Zequan Wu
2022-07-12[LLDB][ClangExpression] Remove unused StructVars::m_object_pointer_typeMichael Buch
2022-07-07Revert "[LLDB][NFC] Decouple dwarf location table from DWARFExpression."Jonas Devlieghere
2022-07-07[LLDB][NFC] Decouple dwarf location table from DWARFExpression.Zequan Wu
2022-06-17[LLDB][ExpressionParser] Fix indices inside format-strings passed to LLDB_LOGAdrian Prantl
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-12-24Remove redundant return and continue statements (NFC)Kazu Hirata
2021-10-05[lldb] Remove some anonymous namespacesPavel Labath
2021-08-05[lldb] Use a struct to pass function search options to Module::FindFunctionJonas Devlieghere
2021-06-11Revert "[lldb] Add support for evaluating expressions in static member functi...Raphael 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
2021-02-12Make the error condition in Value::ValueType explicit (NFC)Adrian Prantl
2021-02-12[LLDB] Fix LLDB_LOG calls to use correct formattingShafik Yaghmour
2020-12-10[lldb] Introduce separate scratch ASTs for debug info types and types importe...Raphael Isemann
2020-12-04[lldb][NFC] Rename TypeSystemClang::GetScratch to ScratchTypeSystemClang::Get...Raphael Isemann