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

guibufolo+llvm@gmail.com via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 31 07:37:34 PDT 2016


RedX2501 updated this revision to Diff 52204.
RedX2501 added a comment.

This should fix all the breaking tests.


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
  test/Index/blocks.c
  test/Index/c-index-api-loadTU-test.m
  test/Index/nested-binaryoperators.cpp
  test/Index/preamble.c
  test/Index/print-type.c
  test/Index/print-type.cpp
  test/Index/recursive-cxx-member-calls.cpp
  test/Index/remap-load.c
  test/Index/usrs.m
  tools/c-index-test/c-index-test.c
  tools/libclang/CIndex.cpp
  tools/libclang/libclang.exports

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D10833.52204.patch
Type: text/x-patch
Size: 213717 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160331/910310d3/attachment-0001.bin>


More information about the cfe-commits mailing list