[LLVMbugs] [Bug 23004] DR 1510 not implemented
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Jul 3 16:28:40 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=23004
Davide Italiano <davide at freebsd.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #1 from Davide Italiano <davide at freebsd.org> ---
This has been already fixed:
% ./clang typedef.cpp -std=c++14 -c
typedef.cpp:2:9: warning: 'const' qualifier on reference type 'decltype(a)'
(aka 'int &&') has no effect [-Wignored-qualifiers]
typedef const decltype(a) TR;
^~~~~~
1 warning generated.
--
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/20150703/8b3ae880/attachment.html>
More information about the llvm-bugs
mailing list