Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
turn on performance-inefficient-vector-operation
Browse files Browse the repository at this point in the history
Signed-off-by: Yu, Zhentao <[email protected]>
  • Loading branch information
zhentaoyu committed Jan 24, 2024
1 parent 3bb4a3b commit 074885b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Checks: >
performance-implicit-conversion-in-loop,
performance-inefficient-algorithm,
performance-inefficient-string-concatenation,
# performance-inefficient-vector-operation,
performance-inefficient-vector-operation,
performance-move-const-arg,
performance-unnecessary-copy-initialization,
performance-unnecessary-value-param,
Expand Down

0 comments on commit 074885b

Please sign in to comment.