blob: 0954d6a9f48dad10644cb96152f69b57697daf29 [file] [log] [blame]
// 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: