[cfe-commits] [PATCH] Change the data structure used in clang-format
Manuel Klimek
klimek at google.com
Tue Jan 8 05:41:43 PST 2013
I still dislike the RootTokenInitialized part, but I think we'll want to fix that in a later patch if we come up with a good idea...
================
Comment at: lib/Format/Format.cpp:802
@@ -767,3 +801,3 @@
- determineTokenTypes();
+ determineTokenTypes(RootToken, false);
----------------
/*IsRHS=*/
http://llvm-reviews.chandlerc.com/D268
More information about the cfe-commits
mailing list