[cfe-dev] AST XML dump
Douglas Gregor
dgregor at apple.com
Mon Jun 15 12:03:04 PDT 2009
Hello Olaf,
On May 27, 2009, at 3:25 AM, Olaf Krzikalla wrote:
> Hi @clang,
>
> I've created a new patch pushing the XML development forward. I now
> use visitors and .def files for the XML structure definition.
> The .def files also serve as documentation.
Wonderful! This is very, very clean.
> Automatic creation of a xsd file by using the .def files should be
> possible (maybe we need some small adjustments).
Excellent. I think this will work out really, really well.
> The patch seems to have one small problem with a missing new-line at
> the end of TypeVisitor.h. I checked it here but it was there. Don't
> know. Otherwise it compiles fine with VC and cygwin.
> It would be nice if someone could check it, comment on it and
> eventually commit it so I can keep in sync with the overall
> development.
Sorry for the long delay; I've committed your changes now.
- Doug
More information about the cfe-dev
mailing list