http://llvm.org/bugs/show_bug.cgi?id=8674
Eli Friedman <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #2 from Eli Friedman <[email protected]> 2011-10-14 20:57:26 CDT --- <stdin>:12:16: error: cannot initialize a parameter of type 'struct stat *' (aka 'stat *') with an rvalue of type 'struct stat *' (aka 'clang::stat *') ::baz("foo", &X); ^~ <stdin>:8:36: note: passing argument to parameter here void baz(const char*, struct stat *); ^ Seems good enough to me. -- 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
