https://llvm.org/bugs/show_bug.cgi?id=23004
Davide Italiano <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #1 from Davide Italiano <[email protected]> --- 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.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
