mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
[clang-tidy] disable hicpp-no-assembler
we need assembler code for some critical spots, so this check is useless for our use case.
This commit is contained in:
@@ -42,6 +42,7 @@ Checks: >
|
||||
-google-readability-todo,
|
||||
-hicpp-braces-around-statements,
|
||||
-hicpp-no-array-decay,
|
||||
-hicpp-no-assembler,
|
||||
-hicpp-multiway-paths-covered,
|
||||
-hicpp-signed-bitwise,
|
||||
-hicpp-uppercase-literal-suffix,
|
||||
|
||||
Reference in New Issue
Block a user