diff options
| -rw-r--r-- | clang-tools-extra/docs/clang-tidy/checks/list.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang-tools-extra/docs/clang-tidy/checks/list.rst b/clang-tools-extra/docs/clang-tidy/checks/list.rst index f2cf6a2ee92..e8fc21e7e4b 100644 --- a/clang-tools-extra/docs/clang-tidy/checks/list.rst +++ b/clang-tools-extra/docs/clang-tidy/checks/list.rst @@ -29,6 +29,7 @@ Clang-Tidy Checks cppcoreguidelines-pro-type-static-cast-downcast cppcoreguidelines-pro-type-union-access cppcoreguidelines-pro-type-vararg + cppcoreguidelines-slicing google-build-explicit-make-pair google-build-namespaces google-build-using-namespace |

