jdoerfert accepted this revision.
jdoerfert added a comment.
This revision is now accepted and ready to land.
LG, see below.
================
Comment at: clang/lib/Sema/SemaExprCXX.cpp:869
bool IsThrownVarInScope) {
- // Don't report an error if 'throw' is used in system headers.
- if (!getLangOpts().CXXExceptions &&
+ const llvm::Triple T = Context.getTargetInfo().getTriple();
+ const bool IsOpenMPGPUTarget =
----------------
================
Comment at: clang/lib/Sema/SemaStmt.cpp:4474
ArrayRef<Stmt *> Handlers) {
- // Don't report an error if 'try' is used in system headers.
- if (!getLangOpts().CXXExceptions &&
+ const llvm::Triple T = Context.getTargetInfo().getTriple();
+ const bool IsOpenMPGPUTarget =
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153924/new/
https://reviews.llvm.org/D153924
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits