[cfe-dev] Semantic Analysis in Clang

madil90 madil90 at gmail.com
Thu Jan 24 03:49:31 PST 2013


Hi,
   I am looking to perform some semantic analysis in clang. More
specifically, I want to know whether a function exists for a certain type.
The function is global. e.g.

String toString(A a);

    I want to differentiate that this function exists for type A and not for
type B. I have built an AST and am parsing it. How can I achieve this?
(Whenever I encounter a type)

Regards,
Adil



--
View this message in context: http://clang-developers.42468.n3.nabble.com/Semantic-Analysis-in-Clang-tp4030012.html
Sent from the Clang Developers mailing list archive at Nabble.com.



More information about the cfe-dev mailing list