r196297 - clang-format: Improve clang-format's documentation of ColumnLimit=0.

Daniel Jasper djasper at google.com
Tue Dec 3 09:21:58 PST 2013


Author: djasper
Date: Tue Dec  3 11:21:57 2013
New Revision: 196297

URL: http://llvm.org/viewvc/llvm-project?rev=196297&view=rev
Log:
clang-format: Improve clang-format's documentation of ColumnLimit=0.

Modified:
    cfe/trunk/include/clang/Format/Format.h

Modified: cfe/trunk/include/clang/Format/Format.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Format/Format.h?rev=196297&r1=196296&r2=196297&view=diff
==============================================================================
--- cfe/trunk/include/clang/Format/Format.h (original)
+++ cfe/trunk/include/clang/Format/Format.h Tue Dec  3 11:21:57 2013
@@ -49,7 +49,7 @@ struct FormatStyle {
   ///
   /// A column limit of \c 0 means that there is no column limit. In this case,
   /// clang-format will respect the input's line breaking decisions within
-  /// statements.
+  /// statements unless they contradict other rules.
   unsigned ColumnLimit;
 
   /// \brief The maximum number of consecutive empty lines to keep.





More information about the cfe-commits mailing list