[cfe-dev] Attributes on statements and expressions
Trevor Harmon
Trevor.W.Harmon at nasa.gov
Mon Apr 26 14:43:44 PDT 2010
On Apr 23, 2010, at 10:17 PM, Sean Hunt wrote:
> My Summer of Code project is to overhaul the way attributes are
> handled
> in clang. Adding attributes to statements is one of the parts of this
> project, in order to add support for the forthcoming C++0x standard.
Is your proposal available online somewhere?
> Once attributes are placed onto the Stmt nodes, it would then be the
> responsibility of the CodeGen module to encode attribute information
> into the LLVM IR.
Would the attribute information be encoded as LLVM metadata (MDNode)?
Let me know if there's any way I can help in this effort.
Trevor
More information about the cfe-dev
mailing list