djasper added a comment.

I agree, just generally we should aim for keeping these short.

The example you gave might actually be reasonable to compare in two columns, 
i.e.:

  true:                                  false:
  SomeClass::Constructor()      vs.      SomeClass::Constructor() : a(a),
          : a(a)                                                    b(b),
          , b(b)                                                    c(c) {}
          , c(c) {}

or some such.


https://reviews.llvm.org/D30532



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

Reply via email to