[cfe-dev] Instances of Variable Usage (SSA form)

madil90 madil90 at gmail.com
Thu Oct 18 23:21:51 PDT 2012


Hi,
   I want to use clang to find out all the instances of a variable usage.
e.g. I want to find out every place where the variable 'x' was used? I know
that, in theory, this problem can be solved using the SSA form. How can I do
this in clang?

Regards,
Adil



--
View this message in context: http://clang-developers.42468.n3.nabble.com/Instances-of-Variable-Usage-SSA-form-tp4027566.html
Sent from the Clang Developers mailing list archive at Nabble.com.



More information about the cfe-dev mailing list