[LLVMbugs] [Bug 14855] clang does not diagnose reference-to-member types

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Jan 8 14:45:10 PST 2013


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

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

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

--- Comment #2 from Richard Smith <richard-llvm at metafoo.co.uk> 2013-01-08 16:45:10 CST ---
The problem was that we were discarding the 'C::' in the parser, when we found
it wasn't followed by a '*'. Fixed in r171908.

-- 
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