[LLVMbugs] [Bug 16951] Lack of fixit when enum type name is needlessly given

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Feb 9 12:05:27 PST 2015


http://llvm.org/bugs/show_bug.cgi?id=16951

Serge Pavlov <sepavloff at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |sepavloff at gmail.com
         Resolution|---                         |FIXED

--- Comment #1 from Serge Pavlov <sepavloff at gmail.com> ---
The issue was resolved in r226413. Instead of providing fixit, compiler warns
about C++11 extension, as using enumeration name as scope-spec is allowed in
C++11.

-- 
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/20150209/b68ef98d/attachment.html>


More information about the llvm-bugs mailing list