Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't warn on use of default allocator with an over-aligned type when the | Nick Lewycky | 2012-02-04 | 1 | -2/+15 |
| | | | | | | allocator is given the pointer to allocate into. llvm-svn: 149760 | ||||
* | Force triple on these tests to pacify the windows tester. | Nick Lewycky | 2012-01-24 | 1 | -1/+1 |
| | | | | llvm-svn: 148858 | ||||
* | Add a new warning, -Wover-aligned, which detects attempts to use the default | Nick Lewycky | 2012-01-24 | 1 | -0/+20 |
allocator to construct an object which declares more alignment than the default allocator actually provides. Fixes PR9527! llvm-svn: 148857 |