[llvm-bugs] [Bug 25663] New: [python binding] clang_visitChildren via get_children in cindex.py hangs indefinitely
via llvm-bugs
llvm-bugs at lists.llvm.org
Sat Nov 28 13:27:16 PST 2015
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: unassignedclangbugs at nondot.org
Reporter: sproberts92 at gmail.com
CC: klimek at google.com, llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20151128/f9b78acc/attachment.html>
More information about the llvm-bugs
mailing list