From f5f9bf415ce118478e841922b13dba5a03ea8ba4 Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Mon, 11 Jan 2016 16:48:26 +0000 Subject: 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 --- clang-tools-extra/docs/clang-tidy/checks/cert-oop11-cpp.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 clang-tools-extra/docs/clang-tidy/checks/cert-oop11-cpp.rst (limited to 'clang-tools-extra/docs/clang-tidy/checks/cert-oop11-cpp.rst') 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 `_ for more +information. -- cgit v1.2.3