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`.


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to