3.3.2
Headers are being reintroduced. For now it's only a warning that does not trigger the norminette in the moulinette.
Properly checks for ternaries in control structures
Properly handles operator right before a pointer (i = -*j;
)
More pointer/operator inconsistencies fixed
Fixed bug with variable declaration and parenthesis
Fixed variable alignment error with typedef const
Fixed various crashs and infinite loop
- With parenthesis
- With not compilable code
etc..
Please note that the scope of the norminette is not to handle uncompilable code. Theses fixes aren't great.
Norminette should be run on compilable code. We might want to modify the moulinette to first check compilation to make sure these bug don't happen again.
More hotfixes on uncompilable code might come through later.