This is an archive of the discontinued LLVM Phabricator instance.

[python bindings] Fix Cursor.result_type for ObjC method declarations - Bug 36677
ClosedPublic

Authored by kjteske on Apr 15 2018, 8:43 AM.

Details

Summary

In cindex.py, Cursor.result_type called into the wrong libclang
function, causing cursors for ObjC method declarations to return invalid
result types. Fixes Bug 36677.

Diff Detail

Repository
rL LLVM

Event Timeline

kjteske created this revision.Apr 15 2018, 8:43 AM
jbcoe accepted this revision.Apr 15 2018, 11:40 AM
This revision is now accepted and ready to land.Apr 15 2018, 11:40 AM

First time llvm contributor here, so no commit access. @jbcoe, can you commit this for me?

jbcoe added a comment.Apr 22 2018, 1:49 PM

Congrats on your first patch! I can commit this for you.

This revision was automatically updated to reflect the committed changes.