This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 563c0ec65e [Sema] Allow unmarked overloadable functions. new 34efc84dff [libclang] Support for querying the exception specification [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: bindings/python/clang/cindex.py | 44 ++++++++++++++ .../tests/test_exception_specification_kind.py | 27 +++++++++ include/clang-c/Index.h | 69 +++++++++++++++++++++- test/Index/get-cursor.cpp | 17 +++++- tools/c-index-test/c-index-test.c | 31 ++++++++++ tools/libclang/CXType.cpp | 18 ++++++ tools/libclang/libclang.exports | 2 + 7 files changed, 205 insertions(+), 3 deletions(-) create mode 100644 bindings/python/tests/test_exception_specification_kind.py