rsmith accepted this revision.
rsmith added a reviewer: rsmith.
rsmith added a comment.
This revision is now accepted and ready to land.

LGTM


================
Comment at: lib/AST/RawCommentList.cpp:96
@@ +95,3 @@
+      return true;
+    } else if (!isHorizontalWhitespace(C)) {
+      return false;
----------------
No `else` after `return`. I'd also drop the braces here.

================
Comment at: lib/AST/RawCommentList.cpp:311-312
@@ -243,1 +310,4 @@
+  //   int x; // documents x
+  // // documents y
+  // int y;
   // Merge comments if they are on same or consecutive lines.
----------------
Maybe indent two spaces more inside these two comments?


http://reviews.llvm.org/D11069




_______________________________________________
cfe-commits mailing list
cfe-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to