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). _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits