This checker allows users to replace deprecated throw()
specifications with noexcept.
It also allows users to specify a user defined macro to be used
instead of noexect, which is useful when supporting older compilers.
However, the macro will not be used for noexcect(false) since that
doesn't make sense.
I think you mean "Replace dynamic exception specifications" instead of "noexcept specifications".