[cfe-dev] Clang and MSVC headers

Francois Pichet pichet2000 at gmail.com
Wed Jul 20 07:07:19 PDT 2011


On Wed, Jul 20, 2011 at 9:47 AM, Erik Verbruggen <erik.verbruggen at me.com> wrote:
> Hello,
> I was wondering what the status is for Clang w.r.t. parsing MSVC headers. I
> tried to use Clang's code completion today with MSVC, but the issue of name
> resolution in type-independant functions in templates popped up. So, is
> somebody working on this, or how far along is it?
> Regards,
> Erik.

hi,

I suppose you mean "Unqualified lookup into dependent bases of class templates"?
As in http://clang.llvm.org/compatibility.html#dep_lookup_bases.

That issue is at the top of my todo list. I did some investigation but
haven't started the coding really.
Feel free to hijack that feature from me if you feel motivated.



More information about the cfe-dev mailing list