[cfe-commits] r173246 - in /cfe/trunk: include/clang/Format/Format.h lib/Format/Format.cpp unittests/Format/FormatTest.cpp

Sean Silva silvas at purdue.edu
Wed Jan 23 09:53:56 PST 2013


+  /// \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



More information about the cfe-commits mailing list