OSDN Git Service

Revert "[WebAssembly] Handle exception specifications"
authorHeejin Ahn <aheejin@gmail.com>
Sat, 16 May 2020 04:33:44 +0000 (21:33 -0700)
committerHeejin Ahn <aheejin@gmail.com>
Sat, 16 May 2020 04:33:44 +0000 (21:33 -0700)
commit945ad141ce63c94b5822d52ad76c49aba906a4b8
tree36484e33736b319ef012e7f5582d1fedd9a93caf
parentbca347508c86647f9d44992275c9a364fbd9fb0d
Revert "[WebAssembly] Handle exception specifications"

This reverts commit bca347508c86647f9d44992275c9a364fbd9fb0d.

This broke clang/test/Misc/warning-flags.c, because the newly added
warning option in this commit didn't have a matching flag.
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/lib/CodeGen/CGException.cpp
clang/test/CodeGenCXX/wasm-eh.cpp