http://llvm.org/bugs/show_bug.cgi?id=7244
Douglas Gregor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #1 from Douglas Gregor <[email protected]> 2010-05-28 15:54:29 CDT --- Clang is allowed to reject this code, because neither "wrapper" nor JSValue are type-dependent. Note that the EDG front end (used by Intel, Comeau, and others) also rejects this code. -- 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
