]> granicus.if.org Git - clang/commit
libclang: expose `clang_getCursorTLSKind`
authorSaleem Abdulrasool <compnerd@compnerd.org>
Wed, 13 Sep 2017 02:15:09 +0000 (02:15 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Wed, 13 Sep 2017 02:15:09 +0000 (02:15 +0000)
commit420a3ebdcee02758222bc4a11351e3a4083e6922
tree6eeb2226de56afa38a7c2a63e6629c563d909d25
parente52b0397073534d9de2806baada3baf3c6ad33de
libclang: expose `clang_getCursorTLSKind`

Introduce the 'TLS Kind' property of variable declarations through
libclang. Additionally, provide a Python accessor for it, and test that
functionality.

Patch by Masud Rahman!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@313111 91177308-0d34-0410-b5e6-96231b3b80d8
bindings/python/clang/cindex.py
bindings/python/tests/cindex/test_tls_kind.py [new file with mode: 0644]
include/clang-c/Index.h
tools/libclang/CIndex.cpp
tools/libclang/libclang.exports