summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/Type.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Remove various dead Compare functionsAlex Langford2020-01-081-11/+0
* [lldb] Support for DWARF-5 atomic typesRaphael Isemann2019-12-091-0/+16
* [lldb] remove unsigned Stream::operator<< overloadsPavel Labath2019-11-261-1/+1
* Replace bitfield in lldb::Type with byte-sized members. (NFC)Adrian Prantl2019-11-181-26/+25
* Generalize FindTypes with CompilerContext to support fuzzy lookupAdrian Prantl2019-08-211-4/+39
* [Symbol] Remove unused clang headers from TypeAlex Langford2019-08-211-3/+0
* [Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford2019-07-301-32/+40
* SymbolVendor: Remove the type list memberPavel Labath2019-07-251-2/+0
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-1/+1
* Delete unnecessary copy ctors/copy assignment operatorsFangrui Song2019-05-151-24/+0
* Remove the TypePair classPavel Labath2019-03-261-54/+36
* Delete type_sp member from TypePairPavel Labath2019-03-151-5/+1
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-5/+5
* Make Type::GetByteSize optional (NFC)Adrian Prantl2019-01-291-29/+48
* Revert "Make Type::GetByteSize optional (NFC)"Adrian Prantl2019-01-281-48/+29
* Remove unimplemented functionAdrian Prantl2019-01-281-6/+0
* Make Type::GetByteSize optional (NFC)Adrian Prantl2019-01-281-29/+48
* 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-1/+2
* Make CompilerType::getBitSize() / getByteSize() return an optional result. NFCAdrian Prantl2019-01-151-1/+2
* Simplify ObjectFile::GetArchitecturePavel Labath2019-01-031-2/+1
* [Type] Simplify operator!=. NFC.Davide Italiano2018-12-301-2/+1
* [TypeName] Simplify operator!=. NFCI.Davide Italiano2018-12-301-5/+1
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-4/+1
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Fix (and improve) the support for C99 variable length array typesAdrian Prantl2018-11-051-1/+1
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-30/+19
* Fix some warnings found by ToT clangPavel Labath2017-11-021-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-1/+1
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-2/+2
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Improve Type::GetTypeScopeAndBasenameHelper and add unit testsTamas Berghammer2017-01-101-39/+48
* Make lldb -Werror clean for -Wstring-conversionDavid Blaikie2017-01-061-4/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1207/+944
* When creating typedefs, don't call Type::GetName() since that might recursive...Greg Clayton2016-03-291-4/+4
* Remove default case in switch which covers all enumeration valuesEd Maste2015-12-081-1/+0
* Trying to submit 254476 one more time. This implement -gmodule debugging supp...Greg Clayton2015-12-081-1/+33
* Revert "Added support for -gmodule debugging when debug info is left in the ....Tamas Berghammer2015-12-021-33/+1
* Added support for -gmodule debugging when debug info is left in the .o files ...Greg Clayton2015-12-021-1/+33
* Fixed TypeMemberFunctionImpl to not use clang types directly but use the new ...Greg Clayton2015-11-101-44/+15
* Silence -Wqual-cast warnings from GCC 5.2Saleem Abdulrasool2015-10-181-1/+1
* Rename clang_type -> compiler_type for variables.Bruce Mitchener2015-09-241-57/+57
* TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...Greg Clayton2015-09-171-26/+23
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-86/+30
* More abstraction to get almost all clang specific DWARF parsing code into Cla...Greg Clayton2015-08-181-1/+1
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-33/+33
* First step in getting LLDB ready to support multiple different type systems.Greg Clayton2015-08-111-22/+25
* Found an issue that was causing types to be completed much more often than th...Greg Clayton2015-06-151-6/+17
* Revert "Introduce a TypeSystem interface to support adding non-clang languages."Pavel Labath2015-06-081-25/+22
OpenPOWER on IntegriCloud