]> granicus.if.org Git - clang/commit
[libclang] Introduce clang_Type_getCXXRefQualifier whichexposes ref-qualifier informa...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 11 Oct 2013 19:58:38 +0000 (19:58 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 11 Oct 2013 19:58:38 +0000 (19:58 +0000)
commit659837e0ce0f73c7fdd5941854be3500db2f4013
treee554d7dbe056decd00ae557bae3a0ee0991f9e5d
parent1d82b1a33bcfe85f4834fb6920517ed07e9355d3
[libclang] Introduce clang_Type_getCXXRefQualifier whichexposes ref-qualifier information of function type.

Patch by Che-Liang Chiou!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@192493 91177308-0d34-0410-b5e6-96231b3b80d8
bindings/python/clang/cindex.py
include/clang-c/Index.h
test/Index/print-type-cxx11.cpp [new file with mode: 0644]
tools/c-index-test/c-index-test.c
tools/libclang/CXType.cpp
tools/libclang/libclang.exports