kjteske added a comment.
Thanks for the review @jbcoe , could you commit this for me?
Repository:
rC Clang
https://reviews.llvm.org/D51299
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-
kjteske created this revision.
Herald added a subscriber: cfe-commits.
Expose the C bindings for clang_Type_getNumTemplateArguments()
and clang_Type_getTemplateArgumentAsType() in the python API.
Repository:
rC Clang
https://reviews.llvm.org/D51299
Files:
bindings/python/clang/cindex.py
kjteske added a comment.
First time llvm contributor here, so no commit access. @jbcoe, can you commit
this for me?
Repository:
rC Clang
https://reviews.llvm.org/D45671
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.or
kjteske created this revision.
Herald added a subscriber: cfe-commits.
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.
Repository:
rC Clang
https://reviews.llvm.org/D45671