https://llvm.org/bugs/show_bug.cgi?id=28278

Erik Verbruggen <erik.verbrug...@me.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |erik.verbrug...@me.com
         Resolution|---                         |INVALID

--- Comment #5 from Erik Verbruggen <erik.verbrug...@me.com> ---
This is expected behaviour: on Windows, -fdelayed-template-parsing is turned
on, because MSVC STL needs it. The result is that there is no information
available about anything inside templates. You might have luck by adding
-fno-delayed-template-parsing to the command-line, but that might break MSVC
STL.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to