summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/new-null.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Issue a warning if a throwing operator new or operator new[] returns a nullRichard Smith2014-01-171-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
OpenPOWER on IntegriCloud