[cfe-dev] clang-c: Finding out whether a variable is TLS

Jacob Carlborg doob at me.com
Fri Mar 27 06:29:31 PDT 2015


On 2015-03-24 13:49, Yotam Rubin wrote:
> C++ libclang offers a getTLSKind for VarDecl's. There doesn't seem to an
> equivalent for libclang-c. Is this missing functionality, or am I
> overlooking something?

Hmm, I need this as well, I just forgot about it. I haven't been able to 
find function for getting this information. I cannot see that the 
"getTLSKind" method is called in any of the files inside the 
tools/libclang directory.

-- 
/Jacob Carlborg




More information about the cfe-dev mailing list