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: unassignedclangb...@nondot.org
          Reporter: jiacan...@kingsgroupgames.com
                CC: kli...@google.com, llvm-bugs@lists.llvm.org,
                    richard-l...@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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to