http://llvm.org/bugs/show_bug.cgi?id=5538
Kaelyn Uhrain <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |FIXED --- Comment #1 from Kaelyn Uhrain <[email protected]> 2012-01-23 19:21:21 CST --- Not sure when the fix went in, but as of the clang 3.0 release the sample code does trigger an error: $ clang++ example.cc example.cc:3:18: error: member 'A' has the same name as its class static int A; ^ 1 error generated. $ clang++ --version clang version 3.0 (tags/RELEASE_30/final) Target: x86_64-pc-linux-gnu Thread model: posix -- 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
