summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBType.cpp
Commit message (Expand)AuthorAgeFilesLines
* Data formatters: Look through array element typedefsJaroslav Sevcik2020-01-101-2/+4
* Remove the is_mangled flag from Mangled and SymbolAdrian Prantl2019-10-091-1/+1
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-8/+8
* [Reproducers] Capture return values of functions returning by ptr/refJonas Devlieghere2019-04-031-4/+4
* [lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny2019-03-191-0/+114
* Add "operator bool" to SB APIsPavel Labath2019-03-111-0/+16
* [SBAPI] Log from record macroJonas Devlieghere2019-03-071-1/+0
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-1/+1
* [Reproducers] Add SBReproducer macrosJonas Devlieghere2019-03-061-50/+248
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-37/+37
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-2/+4
* 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-4/+4
* [API] Remove redundants get() from smart pointers. NFCJonas Devlieghere2018-12-201-12/+12
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-4/+4
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-3/+3
* Fix assertion in ClangASTContextPavel Labath2017-11-301-1/+1
* CompilerType: Add ability to retrieve an integral template argumentPavel Labath2017-11-131-9/+19
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-2/+2
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-726/+495
* Add SBType::GetArrayType() such that - given a type - one can make an array (...Enrico Granata2016-08-301-0/+8
* Fixed TypeMemberFunctionImpl to not use clang types directly but use the new ...Greg Clayton2015-11-101-0/+25
* Add SBType::IsAnonymousType() and relative plumbing in the debugger internalsEnrico Granata2015-11-071-0/+8
* Rename clang_type -> compiler_type for variables.Bruce Mitchener2015-09-241-3/+3
* Reduce inclusion of clang headers.Bruce Mitchener2015-09-181-2/+0
* TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...Greg Clayton2015-09-171-0/+1
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-37/+18
* Convert GetNumTemplateArguments() and GetTemplateArgument() to be instance fu...Enrico Granata2015-08-131-3/+3
* ClangASTType is now CompilerType.Greg Clayton2015-08-111-36/+36
* First step in getting LLDB ready to support multiple different type systems.Greg Clayton2015-08-111-12/+17
* Revert "Introduce a TypeSystem interface to support adding non-clang languages."Pavel Labath2015-06-081-17/+12
* Introduce a TypeSystem interface to support adding non-clang languages.Pavel Labath2015-06-081-12/+17
* Add logic to ClangASTType and SBType to discover information about vector typesEnrico Granata2015-01-281-1/+22
* Preparatory infrastructural work to support dynamically determining sizes of ...Enrico Granata2015-01-281-1/+1
* Add a few functions to SBType to handle arrays and typedefs. Fixes rdar://126...Enrico Granata2014-10-281-1/+23
* Fix a problem where an SBType was advertising its static type class even thou...Enrico Granata2014-10-231-1/+1
* Expose the type-info flags at the public API layer. These flags provide much ...Enrico Granata2014-10-211-0/+8
* Fix a problem where LLDB was constructing a TypeImpl marking the dynamic type...Enrico Granata2014-10-061-1/+1
* Extend the member function discovery APIs to also support Objective-C as well...Enrico Granata2014-09-191-7/+31
* Change SBType.GetMemberFunctionAtIndex() to return an object describing the m...Enrico Granata2014-09-151-4/+95
* Add logic to LLDB to figure out the types of member functions of C++ classes....Enrico Granata2014-09-121-0/+22
* Add support for inspecting enum members.Todd Fiala2014-06-021-0/+24
* Introduce the concept of a "display name" for typesEnrico Granata2014-05-171-0/+8
* Added the ability to get the type that a typedef points to via:Greg Clayton2014-01-231-0/+8
* <rdar://problem/15144376>Enrico Granata2013-10-291-37/+41
* string.h and clang headers are apparently no longer necessary for SBType to c...Enrico Granata2013-10-151-6/+0
* Huge change to clean up types.Greg Clayton2013-07-111-127/+73
* Implemented a types.py module that allows types to be inspected for padding.Greg Clayton2013-06-191-0/+12
OpenPOWER on IntegriCloud