mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
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>
This commit is contained in:
parent
a6be12fdad
commit
d223b7f096
2 changed files with 4 additions and 0 deletions
|
|
@ -78,6 +78,8 @@ ForEachMacros:
|
||||||
- foreach_def
|
- foreach_def
|
||||||
- foreach_use
|
- foreach_use
|
||||||
- set_foreach
|
- set_foreach
|
||||||
|
- u_foreach_bit
|
||||||
|
- u_foreach_bit64
|
||||||
|
|
||||||
IncludeBlocks: Preserve
|
IncludeBlocks: Preserve
|
||||||
IncludeCategories:
|
IncludeCategories:
|
||||||
|
|
|
||||||
|
|
@ -84,6 +84,8 @@ ForEachMacros:
|
||||||
- foreach_def
|
- foreach_def
|
||||||
- foreach_use
|
- foreach_use
|
||||||
- set_foreach
|
- set_foreach
|
||||||
|
- u_foreach_bit
|
||||||
|
- u_foreach_bit64
|
||||||
|
|
||||||
IncludeBlocks: Preserve
|
IncludeBlocks: Preserve
|
||||||
IncludeCategories:
|
IncludeCategories:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue