File tree Expand file tree Collapse file tree 1 file changed +0
-34
lines changed Expand file tree Collapse file tree 1 file changed +0
-34
lines changed Original file line number Diff line number Diff line change 52
52
}
53
53
],
54
54
"title" : " Declare objects shared between threads with appropriate storage durations"
55
- },
56
- "CON39-C" : {
57
- "properties" : {
58
- "obligation" : " rule"
59
- },
60
- "queries" : [
61
- {
62
- "description" : " " ,
63
- "kind" : " problem" ,
64
- "name" : " Do not join or detach a thread that was previously joined or detached" ,
65
- "precision" : " high" ,
66
- "severity" : " error" ,
67
- "short_name" : " ThreadWasPreviouslyJoinedOrDetached" ,
68
- "tags" : []
69
- }
70
- ],
71
- "title" : " Do not join or detach a thread that was previously joined or detached"
72
- },
73
- "CON40-C" : {
74
- "properties" : {
75
- "obligation" : " rule"
76
- },
77
- "queries" : [
78
- {
79
- "description" : " " ,
80
- "kind" : " problem" ,
81
- "name" : " Do not refer to an atomic variable twice in an expression" ,
82
- "precision" : " very-high" ,
83
- "severity" : " error" ,
84
- "short_name" : " DoNotReferToAnAtomicVariableTwiceInExpression" ,
85
- "tags" : []
86
- }
87
- ],
88
- "title" : " Do not refer to an atomic variable twice in an expression"
89
55
}
90
56
}
91
57
}
You can’t perform that action at this time.
0 commit comments