[PATCH] D70358: Add Cursor.get_reference_name_range to clang python binding.

2019-11-16 Thread Arthur Peters via Phabricator via cfe-commits
arthurp added a comment. This is my first new revision here, and I guessed on the review based solely on resent reviews of related code. Please correct me as needed. Thanks. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D70358/new/ https://reviews.

[PATCH] D70358: Add Cursor.get_reference_name_range to clang python binding.

2019-11-16 Thread Arthur Peters via Phabricator via cfe-commits
arthurp created this revision. arthurp added a reviewer: ilya-biryukov. Herald added subscribers: cfe-commits, arphaman. Herald added a project: clang. arthurp added a comment. This is my first new revision here, and I guessed on the review based solely on resent reviews of related code. Please c

[PATCH] D10833: Retrieve BinaryOperator::getOpcode and BinaryOperator::getOpcodeStr via libclang and its python interface

2019-11-16 Thread Arthur Peters via Phabricator via cfe-commits
arthurp commandeered this revision. arthurp added a reviewer: RedX2501. arthurp added a comment. I have been using this revision locally for 9 months in a system that uses libclang to parse C code and extract information. I'm commandeering this issue since the original author (@RedX2501) has not