[PATCH] D37577: [libclang] add 'clang_getCursorTLSKind'
Masud Rahman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 7 11:11:43 PDT 2017
frutiger created this revision.
Introduce the 'TLS Kind' property of variable declarations through
libclang. Additionally, provide a Python accessor for it, and test that
functionality.
https://reviews.llvm.org/D37577
Files:
bindings/python/clang/cindex.py
bindings/python/tests/cindex/test_tls_kind.py
include/clang-c/Index.h
tools/libclang/CIndex.cpp
tools/libclang/libclang.exports
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37577.114213.patch
Type: text/x-patch
Size: 3749 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170907/e4660e75/attachment.bin>
More information about the cfe-commits
mailing list