[cfe-dev] Declarator object

Nadeem Ahmad nahmad.unsw at gmail.com
Thu Oct 28 09:49:34 PDT 2010


Hi all:

I have a question. I am adding new attributes to C++ for functions. Consider
the following examples:

*void foo UNSW ( ) { }*

UNSW is an additional attribute associated with the function "foo". I am
planning to add it to the *Declarator *object associated with the function
so I can access it for type checking process. Is this the right direction to
keep the attribute information for the Semantic analysis phase?

-- 
Regards,

Khan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20101028/4323a506/attachment.html>


More information about the cfe-dev mailing list