[PATCH] D37577: [libclang] add 'clang_getCursorTLSKind'

Nikolai Kosjar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 12 00:05:18 PDT 2017


nik added inline comments.


================
Comment at: include/clang-c/Index.h:2840
+/**
+ * \brief Describe the "TLS kind" of the declaration referred to by a cursor.
+ */
----------------
I was wondering what "TLS" is and had to look it up. If not adapting the function and enum name, then maybe at least write it out once in the documentation.



https://reviews.llvm.org/D37577





More information about the cfe-commits mailing list