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

Report on C++ visibility and other attributes

Open adetaylor opened this issue 10 months ago • 0 comments

This change reports extra C++ information about items:

  • Whether methods are virtual or pure virtual or neither
  • Whether a method is a "special member", e.g. a move constructor
  • Whether a method is defaulted or deleted
  • C++ visibility (for structs, enums, unions and methods)

It builds on top of #3145.

Once #3139 is merged, a follow up PR should enhance the test to cover those cases too.

Part of https://github.com/google/autocxx/issues/124

adetaylor avatar Feb 21 '25 17:02 adetaylor