[PATCH] D79655: [WebAssembly] Handle exception specifications

Heejin Ahn via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 15 14:10:01 PDT 2020


aheejin added a comment.

Now this handles `throw()` in the same way as `noexcept`, and prints a warning only in case of `throw(type, ..)`, as you suggested.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D79655/new/

https://reviews.llvm.org/D79655





More information about the cfe-commits mailing list