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.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D49634
[libclang 7/8] Add support for getting property setter and getter names ClosedPublic Authored by michaelwu on Jul 21 2018, 10:50 AM.
Details 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.
Diff Detail Event Timelinemichaelwu retitled this revision from [libclang] Add support for getting property setter and getter names to [libclang 7/8] Add support for getting property setter and getter names.Jul 21 2018, 11:14 AM This revision is now accepted and ready to land.Jul 31 2018, 6:12 AM Closed by commit rC338816: [libclang 7/8] Add support for getting property setter and getter names (authored by mwu). · Explain WhyAug 2 2018, 10:38 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 156691 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
|