Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

no_option_no_warn.c
// RUN: %clang_cc1 -verify -Wno-source-uses-openmp -o - %s

// RUN: %clang_cc1 -verify -Wno-source-uses-openmp -o - %s
// SIMD-ONLY0-NOT: {{__kmpc|__tgt}}
// expected-no-diagnostics

int a;
#pragma omp threadprivate(a, b)
#pragma omp parallel