http://llvm.org/bugs/show_bug.cgi?id=11115
Benjamin Kramer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution| |WONTFIX --- Comment #1 from Benjamin Kramer <[email protected]> 2012-11-10 07:34:16 CST --- -Weffc++ is very noisy and most of the warnings are useless. For example it wants that every constructor initializes all members via an initializer list, even though it's unnecessary if the member is POD or the default ctor is used. -- 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
