Dear all:<br><br>I am new to the clang. I am trying to parse the following expression:<br><br>int foo() unsw { }<br><br>I am able to catch the variable "unsw" in the parse::ParseDeclGroup(). After consuming the token "unsw" using ConsumeToken(), I need to add it in the AST. My understanding is that I have to add some action in the Sema, most probably in the SemaDecl.cpp. Am I in the right direction? Any hint for me to put me in the right direction.<br>
<br><br>Thanks<br><br>Agha<br><br><br><br>