summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHaojian Wu <hokein@google.com>2019-09-16 09:46:53 +0000
committerHaojian Wu <hokein@google.com>2019-09-16 09:46:53 +0000
commit3716547c5fe31115cf648950df201491c1858035 (patch)
treec73745535f4fda9a79553045c4b2e6d6fddf8d26
parente55b3bf40ef3e89fc31912102d975863b6501cf1 (diff)
downloadbcm5719-llvm-3716547c5fe31115cf648950df201491c1858035.tar.gz
bcm5719-llvm-3716547c5fe31115cf648950df201491c1858035.zip
Fix the rst doc, unbreak buildbot.
llvm-svn: 371968
-rw-r--r--clang-tools-extra/docs/clang-tidy/checks/performance-inefficient-vector-operation.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang-tools-extra/docs/clang-tidy/checks/performance-inefficient-vector-operation.rst b/clang-tools-extra/docs/clang-tidy/checks/performance-inefficient-vector-operation.rst
index 2d4b3d13bdc..f327ac27e8f 100644
--- a/clang-tools-extra/docs/clang-tidy/checks/performance-inefficient-vector-operation.rst
+++ b/clang-tools-extra/docs/clang-tidy/checks/performance-inefficient-vector-operation.rst
@@ -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`.
OpenPOWER on IntegriCloud