[clang] Implement lifetime analysis for lifetime_capture_by(X) (#115921)
[llvm-project.git] / clang / test / OpenMP / x86_target_throw.cpp
blobc1fef3cdb596fa794c27fbf6d14340f2ac2c81f7
1 // REQUIRES: x86-registered-target, staticanalyzer
3 // RUN: %clang_cc1 -fopenmp -triple x86_64-pc-linux-gnu -fopenmp-is-target-device -fcxx-exceptions -fexceptions %s -verify -Wopenmp-target-exception -analyze
4 #pragma omp declare target
5 void foo(void) {
6 throw 404;
8 #pragma omp end declare target
9 // expected-no-diagnostics