diff options
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.rst | 10 |
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.
|

