[clang-tools-extra] r246643 - [clang-tidy] Updated the check name in the doc.

Alexander Kornienko via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 2 05:01:51 PDT 2015


Author: alexfh
Date: Wed Sep  2 07:01:51 2015
New Revision: 246643

URL: http://llvm.org/viewvc/llvm-project?rev=246643&view=rev
Log:
[clang-tidy] Updated the check name in the doc.

Modified:
    clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-shrink-to-fit.rst

Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-shrink-to-fit.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-shrink-to-fit.rst?rev=246643&r1=246642&r2=246643&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-shrink-to-fit.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/modernize-shrink-to-fit.rst Wed Sep  2 07:01:51 2015
@@ -1,5 +1,5 @@
-readability-shrink-to-fit
-=========================
+modernize-shrink-to-fit
+=======================
 
 
 Replace copy and swap tricks on shrinkable containers with the




More information about the cfe-commits mailing list