[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:
akallabeth 2024-09-11 22:52:24 +02:00
parent 66153045be
commit 0f00e37884
No known key found for this signature in database
GPG Key ID: A49454A3FC909FD5
1 changed files with 1 additions and 0 deletions

View File

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