Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Libclang visit cxx17 ast nodes #1393

Merged
merged 2 commits into from
Jun 30, 2020
Merged

Libclang visit cxx17 ast nodes #1393

merged 2 commits into from
Jun 30, 2020

Conversation

jkorous-apple
Copy link

rdar://problem/64639456

milianw added 2 commits June 29, 2020 17:34
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.

Differential Revision: https://reviews.llvm.org/D78213
This makes the previously unaccessible AST nodes for C++17 "if with
init statements" accessible to consumers of libclang.

Differential Revision: https://reviews.llvm.org/D78214
@jkorous-apple jkorous-apple requested review from akyrtzi and hyp June 30, 2020 00:36
@jkorous-apple
Copy link
Author

@swift-ci please test

@jkorous-apple jkorous-apple merged commit 4ebea46 into swiftlang:apple/stable/20200108 Jun 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants