summaryrefslogtreecommitdiff
path: root/lldb/source/Symbol/TypeSystem.cpp
AgeCommit message (Expand)Author
2024-10-18[lldb] Add GetMangledTypeName to TypeSystem/CompilerType (#113006)Augusto Noronha
2024-06-25Reapply PR/87550 (again) (#95571)Vy Nguyen
2024-06-07Revert "Reapply PR/87550 (#94625)"Felipe de Azevedo Piovezan
2024-06-07Reapply PR/87550 (#94625)Vy Nguyen
2024-05-29Revert "[lldb][lldb-dap] Cleanup breakpoint filters." (#93739)gulfemsavrun
2024-05-29[lldb][lldb-dap] Cleanup breakpoint filters. (#87550)Vy Nguyen
2024-05-23Add a createError variant without error code (NFC) (#93209)Adrian Prantl
2024-04-30[PAC][lldb][Dwarf] Support `__ptrauth`-qualified types in user expressions (#...Daniil Kovalev
2023-12-12[lldb] Make only one function that needs to be implemented when searching for...Greg Clayton
2023-10-14[lldb] Add SBType::FindDirectNestedType() function (#68705)Vlad Serebrennikov
2023-05-05[lldb][TypeSystem] ForEach: Don't hold the TypeSystemMap lock across callbackMichael Buch
2023-03-30[lldb][NFC] Move various constructor definitions from .h to .cppRiver Riddle
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata
2022-12-20[lldb] Prevent false positives with simple template names in SymbolFileDWARF:...Arthur Eubanks
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-11-16Make CompilerType safeAdrian Prantl
2022-11-02[lldb] Add information on type systems to statistics dump commandAlex Langford
2022-08-16[lldb] Automatically unwrap parameter packs in template argument accessorsJonas Devlieghere
2022-01-09Use true/false instead of 1/0 (NFC)Kazu Hirata
2021-08-16[lldb] Avoid unhandled Error in TypeSystemMap::GetTypeSystemForLanguageDimitry Andric
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2021-06-09[lldb] Use C++11 default member initializersJonas Devlieghere
2020-10-23[lldb] Fix use of undefined type 'lldb_private::UtilityFunction'Jonas Devlieghere
2020-08-14[lldb] Deduplicate copy-pasted TypeSystemMap::GetTypeSystemForLanguageRaphael 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-03-11Add a verification mechanism to CompilerType.Adrian Prantl
2020-01-31[lldb/Symbol] Use StringRef ctor to prevent incorrect overloadJonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-09[lldb] Support for DWARF-5 atomic typesRaphael Isemann
2019-11-27[lldb][NFC] Move TypeSystem RTTI to static variable to remove swift referenceRaphael Isemann
2019-08-22Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl
2019-08-22Revert Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl
2019-08-22Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl
2019-08-06Revert "[CompilerType] Simplify the interface a bit more.."Davide Italiano
2019-08-06[CompilerType] Simplify the interface a bit more..Davide Italiano
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-12-15Simplify Boolean expressionsJonas Devlieghere
2018-08-30Provide a default implementation of TypeSystem::GetNumTemplateArgumentsFrederic Riss
2017-11-30Fix assertion in ClangASTContextPavel Labath
2017-11-13CompilerType: Add ability to retrieve an integral template argumentPavel Labath
2017-08-31[TypeSystem] Reduce code duplication merging two almost identical functions.Davide Italiano
2016-11-26[lldb] Fix typos in file headersAlexander Shaposhnikov
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-30Add SBType::GetArrayType() such that - given a type - one can make an array (...Enrico Granata
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool