File tree
15 files changed
+140
-92
lines changedFilter options
- c
- common/src/codingstandards/c
- initialization
- misra
- src/rules
- DIR-5-1
- RULE-22-17
- RULE-22-18
- RULE-22-19
- RULE-22-20
- test/rules
- DIR-5-1
- RULE-22-14
- RULE-22-17
- RULE-22-18
- RULE-22-19
- RULE-22-20
- cpp/common/src/codingstandards/cpp/concurrency
- rule_packages/c
15 files changed
+140
-92
lines changedc/common/src/codingstandards/c/SubObjects.qll
Copy file name to clipboardExpand all lines: c/common/src/codingstandards/c/SubObjects.qll+35Lines changed: 35 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
1 | 29 |
|
2 | 30 |
|
3 | 31 |
|
| ||
70 | 98 |
|
71 | 99 |
|
72 | 100 |
|
| 101 | + |
| 102 | + |
73 | 103 |
|
74 | 104 |
|
75 | 105 |
|
| ||
79 | 109 |
|
80 | 110 |
|
81 | 111 |
|
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
82 | 117 |
|
83 | 118 |
|
84 | 119 |
|
|
c/common/src/codingstandards/c/initialization/GlobalInitializationAnalysis.qll
Copy file name to clipboardExpand all lines: c/common/src/codingstandards/c/initialization/GlobalInitializationAnalysis.qll+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
10 |
| - |
| 10 | + |
| 11 | + |
| 12 | + |
11 | 13 |
|
12 | 14 |
|
13 | 15 |
|
|
c/misra/src/rules/DIR-5-1/PossibleDataRaceBetweenThreads.ql
Copy file name to clipboardExpand all lines: c/misra/src/rules/DIR-5-1/PossibleDataRaceBetweenThreads.ql+22-18Lines changed: 22 additions & 18 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
50 |
| - |
| 50 | + |
51 | 51 |
|
52 | 52 |
|
53 | 53 |
|
| ||
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
59 |
| - |
| 59 | + |
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
| ||
94 | 94 |
|
95 | 95 |
|
96 | 96 |
|
97 |
| - |
| 97 | + |
98 | 98 |
|
99 | 99 |
|
100 |
| - |
101 |
| - |
102 |
| - |
103 |
| - |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
104 | 108 |
|
105 | 109 |
|
106 |
| - |
| 110 | + |
107 | 111 |
|
108 | 112 |
|
109 | 113 |
|
110 | 114 |
|
111 | 115 |
|
112 | 116 |
|
113 | 117 |
|
114 |
| - |
| 118 | + |
115 | 119 |
|
116 | 120 |
|
117 | 121 |
|
118 | 122 |
|
119 | 123 |
|
120 |
| - |
| 124 | + |
121 | 125 |
|
122 | 126 |
|
123 | 127 |
|
124 | 128 |
|
125 |
| - |
126 |
| - |
| 129 | + |
| 130 | + |
127 | 131 |
|
128 |
| - |
129 |
| - |
| 132 | + |
| 133 | + |
130 | 134 |
|
131 | 135 |
|
132 | 136 |
|
| ||
141 | 145 |
|
142 | 146 |
|
143 | 147 |
|
144 |
| - |
145 |
| - |
| 148 | + |
| 149 | + |
146 | 150 |
|
147 | 151 |
|
148 | 152 |
|
149 | 153 |
|
150 | 154 |
|
151 | 155 |
|
152 |
| - |
| 156 | + |
153 | 157 |
|
154 | 158 |
|
155 | 159 |
|
156 |
| - |
| 160 | + |
157 | 161 |
|
158 | 162 |
|
c/misra/src/rules/RULE-22-17/InvalidOperationOnUnlockedMutex.ql
Copy file name to clipboardExpand all lines: c/misra/src/rules/RULE-22-17/InvalidOperationOnUnlockedMutex.ql+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
64 | 64 |
|
65 | 65 |
|
66 | 66 |
|
67 |
| - |
| 67 | + |
68 | 68 |
|
c/misra/src/rules/RULE-22-18/NonRecursiveMutexRecursivelyLockedAudit.ql
Copy file name to clipboardExpand all lines: c/misra/src/rules/RULE-22-18/NonRecursiveMutexRecursivelyLockedAudit.ql+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
5 |
| - |
| 5 | + |
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
| ||
57 | 57 |
|
58 | 58 |
|
59 | 59 |
|
60 |
| - |
| 60 | + |
c/misra/src/rules/RULE-22-19/ConditionVariableUsedWithMultipleMutexes.ql
Copy file name to clipboardExpand all lines: c/misra/src/rules/RULE-22-19/ConditionVariableUsedWithMultipleMutexes.ql+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
64 | 64 |
|
65 | 65 |
|
66 | 66 |
|
67 |
| - |
| 67 | + |
68 | 68 |
|
69 | 69 |
|
c/misra/src/rules/RULE-22-20/ThreadStorageNotInitializedBeforeUse.ql
Copy file name to clipboardExpand all lines: c/misra/src/rules/RULE-22-20/ThreadStorageNotInitializedBeforeUse.ql+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
40 | 40 |
|
41 | 41 |
|
42 | 42 |
|
43 |
| - |
| 43 | + |
44 | 44 |
|
0 commit comments