forked from OSchip/llvm-project
c7fb225cdc
'operator delete' or 'operator delete[]' is an explicit exception specification. Therefore we should diagnose 'void operator delete(void*)' instead of 'void operator delete(void*) noexcept'. This diagnostic remains an ExtWarn, since in practice people don't always include the exception specification in such a declaration. llvm-svn: 201002 |
||
---|---|---|
.. | ||
except.handle | ||
except.spec |