"clang/test/ASTMerge/property/test.m" did not exist on "925213b0fa3f9bbbe949326bb89a8d774c05994b"
Correct handling of the 'throw()' exception specifier in C++17.
Per C++17 [except.spec], 'throw()' has become equivalent to 'noexcept', and should therefore call std::terminate, not std::unexpected. Differential Revision: https://reviews.llvm.org/D113517
Loading
Please sign in to comment