[clang-tools-extra] r303884 - [Documentation] Mention hicpp check group in Clang-tidy main document.

Alexander Kornienko via cfe-commits cfe-commits at lists.llvm.org
Thu May 25 17:16:41 PDT 2017


On 25 May 2017 19:22, "Eugene Zelenko via cfe-commits" <
cfe-commits at lists.llvm.org> wrote:

Author: eugenezelenko
Date: Thu May 25 12:22:29 2017
New Revision: 303884

URL: http://llvm.org/viewvc/llvm-project?rev=303884&view=rev
Log:
[Documentation] Mention hicpp check group in Clang-tidy main document.

Modified:
    clang-tools-extra/trunk/docs/clang-tidy/index.rst

Modified: clang-tools-extra/trunk/docs/clang-tidy/index.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/
docs/clang-tidy/index.rst?rev=303884&r1=303883&r2=303884&view=diff
============================================================
==================
--- clang-tools-extra/trunk/docs/clang-tidy/index.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/index.rst Thu May 25 12:22:29
2017
@@ -59,7 +59,8 @@ Name prefix            Description
 ``cert-``              Checks related to CERT Secure Coding Guidelines.
 ``cppcoreguidelines-`` Checks related to C++ Core Guidelines.
 ``clang-analyzer-``    Clang Static Analyzer checks.
-``google-``            Checks related to the Google coding conventions.
+``google-``            Checks related to Google coding conventions.


Could you explain why you think that the article should be omitted here?
(Maybe a native speaker could chime in? ;)

+``hicpp-``             Checks related to High Integrity C++ Coding
Standard.
 ``llvm-``              Checks related to the LLVM coding conventions.
 ``misc-``              Checks that we didn't have a better category for.
 ``modernize-``         Checks that advocate usage of modern (currently
"modern"
@@ -652,7 +653,7 @@ The script provides multiple configurati
 * To restrict the files examined you can provide one or more regex
arguments
   that the file names are matched against.
   ``run-clang-tidy.py clang-tidy/.*Check\.cpp`` will only analyze
clang-tidy
-  checkers. It may also be necessary to restrict the header files warnings
are
+  checks. It may also be necessary to restrict the header files warnings
are
   displayed from using the ``-header-filter`` flag. It has the same
behavior
   as the corresponding :program:`clang-tidy` flag.



_______________________________________________
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/20170526/98ab5b98/attachment.html>


More information about the cfe-commits mailing list