]> granicus.if.org Git - clang/commit
Add CXType support for FunctionNoProto and FunctionProto types. This includes adding...
authorTed Kremenek <kremenek@apple.com>
Mon, 21 Jun 2010 20:15:39 +0000 (20:15 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 21 Jun 2010 20:15:39 +0000 (20:15 +0000)
commit04c3cf35a80c09ab78e519f2e71ecccd5c5d8da0
tree27d6d2f74752bee780953bb12e77ce2266ce41f4
parentb4954a4175b36d912bdfc43834d09754faddd855
Add CXType support for FunctionNoProto and FunctionProto types.  This includes adding a new
function, clang_getResultType(), which returns the result type of the function type.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@106459 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang-c/Index.h
test/Index/print-typekind.c
tools/c-index-test/c-index-test.c
tools/libclang/CXTypes.cpp
tools/libclang/libclang.darwin.exports
tools/libclang/libclang.exports