[clang-tools-extra] r296472 - Misspelled checker description (argument comment)

Alexander Kornienko via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 28 06:13:30 PST 2017


Author: alexfh
Date: Tue Feb 28 08:13:26 2017
New Revision: 296472

URL: http://llvm.org/viewvc/llvm-project?rev=296472&view=rev
Log:
Misspelled checker description (argument comment)

Reviewers: alexfh

Reviewed By: alexfh

Subscribers: Eugene.Zelenko

Tags: #clang-tools-extra

Patch by Peter Szecsi!

Differential Revision: https://reviews.llvm.org/D24137

Modified:
    clang-tools-extra/trunk/docs/clang-tidy/checks/misc-argument-comment.rst

Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/misc-argument-comment.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/misc-argument-comment.rst?rev=296472&r1=296471&r2=296472&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/misc-argument-comment.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/misc-argument-comment.rst Tue Feb 28 08:13:26 2017
@@ -24,5 +24,6 @@ Options
 
 .. option:: StrictMode
 
-   When non-zero, the check will ignore leading and trailing underscores and
-   case when comparing parameter names.
+   When zero (default value), the check will ignore leading and trailing
+   underscores and case when comparing names -- otherwise they are taken into
+   account.




More information about the cfe-commits mailing list