This is an archive of the discontinued LLVM Phabricator instance.

[libclang]: visit BindingDecl in DecompositionDecl
ClosedPublic

Authored by milianw on Apr 15 2020, 8:37 AM.

Details

Summary

This makes the BindingDecl accessible to consumers of libclang
as CXCursor_UnexposedDecl where previously these AST nodes were
not visited at all from the libclang API.

Diff Detail

Event Timeline

milianw created this revision.Apr 15 2020, 8:37 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 15 2020, 8:37 AM
milianw added a reviewer: Restricted Project.Apr 15 2020, 8:50 AM
bkramer accepted this revision.May 2 2020, 1:17 PM
bkramer added a subscriber: bkramer.

looks good

This revision is now accepted and ready to land.May 2 2020, 1:17 PM
This revision was automatically updated to reflect the committed changes.