+ /// \brief Allow putting all parameters of a function declaration/call onto + /// the next line without calling this bin-packing. + bool AllowAllParametersOnNextLine; +
This comment is really abstruse. Your commit message made a lot more sense and was a lot clearer (e.g. it has an example and explicitly says "This only affects styles where BinPackParameters is false"). -- Sean Silva _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
