build: update clang v21, fix warnings

- `src/nvim/ex_cmds_defs.h`: use "U" instead of "u" per
  `readability-uppercase-literal-suffix`
This commit is contained in:
dundargoc
2025-11-09 21:22:54 +01:00
committed by Justin M. Keyes
parent e243bed18f
commit 8a4bee3ed0
55 changed files with 122 additions and 116 deletions

View File

@@ -826,7 +826,7 @@ char *arena_strdup(Arena *arena, const char *str)
return arena_memdupz(arena, str, strlen(str));
}
#if defined(EXITFREE)
#ifdef EXITFREE
# include "nvim/autocmd.h"
# include "nvim/buffer.h"