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
Differential D46383
implementing Cursor.get_included_file in python bindings jlaz on May 3 2018, 3:20 AM. Authored by
Details 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 TimelineComment Actions @jbcoe could you commit this change? I don't have repository access for commit. |