[llvm-bugs] [Bug 27307] clang-cl rejects -fno-delayed-template-parsing
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue May 30 13:31:39 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=27307
Stephan T. Lavavej <sfinae at hotmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #1 from Stephan T. Lavavej <sfinae at hotmail.com> ---
Works in Clang/LLVM 4.0:
C:\Temp>clang-cl /EHsc /nologo /W4 -fno-ms-compatibility meow.cpp && meow
Microsoft one-phase!
C:\Temp>clang-cl /EHsc /nologo /W4 -fno-ms-compatibility
-fno-delayed-template-parsing meow.cpp && meow
Standard two-phase!
--
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/20170530/534ba1ec/attachment.html>
More information about the llvm-bugs
mailing list