From 967634b673da35363c6b91e427f3b4282684c504 Mon Sep 17 00:00:00 2001 From: Stefan Date: Fri, 13 Feb 2026 12:47:29 +0100 Subject: [PATCH] Fixed typo --- clang-tidy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang-tidy.md b/clang-tidy.md index aae6918e372..d28aac8f59a 100644 --- a/clang-tidy.md +++ b/clang-tidy.md @@ -187,7 +187,7 @@ We are currently using our own `naming.json` to enforce naming schemes. Also dis `portability-simd-intrinsics`
-We are not using SIMD instructions and it suggests to use `std::experiemental::` features which might not be commonly available. Also disabled for performance reasons - see https://github.com/llvm/llvm-project/issues/57527#issuecomment-1237935132. +We are not using SIMD instructions and it suggests to use `std::experimental::` features which might not be commonly available. Also disabled for performance reasons - see https://github.com/llvm/llvm-project/issues/57527#issuecomment-1237935132. `modernize-macro-to-enum`