[cfe-dev] Clang and MSVC headers

Erik Verbruggen erik.verbruggen at me.com
Wed Jul 20 07:39:34 PDT 2011


On 20 Jul, 2011,at 04:07 PM, Francois Pichet <pichet2000 at gmail.com> wrote:

On Wed, Jul 20, 2011 at 9:47 AM, Erik Verbruggen <erik.verbruggen at mecom> wrote:
> Hello,
> I was wondering what the status is for Clang wr.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.
 
No, I mean the (probably well-known) error:

C:\Program Files\Microsoft Visual Studio 9.0\VC\include/iosfwd(219) : error: no member named '_invalid_parameter_noinfo' in the global namespace; did you mean '_invalid_parameter_handler'?
                _SCL_SECURE_CRT_VALIDATE(_Dest_size >= _Count, NULL);
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

So where MSVC postpones name resolution for methods in templates classes until instantiation time.

-- Erik.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20110720/93ea4616/attachment.html>


More information about the cfe-dev mailing list