[LLVMbugs] [Bug 11115] Many warnings when building with -Weffc++
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat Nov 10 05:34:16 PST 2012
http://llvm.org/bugs/show_bug.cgi?id=11115
Benjamin Kramer <benny.kra at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |benny.kra at gmail.com
Resolution| |WONTFIX
--- Comment #1 from Benjamin Kramer <benny.kra at gmail.com> 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.
More information about the llvm-bugs
mailing list