]> granicus.if.org Git - clang/commit
libclang: add clang_CXXMethod_isConst API that allows to determine if a C++
authorDmitri Gribenko <gribozavr@gmail.com>
Mon, 7 Apr 2014 14:59:13 +0000 (14:59 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Mon, 7 Apr 2014 14:59:13 +0000 (14:59 +0000)
commit97e10ae5775bc5a9d87ff864d86a9e6793d8099e
treec8ea30d20c3aadcdbeeba6837973042b4519f8cf
parent3d0e84831b4deb665ae1b684c206820d23077a58
libclang: add clang_CXXMethod_isConst API that allows to determine if a C++
member function or member function template is declared 'const'

Patch by Kevin Funk with testcase updates by me.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@205714 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang-c/Index.h
test/Index/load-classes.cpp
test/Index/recursive-cxx-member-calls.cpp
tools/c-index-test/c-index-test.c
tools/libclang/CIndex.cpp
tools/libclang/libclang.exports