[PATCH] D80061: [WebAssembly] Handle exception specifications

2020-05-19 Thread Heejin Ahn via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rGd94bacbcf87a: [WebAssembly] Handle exception specifications (authored by aheejin). Changed prior to commit: https://reviews.llvm.org/D80061?vs=264466&id=264821#toc Repository: rG LLVM Github Monorepo

[PATCH] D80061: [WebAssembly] Handle exception specifications

2020-05-16 Thread Heejin Ahn via Phabricator via cfe-commits
aheejin updated this revision to Diff 264466. aheejin added a comment. - Add missing `-` after `-o` Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D80061/new/ https://reviews.llvm.org/D80061 Files: clang/docs/DiagnosticsReference.rst clang/inclu

[PATCH] D80061: [WebAssembly] Handle exception specifications

2020-05-16 Thread Heejin Ahn via Phabricator via cfe-commits
aheejin updated this revision to Diff 264461. aheejin added a comment. - Add missing -o Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D80061/new/ https://reviews.llvm.org/D80061 Files: clang/docs/DiagnosticsReference.rst clang/include/clang/Bas

[PATCH] D80061: [WebAssembly] Handle exception specifications

2020-05-16 Thread Heejin Ahn via Phabricator via cfe-commits
aheejin added a comment. This is an improved version of D79655 . The warning now can be suppressed by `-Wno-wasm-exception-spec`. To do this, we needed a diagnostic group. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.o

[PATCH] D80061: [WebAssembly] Handle exception specifications

2020-05-16 Thread Heejin Ahn via Phabricator via cfe-commits
aheejin updated this revision to Diff 264423. aheejin added a comment. - rst file fix Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D80061/new/ https://reviews.llvm.org/D80061 Files: clang/docs/DiagnosticsReference.rst clang/include/clang/Basic

[PATCH] D80061: [WebAssembly] Handle exception specifications

2020-05-16 Thread Heejin Ahn via Phabricator via cfe-commits
aheejin created this revision. aheejin added a reviewer: dschuff. Herald added subscribers: cfe-commits, sunfish, jgravelle-google, sbc100. Herald added a project: clang. aheejin edited the summary of this revision. aheejin updated this revision to Diff 264423. aheejin added a comment. - rst file