Skip to content

clang-tidy: bugprone macro parentheses

Not all macro arguments can be surrounded by parantheses, e.g., the left-hand side of an assignment.

Merge request reports