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

Paweł Hajdan jr phajdan.jr at gmail.com
Tue Jun 2 10:34:41 PDT 2009


Ok then. If the patch is still useful, I can fix the issues with it
after review.

I'll look for some other task hopefully.

Thanks,
Paweł

2009/6/2 John Thompson <john.thompson.jtsoftware at gmail.com>:
> 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
>
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>
>




More information about the cfe-dev mailing list