Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

BUILD.gn
import("//clang/utils/TableGen/clang_tablegen.gni")

clang_tablegen("AttrParserStringSwitches") {
  args = [ "-gen-clang-attr-parser-string-switches" ]
  td_file = "../Basic/Attr.td"
}

clang_tablegen("AttrSubMatchRulesParserStringSwitches") {
  args = [ "-gen-clang-attr-subject-match-rules-parser-string-switches" ]
  td_file = "../Basic/Attr.td"
}