]> granicus.if.org Git - clang/commit
[libclang] Introduce clang_Type_getClassType which returns the class type of a member...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 3 Oct 2013 16:19:23 +0000 (16:19 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Thu, 3 Oct 2013 16:19:23 +0000 (16:19 +0000)
commit367e8fe3ef5bcf5e3c9855364560b89f7a1e9145
tree121ee8cd98d1063c51619a7abf0ed2fc702853c6
parentc11b389556d4feec943ced7eeb3125a598d3bba4
[libclang] Introduce clang_Type_getClassType which returns the class type of a member pointer type.

Patch by Che-Liang Chiou!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191906 91177308-0d34-0410-b5e6-96231b3b80d8
bindings/python/clang/cindex.py
include/clang-c/Index.h
test/Index/print-type.cpp
tools/libclang/CXType.cpp
tools/libclang/libclang.exports