]> granicus.if.org Git - clang/commit
libclang: add clang_getTypeSpelling(CXType CT)
authorDmitri Gribenko <gribozavr@gmail.com>
Fri, 15 Feb 2013 21:15:49 +0000 (21:15 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Fri, 15 Feb 2013 21:15:49 +0000 (21:15 +0000)
commitae03d8e52d81adbb98b31dd5c179abe45c91fc25
tree547cd7300d869024e2384f69d73e6ce2797de4f6
parent17c1a2e748d49d293c9926eeeb85aa4890182106
libclang: add clang_getTypeSpelling(CXType CT)

Adds a function clang_getTypeSpelling(CXType CT) that returns
a CXString containing the underlying type.

Patch by Ben Gertzfield.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175299 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang-c/Index.h
test/Index/print-type.c [new file with mode: 0644]
test/Index/print-type.cpp [new file with mode: 0644]
test/Index/print-type.m [new file with mode: 0644]
test/Index/print-typekind.c [deleted file]
test/Index/print-typekind.m [deleted file]
test/Index/vector-types.c [deleted file]
tools/c-index-test/c-index-test.c
tools/libclang/CXType.cpp
tools/libclang/libclang.exports