blob: 2036055137557002f6d3afbeab8c672eaa70db16 [file] [log] [blame]
// RUN: %clang -fsyntax-only -Wdocumentation %s
// 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}}