[PATCH] D10833: Retrieve BinaryOperator::getOpcode and BinaryOperator::getOpcodeStr via libclang and its python interface
Arthur Peters via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Nov 16 11:26:00 PST 2019
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 posted on this issue since 2016 and I'm willing to make an attempt to get this merged. I have updated the revision to apply clearly on LLVM master (f897d087d09dbbccec3417f812109ed534b94248 <https://reviews.llvm.org/rGf897d087d09dbbccec3417f812109ed534b94248>) and I have updated and run all the tests.
I am happy to make other changes if needed to make this revision mergeable. Just tell me what's needed.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D10833/new/
https://reviews.llvm.org/D10833
More information about the cfe-commits
mailing list