ex1.txt (560B)
1 problem file-size a.c 45 2 problem include-count a.c 6 3 # this problem will produce an error 4 problem function-size a.c:i_am_a_function() 8 5 # this problem will produce a warning 6 problem function-size a.c:another_function() 11 7 problem file-size b.c 15 8 # This is removed, and so will produce an error. 9 # problem function-size b.c:foo() 4 10 # This exception isn't used. 11 problem file-size z.c 100 12 13 problem function-size b.c:bar() 5 14 problem dependency-violation a.c 4 15 problem dependency-violation header.h 3 16 problem file-size header.h 8 17 problem include-count header.h 4