klimek accepted this revision.
klimek added a reviewer: klimek.
klimek added a comment.

lg


================
Comment at: lib/Format/WhitespaceManager.h:113
@@ -113,1 +112,3 @@
+           bool ContinuesPPDirective, bool IsStartOfDeclName,
+           bool IsInsideTrailingCommentToken);
 
----------------
Forgot one replacement of the original name.

================
Comment at: lib/Format/WhitespaceManager.h:143
@@ -141,1 +142,3 @@
 
+    // If this change is inside of a token but not at the start of the token.
+    bool IsInsideToken;
----------------
... or starting a new line.


http://reviews.llvm.org/D16058



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

Reply via email to