summaryrefslogtreecommitdiff
path: root/bindgen-tests/tests/headers/virtual_inheritance.hpp
AgeCommit message (Collapse)Author
2022-12-07codegen: Do generate field offset checks for classes with multiple bases.Emilio Cobos Álvarez
The bug only affects virtual inheritance, so instead disable layout tests in the test that we know is broken. Not generating layout tests is wrong anyways, because the offset would be wrong.
2022-10-04split the repo into a workspaceChristian Poveda
remove `clap` dependency :tada: update the book installation instructions