Open Quuxplusone opened 10 years ago
Attached regrCCommentSlash.h
(291 bytes, text/plain): Example source file for reproducing the problem
This happens without a sequence of C comments directly following each other:
$ cat commentslash.h
/* Blah blah blah blah blah blah blah blah blah blah process the file
/foo/bar/baz/quux
**/
$ clang-format-3.6 --style=LLVM commentslash.h
/* Blah blah blah blah blah blah blah blah blah blah process the file
*/foo/bar/baz/quux
**/
Expected:
/* Blah blah blah blah blah blah blah blah blah blah process the file
* /foo/bar/baz/quux
**/
Attached commentslash.h
(95 bytes, text/x-chdr): commentslash.h
regrCCommentSlash.h
(291 bytes, text/plain)commentslash.h
(95 bytes, text/x-chdr)