| 1 | // RUN: %clang_cc1 -triple i386-apple-darwin10 -analyze -analyzer-checker=core.builtin -fopenmp -verify %s |
|---|---|
| 2 | // expected-no-diagnostics |
| 3 | |
| 4 | void openmp_parallel_crash_test() { |
| 5 | #pragma omp parallel |
| 6 | ; |
| 7 | } |
| 8 |
| 1 | // RUN: %clang_cc1 -triple i386-apple-darwin10 -analyze -analyzer-checker=core.builtin -fopenmp -verify %s |
|---|---|
| 2 | // expected-no-diagnostics |
| 3 | |
| 4 | void openmp_parallel_crash_test() { |
| 5 | #pragma omp parallel |
| 6 | ; |
| 7 | } |
| 8 |