diff options
-rw-r--r-- | clang-tools-extra/docs/clang-tidy/checks/performance-inefficient-vector-operation.rst | 1 |
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`. |