-
Notifications
You must be signed in to change notification settings - Fork 77
Expand file tree
/
Copy pathPreconditions1.json
More file actions
27 lines (27 loc) · 875 Bytes
/
Preconditions1.json
File metadata and controls
27 lines (27 loc) · 875 Bytes
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
{
"MISRA-C++-2023": {
"RULE-8-2-9": {
"properties": {
"enforcement": "decidable",
"obligation": "required"
},
"queries": [
{
"description": "It is unclear whether a typeid expression will be evaluated at runtime or compile time when its static type is a polymorphic class type.",
"kind": "problem",
"name": "The operand to typeid shall not be an expression of polymorphic class type",
"precision": "very-high",
"severity": "error",
"short_name": "PolymorphicClassTypeExpressionInTypeid",
"tags": [
"scope/single-translation-unit",
"readability",
"correctness",
"performance"
]
}
],
"title": "The operand to typeid shall not be an expression of polymorphic class type"
}
}
}