[cfe-dev] implementing language extensions in clang
david raila
raila at illinois.edu
Thu Oct 1 13:24:35 PDT 2009
I am adding extensions to clang for annotating c++ and doing some
static analysis and checking.
Need at least one new type, annotations (after) declarations and methods
to start.
Are there some guidelines and/or can someone give some advice?
The plan is currently:
1. Mod clang to digest the syntax and ignore the extensions.
2. Add static analysis and type checking w.r.t. the new constructs and
attributes.
Thanks,
dkr
More information about the cfe-dev
mailing list