mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Fix clang-tidy bugprone-macro-parentheses warnings in headers
This commit is contained in:
parent
d327d6388c
commit
13b7713889
10 changed files with 31 additions and 27 deletions
|
@ -18,7 +18,7 @@ class Stmt;
|
|||
|
||||
using ExprPtr = IntrusivePtr<Expr>;
|
||||
|
||||
#define NO_DEF -1
|
||||
constexpr int NO_DEF = -1;
|
||||
|
||||
// This class tracks a single region during which an identifier has
|
||||
// a consistent state of definition, meaning either it's (1) defined
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue