Fix clang-tidy bugprone-macro-parentheses warnings in headers

This commit is contained in:
Tim Wojtulewicz 2025-06-09 12:11:00 -07:00
parent d327d6388c
commit 13b7713889
10 changed files with 31 additions and 27 deletions

View file

@ -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