Add libclang functions to determine the const/volatile/restrict
commite29ec43eb35e13b7004400b3b97354205f05ab5f
authorDouglas Gregor <doug.gregor@gmail.com>
Thu, 27 Jan 2011 16:27:11 +0000 (27 16:27 +0000)
committerDouglas Gregor <doug.gregor@gmail.com>
Thu, 27 Jan 2011 16:27:11 +0000 (27 16:27 +0000)
tree35cd709c463c840602b202f70d325d8644a3ffbe
parent340b80b8dc61a7ce9a6e23f5f471eba8c093fa92
Add libclang functions to determine the const/volatile/restrict
qualifiers on a CXType. Patch from Stefan Seefeld, test by me.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124377 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/CXType.cpp
tools/libclang/libclang.darwin.exports
tools/libclang/libclang.exports