Beginning support for variable sized arrays at end of struct.

This commit is contained in:
Christoffer Lerno
2021-05-24 17:57:00 +02:00
parent 97f7d1288e
commit b99f8d644b
9 changed files with 183 additions and 95 deletions

View File

@@ -20,6 +20,7 @@ Checks: >
-readability-named-parameter,
-readability-magic-numbers,
-readability-braces-around-statements,
-misc-no-recursion,
# Turn all the warnings from the checks above into errors.
WarningsAsErrors: "*"