Commit d39bdf4
authored
File tree
Expand file treeCollapse file tree
43 files changed
+554
-28
lines changedFilter options
- cpp
- autosar
- src/rules/A2-10-1
- test/rules/A2-10-1
- common
- src/codingstandards/cpp
- exclusions/c
- rules
- typeomitted
- c
- cert
- src/rules/DCL31-C
- test/rules/DCL31-C
- common
- src/codingstandards/c
- test/rules
- typeomitted
- misra
- src/rules
- RULE-5-3
- RULE-5-5
- RULE-5-6
- RULE-5-7
- RULE-8-1
- test/rules
- RULE-5-3
- RULE-5-5
- RULE-5-6
- RULE-5-7
- RULE-8-1
- rule_packages
- cpp
- c
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
43 files changed
+554
-28
lines changedc/cert/src/rules/DCL31-C/DeclareIdentifiersBeforeUsingThem.md
Copy file name to clipboardExpand all lines: c/cert/src/rules/DCL31-C/DeclareIdentifiersBeforeUsingThem.md+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
153 | 153 |
|
154 | 154 |
|
155 | 155 |
|
156 |
| - |
| 156 | + |
157 | 157 |
|
158 | 158 |
|
159 | 159 |
|
|
c/cert/src/rules/DCL31-C/DeclareIdentifiersBeforeUsingThem.ql
Copy file name to clipboardExpand all lines: c/cert/src/rules/DCL31-C/DeclareIdentifiersBeforeUsingThem.ql+6-12Lines changed: 6 additions & 12 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
16 | 17 |
|
17 |
| - |
18 |
| - |
19 |
| - |
20 |
| - |
21 |
| - |
22 |
| - |
23 |
| - |
24 |
| - |
25 |
| - |
26 |
| - |
27 |
| - |
28 |
| - |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
c/cert/test/rules/DCL31-C/DeclareIdentifiersBeforeUsingThem.qlref
Copy file name to clipboardExpand all lines: c/cert/test/rules/DCL31-C/DeclareIdentifiersBeforeUsingThem.qlref-1Lines changed: 0 additions & 1 deletion
This file was deleted.
c/cert/test/rules/DCL31-C/DeclareIdentifiersBeforeUsingThem.testref
Copy file name to clipboard+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
c/common/src/codingstandards/c/Identifiers.qll
Copy file name to clipboard+16Lines changed: 16 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 | + |
c/common/test/rules/identifierhidden/IdentifierHidden.expected
Copy file name to clipboard+5Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
c/common/test/rules/identifierhidden/IdentifierHidden.ql
Copy file name to clipboard+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
c/common/test/rules/identifierhidden/test.c
Copy file name to clipboard+30Lines changed: 30 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 | + |
| 29 | + |
| 30 | + |
File renamed without changes.
c/common/test/rules/typeomitted/TypeOmitted.ql
Copy file name to clipboard+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
0 commit comments