Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

warn-documentation-tag-typedef.cpp
// RUN: %clang_cc1 -Wdocumentation -fsyntax-only %s 2>&1 | FileCheck -allow-empty %s

/*!
@class Foo
*/
typedef class { } Foo;
// CHECK-NOT: warning:

/*! 
@struct Bar
*/
typedef struct { } Bar;
// CHECK-NOT: warning: