-
- Downloads
Check if test arguments are not build on non natural conversions
Actually, it is now forbidden to write code such as `` if(1) { // do something } `` This rule also applies to `for`-loops, `while`-loops and `do while`-loops. Related to issue #16
parent
7a10a4d1
No related branches found
No related tags found
Showing
- src/language/ASTNodeDataTypeBuilder.cpp 19 additions, 18 deletionssrc/language/ASTNodeDataTypeBuilder.cpp
- tests/test_DoWhileProcessor.cpp 23 additions, 0 deletionstests/test_DoWhileProcessor.cpp
- tests/test_ForProcessor.cpp 23 additions, 0 deletionstests/test_ForProcessor.cpp
- tests/test_IfProcessor.cpp 24 additions, 0 deletionstests/test_IfProcessor.cpp
- tests/test_WhileProcessor.cpp 23 additions, 0 deletionstests/test_WhileProcessor.cpp
Loading
Please register or sign in to comment