I don't see urgency in submitting this instead of just implementing the splitting. Or is this going to take very long?
================ Comment at: lib/Format/ContinuationIndenter.cpp:661 @@ +660,3 @@ + Current.Previous->Previous && + Current.Previous->Previous->TokenText == "_T" && Current.Next && + Current.Next->is(tok::r_paren)) ---------------- How is the next token being an r_paren relevant? I there something that can break without it? http://llvm-reviews.chandlerc.com/D1640 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
