]> andersk Git - splint.git/blame - test/slovaknames.expect
Modified configure.ac to new longer check for c++.
[splint.git] / test / slovaknames.expect
CommitLineData
885824d3 1
2slovaknames.c: (in function pivoYedno)
3slovaknames.c:15:11: Left operand of == is abstract type (pivo): p == 1
4 An abstraction barrier is broken. If necessary, use /*@access <type>@*/ to
5 allow access to an abstract type. (-abstract will suppress message)
6
7Finished LCLint checking --- 1 code error found, as expected
8
9Finished LCLint checking --- no code errors found
10
11slovaknames.c:5:5: Variable michelobLight name violates Slovak naming
12 convention. Slovak prefix michelob is not the name of a type.
abb1cb43 13 Variable name is not consistent with Slovak naming convention. (Setting
14 either -slovakvars or -namechecks will suppress message)
885824d3 15slovaknames.c:19:5: Function samAdams name violates Slovak naming convention.
16 Slovak prefix sam is not the name of a type.
17 Function or iterator name is not consistent with Slovak naming convention.
abb1cb43 18 (Setting either -slovakfcns or -namechecks will suppress message)
885824d3 19slovaknames.c:32:5: Function budweiser name is not consistent with Slovak
20 naming convention. Accessible types: pivo
abb1cb43 21 Function or iterator name is not consistent with Slovak naming convention.
22 (Setting either -slovakfcns or -namechecks will suppress message)
885824d3 23
24Finished LCLint checking --- 3 code errors found, as expected
25
26slovaknames.c:19:5: Function samAdams name violates Slovak naming convention.
27 Slovak prefix sam is not the name of a type.
28 Function or iterator name is not consistent with Slovak naming convention.
abb1cb43 29 (Setting either -slovakfcns or -namechecks will suppress message)
885824d3 30slovaknames.c:32:5: Function budweiser name is not consistent with Slovak
31 naming convention. Accessible types: pivo
abb1cb43 32 Function or iterator name is not consistent with Slovak naming convention.
33 (Setting either -slovakfcns or -namechecks will suppress message)
885824d3 34
35Finished LCLint checking --- 2 code errors found, as expected
36
37slovaknames.c:4:5: Variable pivoPyet name violates Slovak naming convention.
38 Slovak prefix pivo names an abstract type that is not accessible.
39 Use +accessslovak to allow access to type <t> in functions named <t>_<name>.
40slovaknames.c:5:5: Variable michelobLight name violates Slovak naming
41 convention. Slovak prefix michelob is not the name of a type.
abb1cb43 42 Variable name is not consistent with Slovak naming convention. (Setting
43 either -slovakvars or -namechecks will suppress message)
885824d3 44slovaknames.c:8:17: Constant pivoDevenast name violates Slovak naming
45 convention. Slovak prefix pivo names an abstract type that is not
46 accessible.
47 Use +accessslovak to allow access to type <t> in functions named <t>_<name>.
48slovaknames.c:11:6: Function pivoYedno name violates Slovak naming convention.
49 Slovak prefix pivo names an abstract type that is not accessible.
50 Use +accessslovak to allow access to type <t> in functions named <t>_<name>.
51slovaknames.c: (in function pivoYedno)
52slovaknames.c:15:11: Left operand of == is abstract type (pivo): p == 1
53 An abstraction barrier is broken. If necessary, use /*@access <type>@*/ to
54 allow access to an abstract type. (-abstract will suppress message)
55slovaknames.c:19:5: Function samAdams name violates Slovak naming convention.
56 Slovak prefix sam is not the name of a type.
57slovaknames.c:32:5: Function budweiser name is not consistent with Slovak
58 naming convention. Accessible types: pivo
59
60Finished LCLint checking --- 7 code errors found, as expected
This page took 0.18824 seconds and 5 git commands to generate.