r249290 - clang-format: Remove sentence in option cost threshold that weakens the

Daniel Jasper via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 5 00:36:41 PDT 2015


Author: djasper
Date: Mon Oct  5 02:36:40 2015
New Revision: 249290

URL: http://llvm.org/viewvc/llvm-project?rev=249290&view=rev
Log:
clang-format: Remove sentence in option cost threshold that weakens the
statement. Specifically, we don't want people that have already written
a patch to just write a style guide for their 1-person project.

Modified:
    cfe/trunk/docs/ClangFormatStyleOptions.rst

Modified: cfe/trunk/docs/ClangFormatStyleOptions.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ClangFormatStyleOptions.rst?rev=249290&r1=249289&r2=249290&view=diff
==============================================================================
--- cfe/trunk/docs/ClangFormatStyleOptions.rst (original)
+++ cfe/trunk/docs/ClangFormatStyleOptions.rst Mon Oct  5 02:36:40 2015
@@ -606,8 +606,6 @@ options. Each new style option must ..
   * .. have a publicly accessible style guide
   * .. have a person willing to contribute and maintain patches
 
-At least two out of these three need to be met.
-
 Examples
 ========
 




More information about the cfe-commits mailing list