[PATCH] D49634: [libclang] Add support for getting property setter and getter names
Michael Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Jul 21 10:50:14 PDT 2018
michaelwu created this revision.
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.
Repository:
rC Clang
https://reviews.llvm.org/D49634
Files:
include/clang-c/Index.h
test/Index/property-getter-setter.m
tools/c-index-test/c-index-test.c
tools/libclang/CIndex.cpp
tools/libclang/libclang.exports
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49634.156679.patch
Type: text/x-patch
Size: 4667 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180721/5c9f1eda/attachment.bin>
More information about the cfe-commits
mailing list