Skip to content

Commit 4239c90

Browse files
committed
Update expected file
1 parent 1064217 commit 4239c90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cpp/misra/test/rules/RULE-8-0-1/MissingPrecedenceClarifyingParenthesis.expected

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@
3030
| test.cpp:153:20:153:26 | ... * ... | Expression with operator '+' contains an unparenthesized child expression with higher precedence operator '*'. |
3131
| test.cpp:193:16:193:22 | ... * ... | Expression with operator '+' contains an unparenthesized child expression with higher precedence operator '*'. |
3232
| test.cpp:203:17:203:22 | ... * ... | Expression with operator '+' contains an unparenthesized child expression with higher precedence operator '*'. |
33-
| test.cpp:208:1:208:38 | #define UNSAFE_MACRO(x,y,z) x + y *z | Expression with operator '+' contains an unparenthesized child expression with higher precedence operator '*'. |
33+
| test.cpp:215:29:215:34 | ... * ... | Expression with operator '+' contains an unparenthesized child expression with higher precedence operator '*'. |
34+
| test.cpp:219:25:219:30 | ... * ... | Expression with operator '+' contains an unparenthesized child expression with higher precedence operator '*'. |
3435
| test.cpp:225:14:225:18 | ... * ... | Expression with operator '+' contains an unparenthesized child expression with higher precedence operator '*'. |

0 commit comments

Comments
 (0)