[clang-tools-extra] r297367 - [clang-tidy] Update the doc according to r297311.

Haojian Wu via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 9 01:15:17 PST 2017


Author: hokein
Date: Thu Mar  9 03:15:16 2017
New Revision: 297367

URL: http://llvm.org/viewvc/llvm-project?rev=297367&view=rev
Log:
[clang-tidy] Update the doc according to r297311.

Modified:
    clang-tools-extra/trunk/docs/clang-tidy/checks/readability-function-size.rst

Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/readability-function-size.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/readability-function-size.rst?rev=297367&r1=297366&r2=297367&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/readability-function-size.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/readability-function-size.rst Thu Mar  9 03:15:16 2017
@@ -29,4 +29,4 @@ Options
 .. option:: ParameterThreshold
 
    Flag functions that exceed a specified number of parameters. The default 
-   is 6.
+   is `-1` (ignore the number of parameters).




More information about the cfe-commits mailing list