| commit | 868e9a1144b3aeebb69955f2e07b5be76721b674 | [log] [tgz] |
|---|---|---|
| author | Artem Dergachev <artem.dergachev@gmail.com> | Thu Jan 18 00:03:43 2018 +0000 |
| committer | Artem Dergachev <artem.dergachev@gmail.com> | Thu Jan 18 00:03:43 2018 +0000 |
| tree | 42dd4a336725648010291ae6108bfae55e28b095 | |
| parent | 729e68693f3618a219f9737d056046ea0b55ff11 [diff] |
[analyzer] NFC: operator new: Fix new(nothrow) definition in tests. Fix the const qualifier so that the operator defined in the tests indeed does override the default global nothrow version of new. Differential Revision: https://reviews.llvm.org/D41408 llvm-svn: 322790