This is an archive of the discontinued LLVM Phabricator instance.

[bindings] add Cursor.linkage
ClosedPublic

Authored by frutiger on Sep 7 2017, 8:52 AM.

Details

Reviewers
hans
compnerd
Summary

Add Python bindings for the 'clang_getCursorLinkage', and tests to
validate the functionality.

Diff Detail

Event Timeline

frutiger created this revision.Sep 7 2017, 8:52 AM
frutiger added a subscriber: cfe-commits.
frutiger updated this revision to Diff 114257.Sep 7 2017, 2:32 PM

Export 'LinkageKind' in 'all'. Use consistent quotes in test drivers.

compnerd accepted this revision.Sep 11 2017, 9:05 AM
This revision is now accepted and ready to land.Sep 11 2017, 9:05 AM
frutiger updated this revision to Diff 115246.Sep 14 2017, 10:47 AM

Rebased on top of the latest master.

@compnerd if nothing else remains here, I would also appreciate it if you could merge this. Thanks!

Sure, Ill get this merged shortly.

compnerd closed this revision.Sep 22 2017, 11:36 AM

SVN r314009