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

Argyrios Kyrtzidis via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 9 12:47:25 PST 2015


The patch causes tests to fail, please look into it.

> On Dec 8, 2015, at 10:20 PM, guibufolo+llvm at gmail.com wrote:
> 
> RedX2501 updated this revision to Diff 42267.
> RedX2501 added a comment.
> 
> Added explicit integer assignment to enum to emphasize api contract behaviour.
> 
> 
> http://reviews.llvm.org/D10833
> 
> Files:
>  bindings/python/clang/cindex.py
>  bindings/python/tests/cindex/test_cursor.py
>  include/clang-c/Index.h
>  include/clang/AST/OperationKinds.h
>  test/Index/binop.cpp
>  tools/c-index-test/c-index-test.c
>  tools/libclang/CIndex.cpp
> 
> <D10833.42267.patch>



More information about the cfe-commits mailing list