summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/docs/clang-tidy
diff options
context:
space:
mode:
authorAlexander Kornienko <alexfh@google.com>2016-01-18 22:51:09 +0000
committerAlexander Kornienko <alexfh@google.com>2016-01-18 22:51:09 +0000
commit3c95377eb1fa2f057264a99a4fa8f7add76c2d76 (patch)
tree1e7d79a9ade2fa15b79d43d47c064a832c8caf88 /clang-tools-extra/docs/clang-tidy
parent846b63b4369238fffab16c3c7b2e1db4c46a8fcd (diff)
downloadbcm5719-llvm-3c95377eb1fa2f057264a99a4fa8f7add76c2d76.tar.gz
bcm5719-llvm-3c95377eb1fa2f057264a99a4fa8f7add76c2d76.zip
[clang-tidy] Fixed wording ("clang-tidy check", not "clang-tidy checker")
llvm-svn: 258098
Diffstat (limited to 'clang-tools-extra/docs/clang-tidy')
-rw-r--r--clang-tools-extra/docs/clang-tidy/checks/cert-dcl03-c.rst2
-rw-r--r--clang-tools-extra/docs/clang-tidy/checks/cert-dcl54-cpp.rst2
-rw-r--r--clang-tools-extra/docs/clang-tidy/checks/cert-dcl59-cpp.rst2
-rw-r--r--clang-tools-extra/docs/clang-tidy/checks/cert-err61-cpp.rst2
-rw-r--r--clang-tools-extra/docs/clang-tidy/checks/cert-fio38-c.rst2
-rw-r--r--clang-tools-extra/docs/clang-tidy/checks/cert-oop11-cpp.rst2
-rw-r--r--clang-tools-extra/docs/clang-tidy/checks/google-build-namespaces.rst2
-rw-r--r--clang-tools-extra/docs/clang-tidy/checks/misc-move-constructor-init.rst2
-rw-r--r--clang-tools-extra/docs/clang-tidy/checks/misc-new-delete-overloads.rst2
-rw-r--r--clang-tools-extra/docs/clang-tidy/checks/misc-non-copyable-objects.rst2
-rw-r--r--clang-tools-extra/docs/clang-tidy/checks/misc-static-assert.rst2
-rw-r--r--clang-tools-extra/docs/clang-tidy/checks/misc-throw-by-value-catch-by-reference.rst2
12 files changed, 12 insertions, 12 deletions
diff --git a/clang-tools-extra/docs/clang-tidy/checks/cert-dcl03-c.rst b/clang-tools-extra/docs/clang-tidy/checks/cert-dcl03-c.rst
index cd384ff7f9b..2e4780b1ef1 100644
--- a/clang-tools-extra/docs/clang-tidy/checks/cert-dcl03-c.rst
+++ b/clang-tools-extra/docs/clang-tidy/checks/cert-dcl03-c.rst
@@ -5,5 +5,5 @@
cert-dcl03-c
============
-The cert-dcl03-c checker is an alias, please see
+The cert-dcl03-c check is an alias, please see
`misc-static-assert <misc-static-assert.html>`_ for more information.
diff --git a/clang-tools-extra/docs/clang-tidy/checks/cert-dcl54-cpp.rst b/clang-tools-extra/docs/clang-tidy/checks/cert-dcl54-cpp.rst
index 7aba1e2bc49..e0b575ca5d7 100644
--- a/clang-tools-extra/docs/clang-tidy/checks/cert-dcl54-cpp.rst
+++ b/clang-tools-extra/docs/clang-tidy/checks/cert-dcl54-cpp.rst
@@ -5,6 +5,6 @@
cert-dcl54-cpp
==============
-The cert-dcl54-cpp checker is an alias, please see
+The cert-dcl54-cpp check is an alias, please see
`misc-new-delete-overloads <misc-new-delete-overloads.html>`_ for more
information.
diff --git a/clang-tools-extra/docs/clang-tidy/checks/cert-dcl59-cpp.rst b/clang-tools-extra/docs/clang-tidy/checks/cert-dcl59-cpp.rst
index b8808ce9812..9528c0477ff 100644
--- a/clang-tools-extra/docs/clang-tidy/checks/cert-dcl59-cpp.rst
+++ b/clang-tools-extra/docs/clang-tidy/checks/cert-dcl59-cpp.rst
@@ -5,5 +5,5 @@
cert-dcl59-cpp
==============
-The cert-dcl59-cpp checker is an alias, please see
+The cert-dcl59-cpp check is an alias, please see
`google-build-namespaces <google-build-namespaces.html>`_ for more information.
diff --git a/clang-tools-extra/docs/clang-tidy/checks/cert-err61-cpp.rst b/clang-tools-extra/docs/clang-tidy/checks/cert-err61-cpp.rst
index 2657836d9a9..f0cd0fee8ff 100644
--- a/clang-tools-extra/docs/clang-tidy/checks/cert-err61-cpp.rst
+++ b/clang-tools-extra/docs/clang-tidy/checks/cert-err61-cpp.rst
@@ -5,6 +5,6 @@
cert-err61-cpp
==============
-The cert-err61-cpp checker is an alias, please see
+The cert-err61-cpp check is an alias, please see
`misc-throw-by-value-catch-by-reference <misc-throw-by-value-catch-by-reference.html>`_
for more information.
diff --git a/clang-tools-extra/docs/clang-tidy/checks/cert-fio38-c.rst b/clang-tools-extra/docs/clang-tidy/checks/cert-fio38-c.rst
index 3202790f94d..5ce37f44274 100644
--- a/clang-tools-extra/docs/clang-tidy/checks/cert-fio38-c.rst
+++ b/clang-tools-extra/docs/clang-tidy/checks/cert-fio38-c.rst
@@ -5,6 +5,6 @@
cert-fio38-c
============
-The cert-fio38-c checker is an alias, please see
+The cert-fio38-c check is an alias, please see
`misc-non-copyable-objects <misc-non-copyable-objects.html>`_ for more
information.
diff --git a/clang-tools-extra/docs/clang-tidy/checks/cert-oop11-cpp.rst b/clang-tools-extra/docs/clang-tidy/checks/cert-oop11-cpp.rst
index cc72d388674..c824528c5f0 100644
--- a/clang-tools-extra/docs/clang-tidy/checks/cert-oop11-cpp.rst
+++ b/clang-tools-extra/docs/clang-tidy/checks/cert-oop11-cpp.rst
@@ -5,6 +5,6 @@
cert-oop11-cpp
==============
-The cert-oop11-cpp checker is an alias, please see
+The cert-oop11-cpp check is an alias, please see
`misc-move-constructor-init <misc-move-constructor-init.html>`_ for more
information.
diff --git a/clang-tools-extra/docs/clang-tidy/checks/google-build-namespaces.rst b/clang-tools-extra/docs/clang-tidy/checks/google-build-namespaces.rst
index 63718a69a3c..68afeb95fb8 100644
--- a/clang-tools-extra/docs/clang-tidy/checks/google-build-namespaces.rst
+++ b/clang-tools-extra/docs/clang-tidy/checks/google-build-namespaces.rst
@@ -3,7 +3,7 @@
google-build-namespaces
=======================
-"cert-dcl59-cpp" redirects here as an alias for this checker.
+"cert-dcl59-cpp" redirects here as an alias for this check.
Finds anonymous namespaces in headers.
diff --git a/clang-tools-extra/docs/clang-tidy/checks/misc-move-constructor-init.rst b/clang-tools-extra/docs/clang-tidy/checks/misc-move-constructor-init.rst
index 85e99a4557a..cc2e6e6e2c9 100644
--- a/clang-tools-extra/docs/clang-tidy/checks/misc-move-constructor-init.rst
+++ b/clang-tools-extra/docs/clang-tidy/checks/misc-move-constructor-init.rst
@@ -3,7 +3,7 @@
misc-move-constructor-init
==========================
-"cert-oop11-cpp" redirects here as an alias for this checker.
+"cert-oop11-cpp" redirects here as an alias for this check.
The check flags user-defined move constructors that have a ctor-initializer
initializing a member or base class through a copy constructor instead of a
diff --git a/clang-tools-extra/docs/clang-tidy/checks/misc-new-delete-overloads.rst b/clang-tools-extra/docs/clang-tidy/checks/misc-new-delete-overloads.rst
index ba5960916f9..38b523aea01 100644
--- a/clang-tools-extra/docs/clang-tidy/checks/misc-new-delete-overloads.rst
+++ b/clang-tools-extra/docs/clang-tidy/checks/misc-new-delete-overloads.rst
@@ -3,7 +3,7 @@
misc-new-delete-overloads
=========================
-"cert-dcl54-cpp" redirects here as an alias for this checker.
+"cert-dcl54-cpp" redirects here as an alias for this check.
The check flags overloaded operator new() and operator delete() functions that
do not have a corresponding free store function defined within the same scope.
diff --git a/clang-tools-extra/docs/clang-tidy/checks/misc-non-copyable-objects.rst b/clang-tools-extra/docs/clang-tidy/checks/misc-non-copyable-objects.rst
index 3f3f29eb0af..dd0d14b78aa 100644
--- a/clang-tools-extra/docs/clang-tidy/checks/misc-non-copyable-objects.rst
+++ b/clang-tools-extra/docs/clang-tidy/checks/misc-non-copyable-objects.rst
@@ -3,7 +3,7 @@
misc-non-copyable-objects
=========================
-"cert-fio38-c" redirects here as an alias for this checker.
+"cert-fio38-c" redirects here as an alias for this check.
The check flags dereferences and non-pointer declarations of objects that are
not meant to be passed by value, such as C FILE objects or POSIX
diff --git a/clang-tools-extra/docs/clang-tidy/checks/misc-static-assert.rst b/clang-tools-extra/docs/clang-tidy/checks/misc-static-assert.rst
index 0002bdd31b5..5465797525b 100644
--- a/clang-tools-extra/docs/clang-tidy/checks/misc-static-assert.rst
+++ b/clang-tools-extra/docs/clang-tidy/checks/misc-static-assert.rst
@@ -3,7 +3,7 @@
misc-static-assert
==================
-"cert-dcl03-c" redirects here as an alias for this checker.
+"cert-dcl03-c" redirects here as an alias for this check.
Replaces ``assert()`` with ``static_assert()`` if the condition is evaluatable
at compile time.
diff --git a/clang-tools-extra/docs/clang-tidy/checks/misc-throw-by-value-catch-by-reference.rst b/clang-tools-extra/docs/clang-tidy/checks/misc-throw-by-value-catch-by-reference.rst
index 388d704d37c..bdb97e070f6 100644
--- a/clang-tools-extra/docs/clang-tidy/checks/misc-throw-by-value-catch-by-reference.rst
+++ b/clang-tools-extra/docs/clang-tidy/checks/misc-throw-by-value-catch-by-reference.rst
@@ -3,7 +3,7 @@
misc-throw-by-value-catch-by-reference
======================================
-"cert-err61-cpp" redirects here as an alias for this checker.
+"cert-err61-cpp" redirects here as an alias for this check.
Finds violations of the rule "Throw by value, catch by reference" presented for example in "C++ Coding Standards" by H. Sutter and A. Alexandrescu. This check also has the option to find violations of the rule "Throw anonymous temporaries" (https://www.securecoding.cert.org/confluence/display/cplusplus/ERR09-CPP.+Throw+anonymous+temporaries). The option is named "CheckThrowTemporaries" and it's on by default.
OpenPOWER on IntegriCloud