]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commit
clang-tidy : disable warning about performance enum size (#16127)
authorHaiyue Wang <redacted>
Mon, 22 Sep 2025 17:57:46 +0000 (01:57 +0800)
committerGitHub <redacted>
Mon, 22 Sep 2025 17:57:46 +0000 (19:57 +0200)
commit351f3da39c85f59d581fc184f09283da7f099a3b
tree782885a7fcd9e2427eaa52d2e6dc85ad77e1ddf9
parent3ecb2f671a2f49d56357f99d135a94e841759178
clang-tidy : disable warning about performance enum size (#16127)

Disable 'performance-enum-size' checking:

Enum 'llama_token_type' uses a larger base type ('unsigned int', size: 4 bytes)
than necessary for its value set, consider using 'std::uint8_t' (1 byte) as the
base type to reduce its size.
.clang-tidy