neslib / Chet

C Header Translator for Delphi
BSD 2-Clause "Simplified" License
204 stars 43 forks source link

Anonymous Unions #16

Closed jarroddavis68 closed 1 year ago

jarroddavis68 commented 1 year ago

PSDL_RWops::(unnamed at C:\Dev\Utils\Chet\projects\SDL\includes\SDL_rwops.h:109:13) = ^SDL_RWops::(unnamed at C:\Dev\Utils\Chet\projects\SDL\includes\SDL_rwops.h:109:13);

I'm getting a lot of these type of things now? Does not seem to handle anonymous unions any longer?

neslib commented 1 year ago

This issue was introduced by a new version of libclang. It should be fixed now.