summaryrefslogtreecommitdiff
path: root/tests/headers/call-conv-field.h
AgeCommit message (Collapse)Author
2022-10-04split the repo into a workspaceChristian Poveda
remove `clap` dependency :tada: update the book installation instructions
2018-04-03Now that we have stuff that depends on libclang-5 we need to do this.Emilio Cobos Álvarez
2017-10-11Make the default target for expectation files as x86_64-unknown-linuxLiran Ringel
2017-07-25s/servo/rust-lang-nursery/ \o/Nick Fitzgerald
Fixes #852
2017-05-24Only run call-conv-field.h test on linuxNick Fitzgerald
This is a temporary work around for issue #593 and this test failing on MacOS because we don't currently handle when bindgen's target OS is not the same as the emitted bindings' target OS.
2017-03-01tests: Mark the new test as unstable, since it seems to fail in 3.8.Emilio Cobos Álvarez
And I don't want nor have the time to debug it right now.
2017-03-01Follow proper derive rules for function pointers.Emilio Cobos Álvarez
2017-03-01Fix calling convention propagation for function pointers.Emilio Cobos Álvarez
This sucks, but works. The full solution is a refactoring that needs more thought than the time I'm able to dedicate to bindgen right now, see the comment for details. Signed-off-by: Emilio Cobos Álvarez <emilio@crisal.io>