djasper added inline comments.

================
Comment at: lib/Format/UnwrappedLineParser.cpp:106
+             isLineComment(*Token) && Token->NewlinesBefore == 1 &&
+             Token->OriginalColumn == PreviousToken->OriginalColumn);
   }
----------------
Any chance of moving this logic to distributeComments? I think that's the place 
we previously tried to encapsulate this logic in. If not, this is fine for now.


================
Comment at: unittests/Format/FormatTestComments.cpp:1030
+               "  int i;\n"
+               "#ifdef A // comment about A\n"
+               "  // section comment 1\n"
----------------
Would it make sense to also add a test case in which the #ifdef comment is 
actually continued?


https://reviews.llvm.org/D33394



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to