Commit 9f106d7
authored
File tree
Expand file treeCollapse file tree
9 files changed
+416
-217
lines changedFilter options
- change_notes
- cpp
- cert/src/rules/DCL53-CPP
- common
- src/codingstandards/cpp
- rules
- differentidentifiersnottypographicallyunambiguous
- test/library/codingstandards/cpp/scope
Expand file treeCollapse file tree
9 files changed
+416
-217
lines changedchange_notes/2024-12-08-identifier-hiding.md
Copy file name to clipboard+7Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
cpp/cert/src/rules/DCL53-CPP/LocalConstructorInitializedObjectHidesIdentifier.ql
Copy file name to clipboardExpand all lines: cpp/cert/src/rules/DCL53-CPP/LocalConstructorInitializedObjectHidesIdentifier.ql+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
20 | 20 |
|
21 | 21 |
|
22 | 22 |
|
23 |
| - |
| 23 | + |
24 | 24 |
|
25 | 25 |
|
cpp/cert/src/rules/DCL53-CPP/LocalFunctionDeclaration.ql
Copy file name to clipboardExpand all lines: cpp/cert/src/rules/DCL53-CPP/LocalFunctionDeclaration.ql-1Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
17 | 16 |
|
18 | 17 |
|
19 | 18 |
|
|
0 commit comments