summaryrefslogtreecommitdiff
path: root/lldb/source/Symbol/TypeMap.cpp
AgeCommit message (Expand)Author
2024-05-10[lldb] Improve type name parsing (#91586)Pavel Labath
2023-12-12[lldb] Make only one function that needs to be implemented when searching for...Greg Clayton
2022-07-07Remove dead code: TypeMap::RemoveMismatchedTypes(TypeClass type_class)David Blaikie
2022-07-07Use StringRef to avoid unnecessary copies into std::stringsDavid Blaikie
2021-07-02[lldb] Replace default bodies of special member functions with = default;Jonas Devlieghere
2020-04-17Allow lldb-test to combine -find with -dump-clang-astAdrian Prantl
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-08-20[Symbol][NFC] Remove references to clang in TypeMapAlex Langford
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
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-21[NFC] Replace `compare` with (in)equality operator where applicable.Jonas Devlieghere
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-01-10Improve Type::GetTypeScopeAndBasenameHelper and add unit testsTamas Berghammer
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2015-11-19Fix a crasher in SymbolContext::SortTypeList() where something that was itera...Greg Clayton
2015-10-08Testcase and fix for bug 24074Ravitheja Addepally
2015-09-23Revert 248366 "Testcase and fix for bug 24074"Enrico Granata
2015-09-23Testcase and fix for bug 24074Ravitheja Addepally