Summary
Create a list of class declarations that are found in the input headers but are not specified for wrapping in package_info.yaml. This is useful in large projects for checking wrapper coverage.
Some classes may be purposefully excluded from wrapping -- it will be useful to have syntax to mark these classes in package_info.yaml.
Also, throw if a class specified in package_info.yaml is not declared in the input headers.
Summary
Create a list of class declarations that are found in the input headers but are not specified for wrapping in
package_info.yaml. This is useful in large projects for checking wrapper coverage.Some classes may be purposefully excluded from wrapping -- it will be useful to have syntax to mark these classes in
package_info.yaml.Also, throw if a class specified in
package_info.yamlis not declared in the input headers.