Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

symbolize-filter-markup-symbol.test
RUN: split-file %s %t
RUN: llvm-symbolizer --filter-markup < %t/input > %t.output
RUN: FileCheck %s --input-file=%t.output --match-full-lines --implicit-check-not {{.}}

CHECK: foo
CHECK: Mangled::Name()

;--- input
{{{symbol:foo}}}
{{{symbol:_ZN7Mangled4NameEv}}}