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