[LLVMbugs] [Bug 9527] warn if class type has alignment greater than "new" provides and doesn't overload operator new
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Tue Jan 24 13:16:18 PST 2012
http://llvm.org/bugs/show_bug.cgi?id=9527
Nick Lewycky <nlewycky at google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #1 from Nick Lewycky <nlewycky at google.com> 2012-01-24 15:16:18 CST ---
-Wover-aligned added in r148857. Unlike the original request, this only fires
on places that actually attempt to construct such an object with the default
allocator.
--
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