[LLVMbugs] [Bug 20162] reserved-user-defined-literal warning or error?
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Jul 8 10:43:29 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=20162
Richard Smith <richard-llvm at metafoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |richard-llvm at metafoo.co.uk
Resolution|--- |INVALID
--- Comment #1 from Richard Smith <richard-llvm at metafoo.co.uk> ---
This code is ill-formed, but we allow it as an extension. By default, we issue
an error on it, but you can downgrade it to a warning with
-Wno-error=reserved-user-defined-literal or turn it off with
-Wno-reserved-user-defined-literal.
=> This is working as intended.
--
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/20140708/5361eedb/attachment.html>
More information about the llvm-bugs
mailing list