blob: e9851caf2ce218ad0996fe24f1ee360ca7623f66 [file] [log] [blame]
// RUN: %clang -fsyntax-only -Wdocumentation %s
// rdar://6757323
// foo \
#define blork 32
// GH62054
/**<*\
/
//expected-warning@-2 {{escaped newline between}} \
//expected-warning@-2 {{line splicing in Doxygen comments are not supported}}
/**<*\
/
//expected-warning@-2 {{escaped newline between}} \
//expected-warning@-2 {{backslash and newline separated by space}} \
//expected-warning@-2 {{line splicing in Doxygen comments are not supported}}
/*<*\
/
//expected-warning@-2 {{escaped newline between}} \
//expected-warning@-2 {{line splicing in Doxygen comments are not supported}}
/*<*\
/
//expected-warning@-2 {{escaped newline between}} \
//expected-warning@-2 {{backslash and newline separated by space}} \
//expected-warning@-2 {{line splicing in Doxygen comments are not supported}}
/\
*<**/
//expected-warning@-2 {{line splicing in Doxygen comments are not supported}}
/\
/<*
//expected-warning@-2 {{line splicing in Doxygen comments are not supported}}