Skip to content

Commit

Permalink
enable performance-noexcept-move-constructor in clang-tidy (pytorch#1…
Browse files Browse the repository at this point in the history
…03593)

Use noexcept as much as possible can improve code performance significantly.
Pull Request resolved: pytorch#103593
Approved by: https://github.com/albanD
  • Loading branch information
cyyever authored and pytorchmergebot committed Jun 15, 2023
1 parent f0360c9 commit 5642b5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ modernize-*,
-modernize-use-trailing-return-type,
-modernize-use-nodiscard,
performance-*,
-performance-noexcept-move-constructor,
-performance-unnecessary-value-param,
readability-container-size-empty,
'
Expand Down

0 comments on commit 5642b5a

Please sign in to comment.