summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/docs/clang-tidy/checks/cert-oop11-cpp.rst
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2016-01-11 16:48:26 +0000
committerAaron Ballman <aaron@aaronballman.com>2016-01-11 16:48:26 +0000
commitf5f9bf415ce118478e841922b13dba5a03ea8ba4 (patch)
treea5fb78ef72dc556376830d97e08cd52edd4de161 /clang-tools-extra/docs/clang-tidy/checks/cert-oop11-cpp.rst
parenta0e5cd55adb55b0594f9a8600cc33b3e1a211189 (diff)
downloadbcm5719-llvm-f5f9bf415ce118478e841922b13dba5a03ea8ba4.tar.gz
bcm5719-llvm-f5f9bf415ce118478e841922b13dba5a03ea8ba4.zip
Add documentation redirects for clang-tidy checkers that are exposed under multiple checker names. Updates the Python script for adding checks to properly handle these aliases.
llvm-svn: 257347
Diffstat (limited to 'clang-tools-extra/docs/clang-tidy/checks/cert-oop11-cpp.rst')
-rw-r--r--clang-tools-extra/docs/clang-tidy/checks/cert-oop11-cpp.rst10
1 files changed, 10 insertions, 0 deletions
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
new file mode 100644
index 00000000000..cc72d388674
--- /dev/null
+++ b/clang-tools-extra/docs/clang-tidy/checks/cert-oop11-cpp.rst
@@ -0,0 +1,10 @@
+.. title:: clang-tidy - cert-oop11-cpp
+.. meta::
+ :http-equiv=refresh: 5;URL=misc-move-constructor-init.html
+
+cert-oop11-cpp
+==============
+
+The cert-oop11-cpp checker is an alias, please see
+`misc-move-constructor-init <misc-move-constructor-init.html>`_ for more
+information.
OpenPOWER on IntegriCloud