[PATCH] D79655: [WebAssembly] Ignore exception specifications
Heejin Ahn via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri May 8 17:45:21 PDT 2020
aheejin marked an inline comment as done.
aheejin added inline comments.
================
Comment at: clang/lib/CodeGen/CGException.cpp:23
#include "clang/AST/StmtVisitor.h"
+#include "clang/Basic/DiagnosticSema.h"
#include "clang/Basic/TargetBuiltins.h"
----------------
aheejin wrote:
> One thing I'm not sure about is if it is a good thing to include this in CodeGen. Usually this header is used in Sema/ directory. This depends on which .td file I add `warn_wasm_exception_spec_ignored`. DiagnosticSemaKinds.td seemed to have a section in exception spec so I added it there, but not entirely sure if that's the best location to add it.
Oh, and this warning message was requested by Adobe, but I think it's good to have in general.
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