Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

declare_variant_ast_x86_64.c
// RUN: %clang_cc1 -verify -fopenmp -triple x86_64-unknown-unknown %s -ast-dump | FileCheck %s
// expected-no-diagnostics

#pragma omp begin declare variant match(device={arch(x86_64)})

void bar(void) {}

// CHECK: FunctionDecl {{.*}} bar[device={arch(x86_64)}] 'void (void)'

#pragma omp end declare variant