<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Building a patch against svn shouldn't be too much trouble. I'm going try to finish off the template-template param basics with ast-print support (hopefully) without introducing any regressions before submitting.<br>

<br>
</blockquote>
<br></div>
Okay.<div class="Ih2E3d"></div></blockquote><div><br>It turns out to be impossible to ast-print template template parameters without handling template declarations. This seems so obvious in retrospect... So I'm working on AST building for class templates. It's kind of working, but I can't seem to get the DeclPrinter to see top-level template declarations. Probably some kind of weird name conflict because I'm forcing the TemplateDecl to take the same name as its underlying ScopedDecl.<br>
<br>Quick question though. You started building support for depth/position stuff for template parameters, but the values aren't handled in Sema. Are you envisioning the depth/position as properties of template parameters or will they be dealt with elsewhere?<br>
<br></div></div>Andrew Sutton<br><a href="mailto:andrew.n.sutton@gmail.com">andrew.n.sutton@gmail.com</a><br>