From 9d175c39f26c1643ddb1140f440ef238b5c81562 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Wed, 23 Nov 2022 12:57:56 -0600 Subject: [PATCH] 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. --- .clang-tidy | 1 - 1 file changed, 1 deletion(-) 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, -- 2.39.5