[cfe-dev] How to design my own annotation language?

Caitlin Sadowski supertri at google.com
Thu Jul 14 13:51:45 PDT 2011


You may find the following link helpful:

http://clang.llvm.org/docs/InternalsManual.html#AddingAttributes

Cheers,

Caitlin

On Thu, Jul 7, 2011 at 4:12 PM, hunter <god.son2046 at yahoo.com.cn> wrote:
> Hi All,
>
> I hope to have a try to design some annotations for C or C++. But I am new
> to Clang and wandering where I should start with, e.g. how to parse the
> annotations and how the compiler react at compiler-time when it sees the
> annotations. Could anyone give some advice?
>
> Thanks in advance!
>
> Best,
> Chen
>
> --
> View this message in context: http://clang-developers.42468.n3.nabble.com/How-to-design-my-own-annotation-language-tp3149984p3149984.html
> Sent from the Clang Developers mailing list archive at Nabble.com.
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>



More information about the cfe-dev mailing list