This is an archive of the discontinued LLVM Phabricator instance.

[libclang]: visit C++17 if init statements
ClosedPublic

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

Details

Summary

This makes the previously unaccessible AST nodes for C++17 "if with
init statements" accessible to consumers of libclang.

Diff Detail

Event Timeline

milianw created this revision.Apr 15 2020, 8:40 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 15 2020, 8:40 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.