diff options
| author | Haojian Wu <hokein@google.com> | 2016-07-27 13:11:50 +0000 |
|---|---|---|
| committer | Haojian Wu <hokein@google.com> | 2016-07-27 13:11:50 +0000 |
| commit | 32afa383cbb2564f272e3c5b65ecfbe73684a4b3 (patch) | |
| tree | a48a1df623bfc4f759d51513a34a5712eb8ac3fe | |
| parent | d92012d51cba7e108d963fd8b5b5a6ffe7215548 (diff) | |
| download | bcm5719-llvm-32afa383cbb2564f272e3c5b65ecfbe73684a4b3.tar.gz bcm5719-llvm-32afa383cbb2564f272e3c5b65ecfbe73684a4b3.zip | |
[clang-tidy] Add cppcoreguidelines-slicing entry to list.rst.
llvm-svn: 276861
| -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 |

