https://llvm.org/bugs/show_bug.cgi?id=25663

            Bug ID: 25663
           Summary: [python binding] clang_visitChildren via get_children
                    in cindex.py hangs indefinitely
           Product: clang
           Version: 3.7
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: libclang
          Assignee: unassignedclangb...@nondot.org
          Reporter: sprobert...@gmail.com
                CC: kli...@google.com, llvm-bugs@lists.llvm.org
    Classification: Unclassified

Hangs indefinitely on the following line in Cursor.get_children():
conf.lib.clang_visitChildren(self, callbacks['cursor_visit'](visitor),children)

Using Python 2.7.10, clang 3.7.0, Windows 10.0.10586.

Trying the first example given here:
http://eli.thegreenplace.net/2011/07/03/parsing-c-in-python-with-clang

Sorry, thats not much information, please let me know what else I can provide.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to