ajbennieston accepted this revision.
ajbennieston added a comment.
This revision is now accepted and ready to land.
Looks good to me.
Repository:
rL LLVM
https://reviews.llvm.org/D37378
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http
ajbennieston added a comment.
Jon, by all means go ahead!
https://reviews.llvm.org/D34091
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
ajbennieston updated this revision to Diff 102934.
ajbennieston added a comment.
V3 with indentation and punctuation fixes.
https://reviews.llvm.org/D34091
Files:
bindings/python/clang/cindex.py
bindings/python/tests/cindex/test_exception_specification_kind.py
include/clang-c/Index.h
te
ajbennieston updated this revision to Diff 102707.
ajbennieston added a comment.
Fixes for review comments.
https://reviews.llvm.org/D34091
Files:
bindings/python/clang/cindex.py
bindings/python/tests/cindex/test_exception_specification_kind.py
include/clang-c/Index.h
test/Index/get-cur
ajbennieston created this revision.
This patch exposes the exception specification type (noexcept, etc.) of a C++
function through libclang and Python clang.cindex.
Repository:
rL LLVM
https://reviews.llvm.org/D34091
Files:
bindings/python/clang/cindex.py
bindings/python/tests/cindex/te