This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from e52b039707 Revert "[Driver] MinGW: Remove custom linker detection" new 420a3ebdce libclang: expose `clang_getCursorTLSKind`
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 | 26 +++++++++++++++++++ bindings/python/tests/cindex/test_tls_kind.py | 37 +++++++++++++++++++++++++++ include/clang-c/Index.h | 16 ++++++++++++ tools/libclang/CIndex.cpp | 16 ++++++++++++ tools/libclang/libclang.exports | 1 + 5 files changed, 96 insertions(+) create mode 100644 bindings/python/tests/cindex/test_tls_kind.py