[LLVMbugs] [Bug 13705] Warn on duplicate const specifier

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Aug 28 05:21:19 PDT 2012


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

Richard Smith <richard-llvm at metafoo.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |richard-llvm at metafoo.co.uk
         Resolution|WONTFIX                     |

--- Comment #2 from Richard Smith <richard-llvm at metafoo.co.uk> 2012-08-28 07:21:19 CDT ---
I think this bug is requesting something more specific than just detecting
ill-formed duplicate cv-qualifiers in -pedantic mode. Specifically, if we have
a duplicate cv-qualifier immediately before a *, it's quite likely the user
intended to put it on the other side of the *. That seems like a reasonable
request to me, albeit somewhat specific.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list