]> granicus.if.org Git - clang/commit
Don't warn on use of default allocator with an over-aligned type when the
authorNick Lewycky <nicholas@mxc.ca>
Sat, 4 Feb 2012 03:30:14 +0000 (03:30 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sat, 4 Feb 2012 03:30:14 +0000 (03:30 +0000)
commit507a8a3fbb2c43247474daa7ccb8dd0a46c32ec5
tree372df48f9e651ac9fde42a9b71e119e0f5194f48
parente839806cad021306510f72da63217ba57648929e
Don't warn on use of default allocator with an over-aligned type when the
allocator is given the pointer to allocate into.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@149760 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExprCXX.cpp
test/SemaCXX/Inputs/warn-new-overaligned-3.h
test/SemaCXX/warn-new-overaligned-3.cpp