http://llvm.org/bugs/show_bug.cgi?id=8136
Douglas Gregor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #1 from Douglas Gregor <[email protected]> 2011-10-09 16:27:48 CDT --- We properly detect this error now: t.cpp:5:7: error: redefinition of 'A' as different kind of symbol class A {}; ^ t.cpp:1:11: note: previous definition is here namespace A { ^ -- 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
