summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Lehmann <dadschoorse@gmail.com>2022-02-15 13:22:40 +0100
committerMarge Bot <emma+marge@anholt.net>2022-02-22 14:57:29 +0000
commitd223b7f096e5ddfa413309e8ba656c19bb209556 (patch)
tree9dfd382424c65d81240d7664224b6a9b71dab9da
parenta6be12fdadc9acb00d4f17ccad1bdd0e1db2e312 (diff)
radv, aco: Add u_foreach_bit to .clang-format.
Signed-off-by: Georg Lehmann <dadschoorse@gmail.com> Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15083>
-rw-r--r--src/amd/.clang-format2
-rw-r--r--src/amd/compiler/.clang-format2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/amd/.clang-format b/src/amd/.clang-format
index bb71cc795e2..6cf07d558fc 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 04dbbe6da69..787183879c0 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: