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

Alexander Kornienko via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 9 02:14:52 PST 2017


Thank you! Completely forgot about this.

On Thu, Mar 9, 2017 at 10:15 AM, Haojian Wu via cfe-commits <
cfe-commits at lists.llvm.org> wrote:

> 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 at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170309/e01bb91f/attachment-0001.html>


More information about the cfe-commits mailing list