From: Georg Lehmann Date: Tue, 15 Feb 2022 12:22:40 +0000 (+0100) Subject: radv, aco: Add u_foreach_bit to .clang-format. X-Git-Tag: upstream/22.3.5~12398 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d223b7f096e5ddfa413309e8ba656c19bb209556;p=platform%2Fupstream%2Fmesa.git radv, aco: Add u_foreach_bit to .clang-format. Signed-off-by: Georg Lehmann Reviewed-by: Samuel Pitoiset Part-of: --- diff --git a/src/amd/.clang-format b/src/amd/.clang-format index bb71cc7..6cf07d5 100644 --- a/src/amd/.clang-format +++ b/src/amd/.clang-format @@ -78,6 +78,8 @@ ForEachMacros: - foreach_def - foreach_use - set_foreach + - u_foreach_bit + - u_foreach_bit64 IncludeBlocks: Preserve IncludeCategories: diff --git a/src/amd/compiler/.clang-format b/src/amd/compiler/.clang-format index 04dbbe6..7871838 100644 --- a/src/amd/compiler/.clang-format +++ b/src/amd/compiler/.clang-format @@ -84,6 +84,8 @@ ForEachMacros: - foreach_def - foreach_use - set_foreach + - u_foreach_bit + - u_foreach_bit64 IncludeBlocks: Preserve IncludeCategories: