djasper accepted this revision.
djasper added a comment.
This revision is now accepted and ready to land.
looks good
================
Comment at: lib/Format/Format.cpp:879
@@ -878,2 +878,3 @@
unsigned TokenCount = 0;
+ auto InCharacterClass = false;
for (auto I = Tokens.rbegin() + 1, E = Tokens.rend(); I != E; ++I) {
----------------
I think, we should just use bool here.
http://reviews.llvm.org/D13641
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits