File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
},
7
7
"queries" : [
8
8
{
9
- "description" : " Integer constant macros should be given a literal value as an argument" ,
9
+ "description" : " Integer constant macros should be given a literal value as an argument. " ,
10
10
"kind" : " problem" ,
11
11
"name" : " The argument of an integer constant macro shall be a literal" ,
12
12
"precision" : " very-high" ,
17
17
]
18
18
},
19
19
{
20
- "description" : " Integer constant macro arguments should be a decimal, hex, or octal literal" ,
20
+ "description" : " Integer constant macro arguments should be a decimal, hex, or octal literal. " ,
21
21
"kind" : " problem" ,
22
22
"name" : " The argument of an integer constant macro shall be a decimal, hex, or octal literal" ,
23
23
"precision" : " very-high" ,
40
40
]
41
41
},
42
42
{
43
- "description" : " Integer constant macros argument values should be values of a compatible size" ,
43
+ "description" : " Integer constant macros argument values should be values of a compatible size. " ,
44
44
"kind" : " problem" ,
45
45
"name" : " The argument of an integer constant macro shall have an appropriate size" ,
46
46
"precision" : " very-high" ,
You can’t perform that action at this time.
0 commit comments