[clang-tools-extra] r371968 - Fix the rst doc, unbreak buildbot.

Haojian Wu via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 16 02:46:53 PDT 2019


Author: hokein
Date: Mon Sep 16 02:46:53 2019
New Revision: 371968

URL: http://llvm.org/viewvc/llvm-project?rev=371968&view=rev
Log:
Fix the rst doc, unbreak buildbot.

Modified:
    clang-tools-extra/trunk/docs/clang-tidy/checks/performance-inefficient-vector-operation.rst

Modified: clang-tools-extra/trunk/docs/clang-tidy/checks/performance-inefficient-vector-operation.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clang-tidy/checks/performance-inefficient-vector-operation.rst?rev=371968&r1=371967&r2=371968&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clang-tidy/checks/performance-inefficient-vector-operation.rst (original)
+++ clang-tools-extra/trunk/docs/clang-tidy/checks/performance-inefficient-vector-operation.rst Mon Sep 16 02:46:53 2019
@@ -60,6 +60,7 @@ Options
    ``::std::vector`` is considered.
 
 .. option:: EnableProto
+
    When non-zero, the check will also warn on inefficient operations for proto
    repeated fields. Otherwise, the check only warns on inefficient vector
    operations. Default is `0`.




More information about the cfe-commits mailing list