This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 5e97f3f298 Expose some type-conversion functions as part of the IRGen ABI. new d4ad3d7156 [libclang] Support for querying whether an enum is scoped new 2159be8cd5 Revert r307769 (Forgot to mention the name of the contributor). new 62dd545c92 [libclang] Support for querying whether an enum is scoped
The 3 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 | 9 +++++++++ bindings/python/tests/cindex/test_cursor.py | 16 ++++++++++++++++ include/clang-c/Index.h | 5 +++++ test/Index/print-type-declaration.cpp | 7 +++++++ tools/c-index-test/c-index-test.c | 2 ++ tools/libclang/CIndex.cpp | 9 +++++++++ tools/libclang/libclang.exports | 1 + 7 files changed, 49 insertions(+)