|
14 | 14 | "severity": "error", |
15 | 15 | "short_name": "VirtualBaseClassCastToDerived", |
16 | 16 | "tags": [ |
17 | | - "scope/single-translation-unit" |
| 17 | + "scope/single-translation-unit", |
| 18 | + "correctness" |
18 | 19 | ], |
19 | 20 | "shared_implementation_short_name": "PointerToAVirtualBaseClassCastToAPointer" |
20 | 21 | } |
|
35 | 36 | "severity": "error", |
36 | 37 | "short_name": "NoCStyleOrFunctionalCasts", |
37 | 38 | "tags": [ |
38 | | - "scope/single-translation-unit" |
| 39 | + "scope/single-translation-unit", |
| 40 | + "readability", |
| 41 | + "correctness" |
39 | 42 | ] |
40 | 43 | } |
41 | 44 | ], |
|
55 | 58 | "severity": "error", |
56 | 59 | "short_name": "IntToPointerCastProhibited", |
57 | 60 | "tags": [ |
58 | | - "scope/single-translation-unit" |
| 61 | + "scope/single-translation-unit", |
| 62 | + "correctness", |
| 63 | + "maintainability" |
59 | 64 | ] |
60 | 65 | } |
61 | 66 | ], |
|
75 | 80 | "severity": "error", |
76 | 81 | "short_name": "NoPointerToIntegralCast", |
77 | 82 | "tags": [ |
78 | | - "scope/single-translation-unit" |
| 83 | + "scope/single-translation-unit", |
| 84 | + "correctness", |
| 85 | + "maintainability" |
79 | 86 | ] |
80 | 87 | } |
81 | 88 | ], |
|
95 | 102 | "severity": "error", |
96 | 103 | "short_name": "PointerToIntegralCast", |
97 | 104 | "tags": [ |
98 | | - "scope/single-translation-unit" |
| 105 | + "scope/single-translation-unit", |
| 106 | + "correctness" |
99 | 107 | ] |
100 | 108 | } |
101 | 109 | ], |
|
115 | 123 | "severity": "error", |
116 | 124 | "short_name": "NoStandaloneTypeCastExpression", |
117 | 125 | "tags": [ |
118 | | - "scope/single-translation-unit" |
| 126 | + "scope/single-translation-unit", |
| 127 | + "correctness" |
119 | 128 | ], |
120 | 129 | "implementation_scope": { |
121 | 130 | "description": "Expression statements in if statement initializers are not currently supported." |
|
0 commit comments