Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue a warning if a throwing operator new or operator new[] returns a null | Richard Smith | 2014-01-17 | 1 | -2/+2 |
| | | | | | | | | pointer, since this invokes undefined behavior. Based on a patch by Artyom Skrobov! Handling of dependent exception specifications and some additional testcases by me. llvm-svn: 199452 | ||||
* | 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/+73 |
allocator to construct an object which declares more alignment than the default allocator actually provides. Fixes PR9527! llvm-svn: 148857 |