[llvm-bugs] [Bug 48868] New: clang python binding: please add ‘AccessSpecifier’ enum into __all__
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Jan 25 00:33:51 PST 2021
https://bugs.llvm.org/show_bug.cgi?id=48868
Bug ID: 48868
Summary: clang python binding: please add ‘AccessSpecifier’
enum into __all__
Product: clang
Version: unspecified
Hardware: PC
OS: All
Status: NEW
Severity: enhancement
Priority: P
Component: libclang
Assignee: unassignedclangbugs at nondot.org
Reporter: jiacan.li at kingsgroupgames.com
CC: klimek at google.com, llvm-bugs at lists.llvm.org,
richard-llvm at metafoo.co.uk
I wish to use clang python binding in my tool chain to auto generate binding
code between c++ and lua.
but, clang python binding does not expose ‘AccessSpecifier’ enum in __all__
field. so client code can not use it to determine whether a member is public or
private or protected.
can you please add ‘AccessSpecifier’ enum into __all__ ?
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210125/6bcc3269/attachment.html>
More information about the llvm-bugs
mailing list