You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(experimental): You can now specify more than one regex
to match against types that expand to pointers
Bug Fixes:
Fix handling nested anonymous records, as long as the version
of libclang that is being used has the right set of features.
Fix how forward declared structures and unions are handled
Fix handling of c names with capitalization
Change how system headers are incorporated, which fixes some
setups where a version mismatch between the system headers
and the clang version causes problems.