diff options
author | Yonggang Luo <luoyonggang@gmail.com> | 2023-06-28 16:19:47 +0800 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2023-06-29 08:36:03 +0000 |
commit | 5f7fb0a720c3f297c5a8f43e3c25c0bea6bb5d67 (patch) | |
tree | 7b8f05211e58d623fe0a698a1aa45da0009c3720 /src/.clang-format | |
parent | 62ce223245ce69bb7613ee219107c41abd5edd97 (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-format | 2 |
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 |