Lexer cleanup

This commit is contained in:
Christoffer Lerno
2020-03-13 17:11:31 +01:00
parent ebbea2ac42
commit 2e3bbf119c
10 changed files with 94 additions and 123 deletions

View File

@@ -18,8 +18,8 @@ Checks: >
-google-runtime-references,
-misc-non-private-member-variables-in-classes,
-readability-named-parameter,
-readability-magic-numbers,
-readability-braces-around-statements,
-readability-magic-numbers
# Turn all the warnings from the checks above into errors.
WarningsAsErrors: "*"