diff options
| author | James Y Knight <jyknight@google.com> | 2021-11-08 20:06:15 -0500 |
|---|---|---|
| committer | James Y Knight <jyknight@google.com> | 2021-11-10 17:40:16 -0500 |
| commit | fddc4e41164e2fd152605362639eb3255cc75212 (patch) | |
| tree | 96117643f209a46161651c9fb78dfd01904e069c /lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp | |
| parent | 860d3811a9b2f3df0ac093d87832056fd7a19b87 (diff) | |
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
Diffstat (limited to 'lldb/source/Plugins/Process/scripted/ScriptedProcess.cpp')
0 files changed, 0 insertions, 0 deletions
