summaryrefslogtreecommitdiff
path: root/lldb/source/Symbol/CompilerType.cpp
AgeCommit message (Expand)Author
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-02-12[lldb][NFC] Remove GetConstTypeName and GetConstQualifiedTypeName from Compil...Raphael Isemann
2020-02-12[lldb] Move implementation of GetDisplayName to TypeSystem classRaphael Isemann
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2020-01-01[lldb][NFC] Simplify CompilerType constructors/destructors and fix unused var...Raphael Isemann
2019-12-09[lldb] Support for DWARF-5 atomic typesRaphael Isemann
2019-11-27[lldb][NFC] Remove unused CompilerType memory functionsRaphael Isemann
2019-08-13[Symbol] Decouple clang from CompilerTypeAlex Langford
2019-08-12[CompilerType] Pass an ExecutionContextScope to GetTypeBitAlign.Davide Italiano
2019-08-12[Symbol] GetTypeBitAlign() should return None in case of failure.Davide Italiano
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-08-05[CompilerType] Remove an unused function.Davide Italiano
2019-05-24Fix integer literals which are cast to boolJonas Devlieghere
2019-05-23[lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine
2019-04-10[NFC] Remove ASCII lines from commentsJonas Devlieghere
2019-03-07Add an LLVM-style dump method to CompilerType for extra convenience during de...Adrian Prantl
2019-03-07Promote more debug-only assertions to regular assertions.Adrian Prantl
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
2019-01-15Replace auto -> llvm::Optional<uint64_t>Adrian Prantl
2019-01-15Make CompilerType::getBitSize() / getByteSize() return an optional result. NFCAdrian Prantl
2018-12-29[CompilerType] Simplify operator!=. NFCI.Davide Italiano
2018-12-29[CompilerType] Remove dead code. NFCI.Davide Italiano
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-30Fix assertion in ClangASTContextPavel Labath
2017-11-13CompilerType: Add ability to retrieve an integral template argumentPavel Labath
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-03-03Isolate Target-specific functionality of DataExtractor.Zachary Turner
2017-02-02Move classes from Core -> Utility.Zachary Turner
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-06-24Made templates that have Enumeration values as arguments work correctly.Greg Clayton
2016-05-02Import block pointers from DWARF as Clang block pointers, not as structs.Sean Callanan
2015-11-09Rework the way in which ValueObjectChild decides how to update itself; this i...Enrico Granata
2015-11-09Extend the TypeSystem's ShouldPrintAsOneLiner implementation so that the Valu...Enrico Granata
2015-11-09Add a way for source languages to "mark" ValueObjects with language-specific ...Enrico Granata
2015-11-07Add SBType::IsAnonymousType() and relative plumbing in the debugger internalsEnrico Granata
2015-10-20Introduce the concept of a type that is meaningless without dynamic resolutio...Enrico Granata
2015-10-18Silence -Wqual-cast warnings from GCC 5.2Saleem Abdulrasool
2015-09-24Rename clang_type -> compiler_type for variables.Bruce Mitchener
2015-09-23Allow CompilerType to express a vote on whether oneliner printing should happenEnrico Granata
2015-09-23Add {TypeSystem|CompilerType}::GetTypeForFormatters()Enrico Granata
2015-09-23Use opaque_compiler_type_t in place of void*.Bruce Mitchener