From d223b7f096e5ddfa413309e8ba656c19bb209556 Mon Sep 17 00:00:00 2001 From: Georg Lehmann Date: Tue, 15 Feb 2022 13:22:40 +0100 Subject: [PATCH] radv, aco: Add u_foreach_bit to .clang-format. Signed-off-by: Georg Lehmann Reviewed-by: Samuel Pitoiset Part-of: --- src/amd/.clang-format | 2 ++ src/amd/compiler/.clang-format | 2 ++ 2 files changed, 4 insertions(+) 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: -- 2.7.4