summaryrefslogtreecommitdiff
path: root/src/.clang-format
diff options
context:
space:
mode:
authorYonggang Luo <luoyonggang@gmail.com>2023-06-28 16:19:47 +0800
committerMarge Bot <emma+marge@anholt.net>2023-06-29 08:36:03 +0000
commit5f7fb0a720c3f297c5a8f43e3c25c0bea6bb5d67 (patch)
tree7b8f05211e58d623fe0a698a1aa45da0009c3720 /src/.clang-format
parent62ce223245ce69bb7613ee219107c41abd5edd97 (diff)
clang-format: Add nir_foreach_function_impl into src/.clang-format
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Reviewed-by: Konstantin Seurer <konstantin.seurer@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23903>
Diffstat (limited to 'src/.clang-format')
-rw-r--r--src/.clang-format2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/.clang-format b/src/.clang-format
index 7fe321c9a78..7de8b4661b7 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