[PATCH] Calculate and store ColumnWidth instead of CodePointCount in FormatTokens.

Manuel Klimek klimek at google.com
Thu Sep 5 23:53:14 PDT 2013



================
Comment at: lib/Format/FormatToken.h:119
@@ +118,3 @@
+  /// original code. Calculated only for block comments.
+  unsigned OriginalStartColumn;
+
----------------
Any reason not to use OriginalColumn?


http://llvm-reviews.chandlerc.com/D1608



More information about the cfe-commits mailing list