aboutsummaryrefslogtreecommitdiff
path: root/source/Symbol/Type.cpp
AgeCommit message (Expand)Author
2019-08-21Generalize FindTypes with CompilerContext to support fuzzy lookupAdrian Prantl
2019-08-21[Symbol] Remove unused clang headers from TypeAlex Langford
2019-07-30[Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford
2019-07-25SymbolVendor: Remove the type list memberPavel Labath
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-05-15Delete unnecessary copy ctors/copy assignment operatorsFangrui Song
2019-03-26Remove the TypePair classPavel Labath
2019-03-15Delete type_sp member from TypePairPavel Labath
2019-03-06Pass ConstString by value (NFC)Adrian Prantl
2019-01-29Make Type::GetByteSize optional (NFC)Adrian Prantl
2019-01-28Revert "Make Type::GetByteSize optional (NFC)"Adrian Prantl
2019-01-28Remove unimplemented functionAdrian Prantl
2019-01-28Make Type::GetByteSize optional (NFC)Adrian Prantl
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-15Replace auto -> llvm::Optional<uint64_t>Adrian Prantl
2019-01-15Make CompilerType::getBitSize() / getByteSize() return an optional result. NFCAdrian Prantl
2019-01-03Simplify ObjectFile::GetArchitecturePavel Labath
2018-12-30[Type] Simplify operator!=. NFC.Davide Italiano
2018-12-30[TypeName] Simplify operator!=. NFCI.Davide Italiano
2018-12-15Simplify Boolean expressionsJonas Devlieghere
2018-11-11Remove header grouping comments.Jonas Devlieghere
2018-11-05Fix (and improve) the support for C99 variable length array typesAdrian Prantl
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-11-02Fix some warnings found by ToT clangPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
2017-01-10Improve Type::GetTypeScopeAndBasenameHelper and add unit testsTamas Berghammer
2017-01-06Make lldb -Werror clean for -Wstring-conversionDavid Blaikie
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-03-29When creating typedefs, don't call Type::GetName() since that might recursive...Greg Clayton
2015-12-08Remove default case in switch which covers all enumeration valuesEd Maste
2015-12-08Trying to submit 254476 one more time. This implement -gmodule debugging supp...Greg Clayton
2015-12-02Revert "Added support for -gmodule debugging when debug info is left in the ....Tamas Berghammer
2015-12-02Added support for -gmodule debugging when debug info is left in the .o files ...Greg Clayton
2015-11-10Fixed TypeMemberFunctionImpl to not use clang types directly but use the new ...Greg Clayton
2015-10-18Silence -Wqual-cast warnings from GCC 5.2Saleem Abdulrasool
2015-09-24Rename clang_type -> compiler_type for variables.Bruce Mitchener
2015-09-17TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...Greg Clayton
2015-08-24Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton
2015-08-18More abstraction to get almost all clang specific DWARF parsing code into Cla...Greg Clayton
2015-08-11ClangASTType is now CompilerType.Greg Clayton
2015-08-11First step in getting LLDB ready to support multiple different type systems.Greg Clayton
2015-06-15Found an issue that was causing types to be completed much more often than th...Greg Clayton
2015-06-08Revert "Introduce a TypeSystem interface to support adding non-clang languages."Pavel Labath
2015-06-08Introduce a TypeSystem interface to support adding non-clang languages.Pavel Labath
2015-05-26revert files unintentionally checked inVince Harron
2015-05-26Print port number that lldb-server binds to in platform modeVince Harron
2015-01-28Preparatory infrastructural work to support dynamically determining sizes of ...Enrico Granata