From: Yonggang Luo Date: Wed, 28 Jun 2023 08:19:47 +0000 (+0800) Subject: clang-format: Add nir_foreach_function_impl into src/.clang-format X-Git-Tag: upstream/23.3.3~6336 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5f7fb0a720c3f297c5a8f43e3c25c0bea6bb5d67;p=platform%2Fupstream%2Fmesa.git clang-format: Add nir_foreach_function_impl into src/.clang-format Signed-off-by: Yonggang Luo Reviewed-by: Konstantin Seurer Part-of: --- diff --git a/src/.clang-format b/src/.clang-format index 7fe321c..7de8b46 100644 --- a/src/.clang-format +++ b/src/.clang-format @@ -147,6 +147,8 @@ ForEachMacros: - nir_foreach_function - nir_foreach_function_with_impl + - nir_foreach_function_impl + - nir_foreach_block_unstructured - nir_foreach_block_unstructured_safe