-
- Downloads
Check that logical operators use boolean data only
This means that parameters of logical operators are only allowed for data that can be interpreted as boolean naturally. Related to issue #16
Showing
- src/language/ASTNodeDataTypeBuilder.cpp 18 additions, 5 deletionssrc/language/ASTNodeDataTypeBuilder.cpp
- tests/test_ASTNodeBinaryOperatorExpressionBuilder.cpp 0 additions, 165 deletionstests/test_ASTNodeBinaryOperatorExpressionBuilder.cpp
- tests/test_ASTNodeDataTypeBuilder.cpp 11 additions, 11 deletionstests/test_ASTNodeDataTypeBuilder.cpp
- tests/test_ASTNodeExpressionBuilder.cpp 14 additions, 47 deletionstests/test_ASTNodeExpressionBuilder.cpp
- tests/test_ASTNodeUnaryOperatorExpressionBuilder.cpp 18 additions, 46 deletionstests/test_ASTNodeUnaryOperatorExpressionBuilder.cpp
- tests/test_BinaryExpressionProcessor_logic.cpp 50 additions, 152 deletionstests/test_BinaryExpressionProcessor_logic.cpp
- tests/test_BinaryExpressionProcessor_utils.hpp 10 additions, 0 deletionstests/test_BinaryExpressionProcessor_utils.hpp
- tests/test_UnaryExpressionProcessor.cpp 21 additions, 6 deletionstests/test_UnaryExpressionProcessor.cpp
Loading
Please register or sign in to comment