summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/warn-new-overaligned-3.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Don't warn on use of default allocator with an over-aligned type when theNick Lewycky2012-02-041-2/+15
| | | | | | allocator is given the pointer to allocate into. llvm-svn: 149760
* Force triple on these tests to pacify the windows tester.Nick Lewycky2012-01-241-1/+1
| | | | llvm-svn: 148858
* Add a new warning, -Wover-aligned, which detects attempts to use the defaultNick Lewycky2012-01-241-0/+20
allocator to construct an object which declares more alignment than the default allocator actually provides. Fixes PR9527! llvm-svn: 148857
OpenPOWER on IntegriCloud