http://llvm.org/bugs/show_bug.cgi?id=10107
Douglas Gregor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID --- Comment #2 from Douglas Gregor <[email protected]> 2011-06-09 10:56:01 CDT --- Clang errors in all C++ modes, since this is an extension that is extremely unsafe. You can downgrade the error to a warning with the -Wno-error=address-of-temporary command-line option or turn it off entirely with -Wno-address-of-temporary -- 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
