adding function: Cursor.get_included_file , so the C API's clang_getIncludedFile function is available on the python binding interface
also adding test to unittests
related ticket: https://bugs.llvm.org/show_bug.cgi?id=15223
Paths
| Differential D46383
implementing Cursor.get_included_file in python bindings ClosedPublic Authored by jlaz on May 3 2018, 3:20 AM.
Details Summary adding function: Cursor.get_included_file , so the C API's clang_getIncludedFile function is available on the python binding interface related ticket: https://bugs.llvm.org/show_bug.cgi?id=15223
Diff Detail
Event TimelineThis revision is now accepted and ready to land.May 5 2018, 1:50 AM Comment Actions @jbcoe could you commit this change? I don't have repository access for commit. Closed by commit rL332045: implementing Cursor.get_included_file in python bindings (authored by jbcoe). · Explain WhyMay 10 2018, 2:43 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 146230 cfe/trunk/bindings/python/clang/cindex.py
cfe/trunk/bindings/python/tests/cindex/test_translation_unit.py
|