[LLVMbugs] [Bug 15651] [Windows] -fdelayed-template-parsing does not support parsing templates before end of TU, breaks constexpr
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Jun 16 23:17:16 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=15651
Nikola Smiljanić <popizdeh at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |popizdeh at gmail.com
Resolution|--- |FIXED
--- Comment #3 from Nikola Smiljanić <popizdeh at gmail.com> ---
MS compatibility is on when you target windows platform. This is usually done
by building clang with Visual Studio but you can do it manually by passing
-target i686-pc-win32 to clang driver.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140617/1b663f34/attachment.html>
More information about the llvm-bugs
mailing list