Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

serialized-diags-emit-header-module-misconfig.c
// RUN: rm -rf %t && mkdir %t
// RUN: not %clang_cc1 -emit-header-module %s -o %t/out.pcm -serialize-diagnostic-file %t/diag 2>&1 | FileCheck %s

// CHECK: error: header module compilation requires '-fmodules', '-std=c++20', or '-fmodules-ts'