File tree Expand file tree Collapse file tree 1 file changed +1
-24
lines changed Expand file tree Collapse file tree 1 file changed +1
-24
lines changed Original file line number Diff line number Diff line change 44 "properties" : {
55 "obligation" : " rule"
66 },
7- "queries" : [
8- {
9- "description" : " " ,
10- "kind" : " problem" ,
11- "name" : " Avoid side effects in arguments to unsafe macros" ,
12- "precision" : " very-high" ,
13- "severity" : " error" ,
14- "short_name" : " SideEffectsInArgumentsToUnsafeMacros" ,
15- "tags" : [
16- " correctness"
17- ]
18- }
19- ],
7+ "queries" : [],
208 "title" : " Avoid side effects in arguments to unsafe macros"
219 }
2210 },
3624 "tags" : [
3725 " correctness"
3826 ]
39- },
40- {
41- "description" : " An object shall not be modified more than once between two adjacent sequence points or within any full expression." ,
42- "kind" : " problem" ,
43- "name" : " No object shall be modified more than once" ,
44- "precision" : " very-high" ,
45- "severity" : " warning" ,
46- "short_name" : " MultipleObjectModifications" ,
47- "tags" : [
48- " correctness"
49- ]
5027 }
5128 ],
5229 "title" : " The value of an expression and its persistent side effects shall be the same under all permitted evaluation orders"
You can’t perform that action at this time.
0 commit comments