summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Language/CPlusPlus/BlockPointer.cpp
AgeCommit message (Expand)Author
2025-05-21[lldb] Add templated CompilerType::GetTypeSystem (NFC) (#140424)Dave Lee
2025-04-30[lldb] Upgrade `GetIndexOfChildWithName` to use `llvm::Expected` (#136693)Charles Zablit
2025-02-17[lldb] Provide default impl for MightHaveChildren (NFC) (#119977)Dave Lee
2024-10-24[lldb] Move ValueObject into its own library (NFC) (#113393)Jonas Devlieghere
2024-09-05[lldb] Make conversions from llvm::Error explicit with Status::FromEr… (#10...Adrian Prantl
2024-05-22Change GetChildCompilerTypeAtIndex to return Expected (NFC) (#92979)Adrian Prantl
2024-03-08Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected ...Adrian Prantl
2024-03-08Revert "Change GetNumChildren()/CalculateNumChildren() methods return llvm::E...Florian Mayer
2024-03-08Change GetNumChildren()/CalculateNumChildren() methods return llvm::Expected ...Adrian Prantl
2024-03-07Change GetChildAtIndex to take a uint32_tAdrian Prantl
2024-03-07Change the return type of SyntheticFrontend::CalculateNumChildren to int32_tAdrian Prantl
2024-02-08[lldb][TypeSynthetic][NFC] Make SyntheticChildrenFrontend::Update() return an...Michael Buch
2023-08-15[lldb][CPlusPlus][NFCI] Remove redundant construction of ClangASTImporterMichael Buch
2023-07-05[lldb] Fix incorrect uses of LLDB_LOG_ERRORJonas Devlieghere
2023-07-03[lldb][NFCI] TypeSystemClang::CreateStructForIdentifier should take a StringRefAlex Langford
2022-11-16Make CompilerType safeAdrian 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-02-09[LLDB] Remove uneeded CopyType from BlockPointerSyntheticFrontEndShafik Yaghmour
2020-12-10[lldb] Remove assumption from Clang-based data formatters that their types ar...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
2019-07-30[Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford
2019-03-06Pass ConstString by value (NFC)Adrian Prantl
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-11-05Fix (and improve) the support for C99 variable length array typesAdrian Prantl
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-05-12Rename Error -> Status.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-05-02Import block pointers from DWARF as Clang block pointers, not as structs.Sean Callanan