commit | 92f750b5c719db686b4d43c5d9fcbd776d3ec18d | [log] [tgz] |
---|---|---|
author | Nikolay Korovaiko <korovaikon@gmail.com> | Tue May 05 17:38:28 2020 -0700 |
committer | Facebook GitHub Bot <facebook-github-bot@users.noreply.github.com> | Tue May 05 17:40:22 2020 -0700 |
tree | 3db731d22d696328e5b87d1b981333ac07554367 | |
parent | 0359a9b0a001c7efba0fd5f02f86be7c2f917580 [diff] |
disable clang-tidy modernize-trailing-return (#37888) Summary: too much noise from this warning  Pull Request resolved: https://github.com/pytorch/pytorch/pull/37888 Differential Revision: D21415338 Pulled By: Krovatkin fbshipit-source-id: 8d6f1be11d8419fa54a18e167929100401da439a
diff --git a/.clang-tidy b/.clang-tidy index ba36009..a540d67 100644 --- a/.clang-tidy +++ b/.clang-tidy
@@ -24,6 +24,7 @@ -modernize-use-auto, -modernize-use-default-member-init, -modernize-use-using, +-modernize-use-trailing-return-type, performance-*, -performance-noexcept-move-constructor, '