<div dir="auto"><div><br><div class="gmail_extra"><br><div class="gmail_quote">On 25 May 2017 19:22, "Eugene Zelenko via cfe-commits" <<a href="mailto:cfe-commits@lists.llvm.org" target="_blank">cfe-commits@lists.llvm.org</a>> wrote:<br type="attribution"><blockquote class="m_-6588028895696787202quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Author: eugenezelenko<br>
Date: Thu May 25 12:22:29 2017<br>
New Revision: 303884<br>
<br>
URL: <a href="http://llvm.org/viewvc/llvm-project?rev=303884&view=rev" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-pr<wbr>oject?rev=303884&view=rev</a><br>
Log:<br>
[Documentation] Mention hicpp check group in Clang-tidy main document.<br>
<br>
Modified:<br>
    clang-tools-extra/trunk/docs/c<wbr>lang-tidy/index.rst<br>
<br>
Modified: clang-tools-extra/trunk/docs/c<wbr>lang-tidy/index.rst<br>
URL: <a href="http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/index.rst?rev=303884&r1=303883&r2=303884&view=diff" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-pr<wbr>oject/clang-tools-extra/trunk/<wbr>docs/clang-tidy/index.rst?rev=<wbr>303884&r1=303883&r2=303884&<wbr>view=diff</a><br>
==============================<wbr>==============================<wbr>==================<br>
--- clang-tools-extra/trunk/docs/c<wbr>lang-tidy/index.rst (original)<br>
+++ clang-tools-extra/trunk/docs/c<wbr>lang-tidy/index.rst Thu May 25 12:22:29 2017<br>
@@ -59,7 +59,8 @@ Name prefix            Description<br>
 ``cert-``              Checks related to CERT Secure Coding Guidelines.<br>
 ``cppcoreguidelines-`` Checks related to C++ Core Guidelines.<br>
 ``clang-analyzer-``    Clang Static Analyzer checks.<br>
-``google-``            Checks related to the Google coding conventions.<br>
+``google-``            Checks related to Google coding conventions.<br></blockquote></div></div></div><div dir="auto"><br></div><div dir="auto">Could you explain why you think that the article should be omitted here? (Maybe a native speaker could chime in? ;)</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="m_-6588028895696787202quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
+``hicpp-``             Checks related to High Integrity C++ Coding Standard.<br>
 ``llvm-``              Checks related to the LLVM coding conventions.<br>
 ``misc-``              Checks that we didn't have a better category for.<br>
 ``modernize-``         Checks that advocate usage of modern (currently "modern"<br>
@@ -652,7 +653,7 @@ The script provides multiple configurati<br>
 * To restrict the files examined you can provide one or more regex arguments<br>
   that the file names are matched against.<br>
   ``run-clang-tidy.py clang-tidy/.*Check\.cpp`` will only analyze clang-tidy<br>
-  checkers. It may also be necessary to restrict the header files warnings are<br>
+  checks. It may also be necessary to restrict the header files warnings are<br>
   displayed from using the ``-header-filter`` flag. It has the same behavior<br>
   as the corresponding :program:`clang-tidy` flag.<br>
<br>
<br>
<br>
______________________________<wbr>_________________<br>
cfe-commits mailing list<br>
<a href="mailto:cfe-commits@lists.llvm.org" target="_blank">cfe-commits@lists.llvm.org</a><br>
<a href="http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits" rel="noreferrer" target="_blank">http://lists.llvm.org/cgi-bin/<wbr>mailman/listinfo/cfe-commits</a><br>
</blockquote></div><br></div></div></div>