[cfe-dev] c++ templates

Andrew Sutton andrew.n.sutton at gmail.com
Sat Nov 15 08:05:49 PST 2008


>
> Attached is a very (VERY) preliminary stab at the beginning of template
> parsing for clang. It's not complete, it doesn't do anything, there's no AST
> stuff, I haven't even considered scopes and name resolution, etc., etc. It
> just recognizes "template <...>". I had hoped to spend some spare time, an
> hour or so a day (whenever possible) to continue working on this. Please
> bear in mind that a) I've never worked on a real compiler before and b) I
> probably don't fully understand the requirements of what I'm working on.
>
> I hope this is an adequate start.
>

What should I be doing with the templates patch? Its growing steadily larger
and I'll probably get to a point soon where I have to step on a lot of code
to get anything else built.

Andrew Sutton
andrew.n.sutton at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20081115/95073efc/attachment.html>


More information about the cfe-dev mailing list