Sign in
llvm
/
llvm-project
/
6e2aecd759dc3f8bf664323388365ac234271e9b
/
.
/
clang
/
test
/
Sema
/
warn-documentation-tag-typedef.cpp
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: