djasper added a comment.

Looks good.


================
Comment at: lib/Format/UnwrappedLineParser.cpp:667
@@ +666,3 @@
+    return true;
+  // FIXME(martinprobst): This returns true for C/C++ keywords like 'struct'.
+  return FormatTok->is(tok::identifier) &&
----------------
We don't usually put usernames into FIXMEs


http://reviews.llvm.org/D17910



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

Reply via email to