[PATCH] D15469: Expose cxx constructor and method properties through libclang and python bindings.
Jonathan B Coe via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 11 14:11:16 PDT 2016
jbcoe updated this revision to Diff 53316.
jbcoe added a comment.
This revision is now accepted and ready to land.
Remove `isDeleted` as it needs to be added for non-member functions.
I will add `isDeleted` as an isolated follow up patch.
http://reviews.llvm.org/D15469
Files:
bindings/python/clang/cindex.py
bindings/python/tests/cindex/test_cursor.py
include/clang-c/Index.h
test/Index/availability.cpp
test/Index/file-refs.cpp
test/Index/get-cursor.cpp
test/Index/index-file.cpp
test/Index/load-classes.cpp
test/Index/print-type.cpp
test/Index/recursive-cxx-member-calls.cpp
test/Parser/skip-function-bodies.mm
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: D15469.53316.patch
Type: text/x-patch
Size: 22879 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160411/bd489b8c/attachment-0001.bin>
More information about the cfe-commits
mailing list