PointCloudLibrary / clang-bind

Generate bindings for C++ code using clang (python bindings) and pybind11

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test via is_anonymous in generate.py

diivm opened this issue · comments

Fix todo:

# @TODO Fix this, `ANONYMOUS_kind` was removed, now test via `is_anonymous`
elif sub_item["cursor_kind"]["name"] in (
"ANONYMOUS_UNION_DECL",
"ANONYMOUS_STRUCT_DECL",
):

Planning to fix the todo here or in future? If future, please create issue

Originally posted by @kunaltyagi in #6 (comment)