]> granicus.if.org Git - clang/commit
[libclang 7/8] Add support for getting property setter and getter names
authorMichael Wu <mwu.code@gmail.com>
Fri, 3 Aug 2018 05:38:29 +0000 (05:38 +0000)
committerMichael Wu <mwu.code@gmail.com>
Fri, 3 Aug 2018 05:38:29 +0000 (05:38 +0000)
commita5e5a0f70484949bacbf6501df18392deacd3b87
treeae90faccada597f42b38eca9e0f76e23e8726937
parent1fc060c4f780c95c33a3724c1981bb5d3fbb9737
[libclang 7/8] Add support for getting property setter and getter names

Summary: This allows libclang to access the actual names of property setters and getters without needing to go through the indexer API. Usually default names are used, but the property can specify a different name.

Reviewers: yvvan, jbcoe

Reviewed By: yvvan

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D49634

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@338816 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang-c/Index.h
test/Index/property-getter-setter.m [new file with mode: 0644]
tools/c-index-test/c-index-test.c
tools/libclang/CIndex.cpp
tools/libclang/libclang.exports