mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Fix clang-tidy performance-enum-size warnings in headers
This commit is contained in:
parent
89ac0cb418
commit
f386deba94
76 changed files with 184 additions and 136 deletions
|
@ -33,7 +33,7 @@ using ScopePtr = IntrusivePtr<Scope>;
|
|||
using ScriptFuncPtr = IntrusivePtr<ScriptFunc>;
|
||||
using FunctionIngredientsPtr = std::shared_ptr<FunctionIngredients>;
|
||||
|
||||
enum ExprTag : int {
|
||||
enum ExprTag : int8_t {
|
||||
EXPR_ANY = -1,
|
||||
EXPR_NAME,
|
||||
EXPR_CONST,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue