rust-bindgen icon indicating copy to clipboard operation
rust-bindgen copied to clipboard

Recusrse through type references to find argument names in some cases.

Open emilio opened this issue 5 years ago • 3 comments

This fixes the names in function-typedef-stdcall.h

We still keep the fallback introduced in the previous patch because the objective-c test that it fixed is not fixed by this (the cursors aren't even there).

emilio avatar May 15 '20 18:05 emilio

We still keep the fallback introduced in the previous patch because the objective-c test that it fixed is not fixed by this (the cursors aren't even there).

I could be probably be up to doing this. Is there a ticket written?

simlay avatar May 16 '20 06:05 simlay

I haven't filed because it wasn't clear to me it was fixable without upstream changes to libclang (I took a look and the clang cursors don't even seem there). But I filed #1786 anyhow.

emilio avatar May 16 '20 16:05 emilio

:umbrella: The latest upstream changes (presumably 9738fb9d0bafbc986412d695ec6933eda94dbe4f) made this pull request unmergeable. Please resolve the merge conflicts.

bors-servo avatar Oct 27 '21 17:10 bors-servo