forked from OSchip/llvm-project
66f3ac9d21
since it also has an implicit exception specification. Downgrade the error to an extwarn, since at least for operator delete, system headers like to declare it as 'noexcept' whereas the implicit definition does not have an explicit exception specification. Move the exception specification for user-declared 'operator delete' functions from the type-as-written into the type, to reflect reality and to allow us to detect whether there was an implicit exception spec or not. llvm-svn: 166372 |
||
---|---|---|
.. | ||
p2-0x.cpp | ||
p2.cpp | ||
p3-0x.cpp | ||
p3.cpp | ||
p5-0x.cpp | ||
p9.cpp | ||
p10-0x.cpp |