Skip to content

Commit

Permalink
[clang_utils.py] add objc_type_encoding to ignore list
Browse files Browse the repository at this point in the history
  • Loading branch information
diivm committed Jun 16, 2021
1 parent dcac8f9 commit 36350bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bindings/python/scripts/clang_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ def __init__(self, object):
"get_address_space",
"get_typedef_name",
"tls_kind",
"objc_type_encoding"
]

# populate dicts
Expand Down

0 comments on commit 36350bf

Please sign in to comment.