This is an archive of the discontinued LLVM Phabricator instance.

[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

Repository
rC Clang

Event Timeline

michaelwu created this revision.Jul 21 2018, 10:50 AM
michaelwu 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
michaelwu set the repository for this revision to rC Clang.
yvvan accepted this revision.Jul 31 2018, 6:12 AM
This revision is now accepted and ready to land.Jul 31 2018, 6:12 AM

The patch will be adjusted slightly to replace a // comment with a /* */ comment.

This revision was automatically updated to reflect the committed changes.