[PATCH] D34091: Support for querying the exception specification type through libclang

Andrew J. Bennieston via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Jun 11 13:38:28 PDT 2017


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/test_exception_specification_kind.py
  include/clang-c/Index.h
  test/Index/get-cursor.cpp
  tools/c-index-test/c-index-test.c
  tools/libclang/CXType.cpp
  tools/libclang/libclang.exports

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34091.102137.patch
Type: text/x-patch
Size: 15070 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170611/1d7934f3/attachment-0001.bin>


More information about the cfe-commits mailing list