[cfe-dev] [patch] small patch to parse "using" declaration

John Thompson john.thompson.jtsoftware at gmail.com
Mon Jun 1 22:26:50 PDT 2009


Sorry, that was me.  I've been pulled off the Clang work I was doing for
some firefighting elsewhere, but I hope be back at it next week, unless you
want to hand it off to someone else.

-John

2009/5/29 Sebastian Redl <sebastian.redl at getdesigned.at>

> Paweł Hajdan jr wrote:
> > Hi. I was reading a lot about LLVM, and recently encountered clang.
> > I'm very excited about the idea of library-based compiler design and
> > possibilities it enables.
> >
> > I compiled clang from svn and played around a bit. I was looking for a
> > small task to contribute, and it seems that parsing the using
> > declaration is relatively easy (I'm generally interested in C++
> > support, static analysis, and contributing).
> >
> > I'm attaching a simple patch which allows a snippet like
> >
> > namespace test {
> > class A {};
> > }
> >
> > using test::A;
> >
> > to pass -fsyntax-only. Passes make test.
> >
> Hi Pawel,
>
> Great to have you here.
>
> Now, someone already did a lot of work on using declarations. I wonder
> what happened to that work.
>
> Sebastian
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>



-- 
John Thompson
John.Thompson.JTSoftware at gmail.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20090601/f597e3ac/attachment.html>


More information about the cfe-dev mailing list