diff options
| author | Alexander Kornienko <alexfh@google.com> | 2015-09-02 12:01:51 +0000 |
|---|---|---|
| committer | Alexander Kornienko <alexfh@google.com> | 2015-09-02 12:01:51 +0000 |
| commit | 84745524b3d188d051ac756b87c519caa48ff980 (patch) | |
| tree | 7e133cdfd7db46e20f49d05a68c2339d889e59e6 /clang-tools-extra/docs | |
| parent | 1e58e8adf646922b8ffc948f8774d56796239366 (diff) | |
| download | bcm5719-llvm-84745524b3d188d051ac756b87c519caa48ff980.tar.gz bcm5719-llvm-84745524b3d188d051ac756b87c519caa48ff980.zip | |
[clang-tidy] Updated the check name in the doc.
llvm-svn: 246643
Diffstat (limited to 'clang-tools-extra/docs')
| -rw-r--r-- | clang-tools-extra/docs/clang-tidy/checks/modernize-shrink-to-fit.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang-tools-extra/docs/clang-tidy/checks/modernize-shrink-to-fit.rst b/clang-tools-extra/docs/clang-tidy/checks/modernize-shrink-to-fit.rst index 6bc192e10c2..1a7f06d2d33 100644 --- a/clang-tools-extra/docs/clang-tidy/checks/modernize-shrink-to-fit.rst +++ b/clang-tools-extra/docs/clang-tidy/checks/modernize-shrink-to-fit.rst @@ -1,5 +1,5 @@ -readability-shrink-to-fit -========================= +modernize-shrink-to-fit +======================= Replace copy and swap tricks on shrinkable containers with the |

