http://llvm.org/bugs/show_bug.cgi?id=13610
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |FIXED --- Comment #2 from [email protected] --- I observed the behaviour requested in the report in r214060. $ clang -cc1 -std=c++11 -x c++ pr13610.cc pr13610.cc:3:6: error: variable has incomplete type 'void' auto x = f((char (*)[1000])0); ^ 1 error generated. -- 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
