aboutsummaryrefslogtreecommitdiff
path: root/test/Index/print-typekind.c
AgeCommit message (Expand)Author
2013-02-15libclang: add clang_getTypeSpelling(CXType CT)Dmitri Gribenko
2012-04-11[libclang] Introduce a couple of functions to make it convenientArgyrios Kyrtzidis
2011-10-05Expose more statement, expression, and declaration kinds in libclang,Douglas Gregor
2011-09-27[libclang] Expose array size and element type, patch by Vinay Sajip!Argyrios Kyrtzidis
2011-01-27Add libclang functions to determine the const/volatile/restrictDouglas Gregor
2011-01-24Eliminate the use of getTypeForDecl from clang_getCursorType() andDouglas Gregor
2010-10-02Teach clang_getCursorType() about base specifiers and other referencesDouglas Gregor
2010-07-30Add clang_isPODType() for querying if the CXType is POD. Implements <rdar://...Ted Kremenek
2010-06-21Add CXType support for FunctionNoProto and FunctionProto types. This include...Ted Kremenek
2010-05-14Add CXType and an initial set of supporting functions to libclang. This expo...Ted Kremenek