http://llvm.org/bugs/show_bug.cgi?id=6132
Kaelyn Uhrain <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #1 from Kaelyn Uhrain <[email protected]> 2012-06-22 16:30:30 CDT --- In the 3.1 release and beyond, the example code does not trigger an assertion in clang (built with assertions enabled): $ ./bin/clang -o /dev/null -c t.cpp t.cpp:7:15: error: non-friend class member 'fn' cannot have a qualified name void inner::fn() { ~~~~~~~^ 1 error generated. -- 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
