diff options
| author | Alexander Kornienko <alexfh@google.com> | 2017-11-27 13:06:28 +0000 |
|---|---|---|
| committer | Alexander Kornienko <alexfh@google.com> | 2017-11-27 13:06:28 +0000 |
| commit | 6e39e68983045fe48fb955f24afe376b46eb3600 (patch) | |
| tree | 96689a4d0c1d2385d6e9f4700744748713a0c860 /clang-tools-extra/docs/clang-tidy/checks/misc-move-constructor-init.rst | |
| parent | 2d4f1427267ddfae8fcab9d7764563b0d2b959cf (diff) | |
| download | bcm5719-llvm-6e39e68983045fe48fb955f24afe376b46eb3600.tar.gz bcm5719-llvm-6e39e68983045fe48fb955f24afe376b46eb3600.zip | |
[clang-tidy] Move checks from misc- to performance-
Summary:
rename_check.py misc-move-constructor-init performance-move-constructor-init
rename_check.py misc-inefficient-algorithm performance-inefficient-algorithm
Reviewers: hokein, aaron.ballman
Reviewed By: hokein, aaron.ballman
Subscribers: aaron.ballman, mgorny, xazax.hun, cfe-commits
Differential Revision: https://reviews.llvm.org/D40487
llvm-svn: 319023
Diffstat (limited to 'clang-tools-extra/docs/clang-tidy/checks/misc-move-constructor-init.rst')
| -rw-r--r-- | clang-tools-extra/docs/clang-tidy/checks/misc-move-constructor-init.rst | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/clang-tools-extra/docs/clang-tidy/checks/misc-move-constructor-init.rst b/clang-tools-extra/docs/clang-tidy/checks/misc-move-constructor-init.rst deleted file mode 100644 index f56c592bc75..00000000000 --- a/clang-tools-extra/docs/clang-tidy/checks/misc-move-constructor-init.rst +++ /dev/null @@ -1,18 +0,0 @@ -.. title:: clang-tidy - misc-move-constructor-init - -misc-move-constructor-init -========================== - -"cert-oop11-cpp" redirects here as an alias for this check. - -The check flags user-defined move constructors that have a ctor-initializer -initializing a member or base class through a copy constructor instead of a -move constructor. - -Options -------- - -.. option:: IncludeStyle - - A string specifying which include-style is used, `llvm` or `google`. Default - is `llvm`. |

