]> granicus.if.org Git - clang/commit
Add libclang functions to determine the const/volatile/restrict
authorDouglas Gregor <dgregor@apple.com>
Thu, 27 Jan 2011 16:27:11 +0000 (16:27 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 27 Jan 2011 16:27:11 +0000 (16:27 +0000)
commite72fb6f40231a1e8372c7576b69f06f0a1eb28a7
tree35cd709c463c840602b202f70d325d8644a3ffbe
parent9319b56154cfd9e3c781e54d2ee1c10c5858efed
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