File tree Expand file tree Collapse file tree 3 files changed +20
-5
lines changed Expand file tree Collapse file tree 3 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 14
14
"short_name" : " DoNotViolateInLineLinkageConstraints" ,
15
15
"tags" : [
16
16
" correctness"
17
- ]
17
+ ],
18
+ "implementation_scope" : {
19
+ "description" : " This query only considers the constraints related to inline extern functions."
20
+ }
18
21
}
19
22
],
20
23
"title" : " Do not violate constraints"
36
39
"shared_implementation_short_name" : " UncheckedRangeDomainPoleErrors" ,
37
40
"tags" : [
38
41
" correctness"
39
- ]
42
+ ],
43
+ "implementation_scope" : {
44
+ "description" : " This query identifies possible domain, pole and range errors on a selection of C standard library fuctions from math.h."
45
+ }
40
46
}
41
47
],
42
48
"title" : " The validity of values passed to library functions shall be checked"
56
62
"shared_implementation_short_name" : " FunctionErroneousReturnValueNotTested" ,
57
63
"tags" : [
58
64
" maintainability"
59
- ]
65
+ ],
66
+ "implementation_scope" : {
67
+ "description" : " This query enforces checking on some C standard library functions that may return error codes."
68
+ }
60
69
}
61
70
],
62
71
"title" : " If a function returns error information, then that error information shall be tested"
Original file line number Diff line number Diff line change 15
15
"shared_implementation_short_name" : " UncheckedRangeDomainPoleErrors" ,
16
16
"tags" : [
17
17
" correctness"
18
- ]
18
+ ],
19
+ "implementation_scope" : {
20
+ "description" : " This query identifies possible domain, pole and range errors on a selection of C standard library fuctions from math.h."
21
+ }
19
22
}
20
23
],
21
24
"title" : " Prevent or detect domain and range errors in math functions"
Original file line number Diff line number Diff line change 89
89
"shared_implementation_short_name" : " FunctionErroneousReturnValueNotTested" ,
90
90
"tags" : [
91
91
" maintainability"
92
- ]
92
+ ],
93
+ "implementation_scope" : {
94
+ "description" : " The query enforces checking on some C standard library functions that may return error codes."
95
+ }
93
96
}
94
97
],
95
98
"title" : " If a function generates error information, then that error information shall be tested."
You can’t perform that action at this time.
0 commit comments