summaryrefslogtreecommitdiff
path: root/test/Index/print-type.cpp
AgeCommit message (Expand)Author
2017-05-02Remove leftover test expectation from rL301902.Emilio Cobos Alvarez
2017-05-02[libclang] Revert rL301328 and add tests for the regressions introduced.Emilio Cobos Alvarez
2017-04-25[libclang] Check for a record declaration before a template specializationAlex Lorenz
2017-03-10Print nested name specifiers for typedefs and type aliasesAlex Lorenz
2016-12-16[libclang] Restore the CXXRecordDecl path for clang_Type_getNumTemplateArgume...Argyrios Kyrtzidis
2016-11-15[libclang] Generalize clang_getNumTemplateArguments and clang_getTemplateArgu...Argyrios Kyrtzidis
2016-05-03[libclang] Expose the ElaboratedTypeSergey Kalinichev
2016-04-27Expose cxx constructor and method properties through libclang and python bind...Jonathan Coe
2015-11-15[libclang] Expose AutoTypeSergey Kalinichev
2015-09-03[libclang] Return deduced type for auto type, not the one written in the source.Manuel Klimek
2015-04-13[libclang] Add functions to get information about fields.Argyrios Kyrtzidis
2015-01-29This reverts commit r227432, r227438 and r227448.Rafael Espindola
2015-01-29Fix Index/print-type.cpp test following r227432.Francois Pichet
2015-01-29libclang: Add three functions useful for dealing with anonymous fields:Francois Pichet
2014-04-09Handle difference in signedness of 'char' in test/Index/print-type.c{,pp}Anders Waldenborg
2014-04-09Make c-index-test -test-print-type include pointeekind for pointer typesAnders Waldenborg
2014-02-27libclang: New functions clang_Type_getNumTemplateArguments,Dmitri Gribenko
2013-12-12Switch to the new MingW ABI.Rafael Espindola
2013-10-03[libclang] Introduce clang_Type_getClassType which returns the class type of ...Argyrios Kyrtzidis
2013-07-23[libclang] Expose the rest of the array types.Argyrios Kyrtzidis
2013-06-08Revert "[Sema] Make FunctionType's TSI use unadjusted argument types"Reid Kleckner
2013-06-08[Sema] Make FunctionType's TSI use unadjusted argument typesReid Kleckner
2013-04-18[libclang] Report parameter array types as written in source, not decayed to ...Argyrios Kyrtzidis
2013-03-18[libclang] Modify clang_getCursorType to be able to handle a function templat...Argyrios Kyrtzidis
2013-02-15libclang: add clang_getTypeSpelling(CXType CT)Dmitri Gribenko