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 | -0/+63 |
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 |