From: Matthias Maier Date: Wed, 23 Nov 2022 20:26:46 +0000 (-0600) Subject: Update .clang-tidy X-Git-Tag: v9.5.0-rc1~819^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4bafb966f9d2891b6036ca47b74e9b8b4d45322b;p=dealii.git Update .clang-tidy Co-authored-by: Wolfgang Bangerth --- diff --git a/.clang-tidy b/.clang-tidy index 8258e2eca9..7532f07a2e 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -12,7 +12,7 @@ # We don't care about "a"+to_string(5)+... # # - performance-no-automatic-move: -# All modern compiler perform the return value optimization and we prefer +# All modern compilers perform the return value optimization and we prefer # to keep things const. #