summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/TypeSystem.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Support for DWARF-5 atomic typesRaphael Isemann2019-12-091-0/+4
* [lldb][NFC] Move TypeSystem RTTI to static variable to remove swift referenceRaphael Isemann2019-11-271-2/+0
* Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-221-0/+18
* Revert Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-221-17/+0
* Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-221-0/+17
* Revert "[CompilerType] Simplify the interface a bit more.."Davide Italiano2019-08-061-0/+4
* [CompilerType] Simplify the interface a bit more..Davide Italiano2019-08-061-4/+0
* [Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford2019-07-301-49/+125
* 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
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-1/+1
* Provide a default implementation of TypeSystem::GetNumTemplateArgumentsFrederic Riss2018-08-301-0/+4
* Fix assertion in ClangASTContextPavel Labath2017-11-301-3/+3
* CompilerType: Add ability to retrieve an integral template argumentPavel Labath2017-11-131-0/+17
* [TypeSystem] Reduce code duplication merging two almost identical functions.Davide Italiano2017-08-311-14/+9
* [lldb] Fix typos in file headersAlexander Shaposhnikov2016-11-261-0/+9
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-207/+153
* Add SBType::GetArrayType() such that - given a type - one can make an array (...Enrico Granata2016-08-301-0/+6
* second pass over removal of Mutex and ConditionSaleem Abdulrasool2016-05-191-9/+6
* Refinement of r260624. It is possible somebody might try to add to the mapJim Ingham2016-02-151-6/+20
* When calling TypeSystemMap::Clear, objects being destroyed in the process of Jim Ingham2016-02-121-2/+20
* Take 2: Use an artifical namespace so that member vars do not hide local vars.Siva Chandra2016-02-051-1/+3
* Revert "Use an artifical namespace so that member vars do not hide local vars."Siva Chandra2016-02-041-3/+1
* Use an artifical namespace so that member vars do not hide local vars.Siva Chandra2016-02-041-1/+3
* Change DeclContextFindDeclByName to return a vector of CompilerDecl objects. ...Greg Clayton2015-12-081-0/+8
* Fixed TypeMemberFunctionImpl to not use clang types directly but use the new ...Greg Clayton2015-11-101-0/+30
* Extend the TypeSystem's ShouldPrintAsOneLiner implementation so that the Valu...Enrico Granata2015-11-091-1/+1
* Add SBType::IsAnonymousType() and relative plumbing in the debugger internalsEnrico Granata2015-11-071-0/+6
* Introduce the concept of a type that is meaningless without dynamic resolutio...Enrico Granata2015-10-201-0/+6
* Moved the target specific ClangASTContext initialization over into ClangASTCo...Greg Clayton2015-10-081-2/+114
* Allow CompilerType to express a vote on whether oneliner printing should happenEnrico Granata2015-09-231-0/+6
* Add {TypeSystem|CompilerType}::GetTypeForFormatters()Enrico Granata2015-09-231-0/+5
* Use opaque_compiler_type_t in place of void*.Bruce Mitchener2015-09-231-6/+6
* TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...Greg Clayton2015-09-171-0/+61
* Use LLVM casting for TypeSystem so you can cast it to subclasses.Greg Clayton2015-09-081-1/+2
* Major DWARF cleanup.Greg Clayton2015-08-261-1/+0
* More abstraction to get almost all clang specific DWARF parsing code into Cla...Greg Clayton2015-08-181-1/+2
* Added missing files from checking regarding:Greg Clayton2015-08-111-0/+20
* Revert "Introduce a TypeSystem interface to support adding non-clang languages."Pavel Labath2015-06-081-20/+0
* Introduce a TypeSystem interface to support adding non-clang languages.Pavel Labath2015-06-081-0/+20
OpenPOWER on IntegriCloud