Skip to content

#571: Allow ast_dump to print builtins; filter builtins locally #604

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

Merged
merged 1 commit into from
Mar 31, 2017

Conversation

tsliang
Copy link

@tsliang tsliang commented Mar 31, 2017

This should resolve #571. As discussed with @fitzgen I have moved the builtin-filtering out of ast_dump itself; this logic now happens at the point of call in src/lib.rs

@fitzgen
Copy link
Member

fitzgen commented Mar 31, 2017

@tsliang This looks great! Would you mind rebasing on top of master, rather than including a merge commit? Thanks!

@tsliang
Copy link
Author

tsliang commented Mar 31, 2017

@fitzgen done!

@fitzgen
Copy link
Member

fitzgen commented Mar 31, 2017

Thanks!

@bors-servo r+

@bors-servo
Copy link

📌 Commit cd23273 has been approved by fitzgen

@bors-servo
Copy link

⌛ Testing commit cd23273 with merge d4fce37...

bors-servo pushed a commit that referenced this pull request Mar 31, 2017
This should resolve #571. As discussed with @fitzgen I have moved the builtin-filtering out of `ast_dump` itself; this logic now happens at the point of call in `src/lib.rs`
@bors-servo
Copy link

☀️ Test successful - status-travis
Approved by: fitzgen
Pushing d4fce37 to master...

@bors-servo bors-servo merged commit cd23273 into rust-lang:master Mar 31, 2017
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.

Filtering out builtins from --emit-clang-ast only half-works
4 participants