mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
[clang-tidy] disable bugprone-macro-parentheses
this check has too many false positives (when the macro arguments are types for example) so disable this.
This commit is contained in:
@@ -23,6 +23,7 @@ Checks: >
|
||||
-altera-unroll-loops,
|
||||
-bugprone-easily-swappable-parameters,
|
||||
-bugprone-assignment-in-if-condition,
|
||||
-bugprone-macro-parentheses,
|
||||
-cert-dcl16-c,
|
||||
-cert-env33-c,
|
||||
-cert-dcl50-cpp,
|
||||
|
||||
Reference in New Issue
Block a user