ctypeslib icon indicating copy to clipboard operation
ctypeslib copied to clipboard

anonymous structs and unions fix

Open dgarnier opened this issue 5 months ago • 0 comments

In at least clang-17, anonymous unions which were given no name in libclang, are now give with a name like (anonymous at filename.h:23:2). This obviously breaks. This patch fixes the problem with a light touch that should work either way, but only tested with clang-17. This should fix Issue #135

dgarnier avatar Sep 06 '24 02:09 dgarnier