From: Matthias Maier Date: Wed, 23 Nov 2022 18:57:56 +0000 (-0600) Subject: clang-tidy: remove nonexistent check X-Git-Tag: v9.5.0-rc1~819^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d175c39f26c1643ddb1140f440ef238b5c81562;p=dealii.git clang-tidy: remove nonexistent check This probably should have read -modernize-use-emplace instead of "use-emplace". Let's simply remove the directive for now. --- diff --git a/.clang-tidy b/.clang-tidy index adfa77d494..8258e2eca9 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -31,7 +31,6 @@ Checks: > -modernize-use-override, -modernize-use-trailing-return-type, -modernize-use-transparent-functors, - use-emplace, mpi-*, performance-*, -performance-inefficient-string-concatenation,