summaryrefslogtreecommitdiff
path: root/test/Index/print-type.cpp
Commit message (Expand)AuthorAgeFilesLines
* [libclang] Forward isInline for NamespaceDecl to libclangNikolai Kosjar2019-05-101-0/+3
* [libclang] Fix clang_Cursor_isAnonymousIvan Donchevskii2019-01-101-0/+16
* [libclang] Fix clang_Cursor_getNumArguments and clang_Cursor_getArgument for ...Ivan Donchevskii2018-11-271-0/+3
* [libclang] Return the proper pointee type for 'auto' deduced to pointerIvan Donchevskii2018-09-071-0/+3
* Remove leftover test expectation from rL301902.Emilio Cobos Alvarez2017-05-021-1/+0
* [libclang] Revert rL301328 and add tests for the regressions introduced.Emilio Cobos Alvarez2017-05-021-5/+5
* [libclang] Check for a record declaration before a template specializationAlex Lorenz2017-04-251-1/+7
* Print nested name specifiers for typedefs and type aliasesAlex Lorenz2017-03-101-69/+71
* [libclang] Restore the CXXRecordDecl path for clang_Type_getNumTemplateArgume...Argyrios Kyrtzidis2016-12-161-3/+21
* [libclang] Generalize clang_getNumTemplateArguments and clang_getTemplateArgu...Argyrios Kyrtzidis2016-11-151-1/+10
* [libclang] Expose the ElaboratedTypeSergey Kalinichev2016-05-031-2/+6
* Expose cxx constructor and method properties through libclang and python bind...Jonathan Coe2016-04-271-1/+1
* [libclang] Expose AutoTypeSergey Kalinichev2015-11-151-5/+5
* [libclang] Return deduced type for auto type, not the one written in the source.Manuel Klimek2015-09-031-1/+26
* [libclang] Add functions to get information about fields.Argyrios Kyrtzidis2015-04-131-3/+4
* This reverts commit r227432, r227438 and r227448.Rafael Espindola2015-01-291-3/+2
* Fix Index/print-type.cpp test following r227432.Francois Pichet2015-01-291-1/+1
* libclang: Add three functions useful for dealing with anonymous fields:Francois Pichet2015-01-291-2/+3
* Handle difference in signedness of 'char' in test/Index/print-type.c{,pp}Anders Waldenborg2014-04-091-1/+1
* Make c-index-test -test-print-type include pointeekind for pointer typesAnders Waldenborg2014-04-091-7/+7
* libclang: New functions clang_Type_getNumTemplateArguments,Dmitri Gribenko2014-02-271-29/+68
* Switch to the new MingW ABI.Rafael Espindola2013-12-121-2/+2
* [libclang] Introduce clang_Type_getClassType which returns the class type of ...Argyrios Kyrtzidis2013-10-031-0/+6
* [libclang] Expose the rest of the array types.Argyrios Kyrtzidis2013-07-231-0/+9
* Revert "[Sema] Make FunctionType's TSI use unadjusted argument types"Reid Kleckner2013-06-081-1/+1
* [Sema] Make FunctionType's TSI use unadjusted argument typesReid Kleckner2013-06-081-1/+1
* [libclang] Report parameter array types as written in source, not decayed to ...Argyrios Kyrtzidis2013-04-181-0/+5
* [libclang] Modify clang_getCursorType to be able to handle a function templat...Argyrios Kyrtzidis2013-03-181-0/+5
* libclang: add clang_getTypeSpelling(CXType CT)Dmitri Gribenko2013-02-151-0/+56