[clang-tools-extra] [clang-tidy][NFC] Use universal utility mock in testcases [1/N] (PR #185431)

Baranov Victor via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 9 09:01:15 PDT 2026


================
@@ -4,18 +4,11 @@
 // RUN: -- -isystem %clang_tidy_headers
 
 #include <s.h>
+#include <utility>
+using std::move;
 
 // CHECK-FIXES: #include <utility>
----------------
vbvictor wrote:

Hm, now we already have <utility> present, we probably shouldn't convert to <utility> in this particular case

https://github.com/llvm/llvm-project/pull/185431


More information about the cfe-commits mailing list