summaryrefslogtreecommitdiff
path: root/lldb/source/Symbol/TypeList.cpp
AgeCommit message (Expand)Author
2024-05-10[lldb] Improve type name parsing (#91586)Pavel Labath
2022-08-11[lldb/Symbol] Fix null-deref in TypeList::DumpMed Ismail Bennani
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-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-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-06-01Fix Module::FindTypes to return the correct number of matches.Frederic Riss
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-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
2015-09-18Reduce inclusion of clang headers.Bruce Mitchener
2015-08-24Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton
2015-07-22Fix typos.Bruce Mitchener
2014-03-20cleanup unreferenced functionsSaleem Abdulrasool
2013-07-11Huge change to clean up types.Greg Clayton
2013-06-18Added the ability to get a list of types from a SBModule or SBCompileUnit. Se...Greg Clayton
2012-10-22<rdar://problem/12473003> Greg Clayton
2012-03-26<rdar://problem/11113279>Greg Clayton
2011-10-18Changed lldb_private::Type over to use the intrusive ref counted pointersGreg Clayton
2011-01-17A few of the issue I have been trying to track down and fix have been due toGreg Clayton
2010-10-29Modified the lldb_private::TypeList to use a std::multimap for quicker lookupGreg Clayton
2010-10-01Fixed an issue where if a method funciton was asked to be parsed beforeGreg Clayton
2010-09-29Fixed the forward declaration issue that was present in the DWARF parser afterGreg Clayton
2010-07-20More constructor warning fixes from William Lynch.Benjamin Kramer
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner