summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/CompilerType.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb][NFC] Simplify CompilerType constructors/destructors and fix unused var...Raphael Isemann2020-01-011-6/+0
* [lldb] Support for DWARF-5 atomic typesRaphael Isemann2019-12-091-0/+6
* [lldb][NFC] Remove unused CompilerType memory functionsRaphael Isemann2019-11-271-167/+0
* [Symbol] Decouple clang from CompilerTypeAlex Langford2019-08-131-15/+0
* [CompilerType] Pass an ExecutionContextScope to GetTypeBitAlign.Davide Italiano2019-08-121-2/+2
* [Symbol] GetTypeBitAlign() should return None in case of failure.Davide Italiano2019-08-121-2/+2
* Revert "[CompilerType] Simplify the interface a bit more.."Davide Italiano2019-08-061-0/+6
* [CompilerType] Simplify the interface a bit more..Davide Italiano2019-08-061-6/+0
* [CompilerType] Remove an unused function.Davide Italiano2019-08-051-7/+0
* Fix integer literals which are cast to boolJonas Devlieghere2019-05-241-1/+1
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-2/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-14/+0
* Add an LLVM-style dump method to CompilerType for extra convenience during de...Adrian Prantl2019-03-071-0/+9
* Promote more debug-only assertions to regular assertions.Adrian Prantl2019-03-071-2/+0
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Replace auto -> llvm::Optional<uint64_t>Adrian Prantl2019-01-151-3/+3
* Make CompilerType::getBitSize() / getByteSize() return an optional result. NFCAdrian Prantl2019-01-151-35/+48
* [CompilerType] Simplify operator!=. NFCI.Davide Italiano2018-12-291-2/+1
* [CompilerType] Remove dead code. NFCI.Davide Italiano2018-12-291-10/+0
* Fix (and improve) the support for C99 variable length array typesAdrian Prantl2018-11-051-2/+4
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-15/+12
* Fix assertion in ClangASTContextPavel Labath2017-11-301-4/+3
* CompilerType: Add ability to retrieve an integral template argumentPavel Labath2017-11-131-4/+16
* Fix some warnings found by ToT clangPavel Labath2017-11-021-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-2/+2
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-2/+2
* Isolate Target-specific functionality of DataExtractor.Zachary Turner2017-03-031-4/+3
* Move classes from Core -> Utility.Zachary Turner2017-02-021-3/+3
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1032/+754
* Add SBType::GetArrayType() such that - given a type - one can make an array (...Enrico Granata2016-08-301-1/+10
* Made templates that have Enumeration values as arguments work correctly.Greg Clayton2016-06-241-0/+14
* Import block pointers from DWARF as Clang block pointers, not as structs.Sean Callanan2016-05-021-0/+7
* Rework the way in which ValueObjectChild decides how to update itself; this i...Enrico Granata2015-11-091-0/+8
* Extend the TypeSystem's ShouldPrintAsOneLiner implementation so that the Valu...Enrico Granata2015-11-091-2/+2
* Add a way for source languages to "mark" ValueObjects with language-specific ...Enrico Granata2015-11-091-2/+4
* Add SBType::IsAnonymousType() and relative plumbing in the debugger internalsEnrico Granata2015-11-071-0/+8
* Introduce the concept of a type that is meaningless without dynamic resolutio...Enrico Granata2015-10-201-0/+8
* Silence -Wqual-cast warnings from GCC 5.2Saleem Abdulrasool2015-10-181-1/+1
* Rename clang_type -> compiler_type for variables.Bruce Mitchener2015-09-241-9/+9
* Allow CompilerType to express a vote on whether oneliner printing should happenEnrico Granata2015-09-231-0/+8
* Add {TypeSystem|CompilerType}::GetTypeForFormatters()Enrico Granata2015-09-231-0/+7
* Use opaque_compiler_type_t in place of void*.Bruce Mitchener2015-09-231-2/+2
* Rename clang_type_t to opaque_compiler_type_t.Bruce Mitchener2015-09-221-1/+1
* Rename GetChildClangTypeAtIndex to GetChildCompilerTypeAtIndexBruce Mitchener2015-09-211-27/+27
* Reduce inclusion of clang headers.Bruce Mitchener2015-09-181-1/+0
* TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...Greg Clayton2015-09-171-1/+56
* Return false, not 0, for bools.Bruce Mitchener2015-09-161-1/+1
* Now that CompilerType uses a "TypeSystem *" and a "void *" instead of a "clan...Greg Clayton2015-09-091-0/+4
OpenPOWER on IntegriCloud