[PATCH] D46383: implementing Cursor.get_included_file in python bindings

2018-05-08 Thread József Láz via Phabricator via cfe-commits
jlaz added a comment. @jbcoe could you commit this change? I don't have repository access for commit. Thank you. Repository: rC Clang https://reviews.llvm.org/D46383 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cg

[PATCH] D46383: implementing Cursor.get_included_file in python bindings

2018-05-03 Thread József Láz via Phabricator via cfe-commits
jlaz created this revision. Herald added a subscriber: cfe-commits. 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 Repository: rC Clang https://reviews.llvm.org/D46383 F