[PATCH] Split long lines in multi-line comments.
Daniel Jasper
djasper at google.com
Tue Mar 19 10:30:53 PDT 2013
================
Comment at: unittests/Format/FormatTest.cpp:768
@@ +767,3 @@
+ " /* Macro comment \\\n"
+ "with a long line \\\n"
+ // FIXME: We should look at the length of the last line of the token
----------------
This looks bad. Shouldn't we add an indent? And possibly do the continuations with "*" by default? Seems to be a very common way to do this ..
http://llvm-reviews.chandlerc.com/D547
More information about the cfe-commits
mailing list