aboutsummaryrefslogtreecommitdiffstats
path: root/samples/misrareport.xml
blob: ede39898a899973b4ccc65ed99c22d5e474b3270 (plain) (blame)
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
<Report>
    <MisraDiag Misra-C:2004Rule="18.4" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="12" SpellingColumnNumber="8">Union declared: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="2.3" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="10" SpellingColumnNumber="1">character sequence "/*" used inside the comment : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.12" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="20" SpellingColumnNumber="1">External array type is incomplete and has no initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="18.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="20" SpellingColumnNumber="1">ArrayType incomplete at the end of the translation unit : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="23" SpellingColumnNumber="1">Variable definition inside a header file : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="25" SpellingColumnNumber="1">Variable definition inside a header file : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="79" SpellingColumnNumber="24">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="79" SpellingColumnNumber="31">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="88" SpellingColumnNumber="28">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="88" SpellingColumnNumber="38">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="" SpellingLineNumber="66" SpellingColumnNumber="23">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="" SpellingLineNumber="66" SpellingColumnNumber="23">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="" SpellingLineNumber="66" SpellingColumnNumber="23">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="" SpellingLineNumber="66" SpellingColumnNumber="23">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="" SpellingLineNumber="66" SpellingColumnNumber="23">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="" SpellingLineNumber="66" SpellingColumnNumber="23">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="" SpellingLineNumber="66" SpellingColumnNumber="23">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="" SpellingLineNumber="66" SpellingColumnNumber="23">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="" SpellingLineNumber="66" SpellingColumnNumber="23">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="" SpellingLineNumber="66" SpellingColumnNumber="23">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="97" SpellingColumnNumber="21">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="97" SpellingColumnNumber="31">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.4" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="118" SpellingColumnNumber="1">FunctionDecl parameter names are not the same as function definition parameter names: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="118" SpellingColumnNumber="15">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="118" SpellingColumnNumber="23">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="118" SpellingColumnNumber="31">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="137" SpellingColumnNumber="12">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="140" SpellingColumnNumber="1">Function definition inside a header file : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="142" SpellingColumnNumber="3">Variable definition inside a header file : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="142" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="143" SpellingColumnNumber="3">Variable definition inside a header file : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="143" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="144" SpellingColumnNumber="3">Variable definition inside a header file : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="144" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="148" SpellingColumnNumber="1">Function definition inside a header file : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="150" SpellingColumnNumber="3">Variable definition inside a header file : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="150" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="151" SpellingColumnNumber="3">Variable definition inside a header file : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="151" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="151" SpellingColumnNumber="3">Pointer has more than 2 levels on indirection : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="157" SpellingColumnNumber="5">Pointer has more than 2 levels on indirection : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="160" SpellingColumnNumber="3">Variable definition inside a header file : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="160" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="162" SpellingColumnNumber="3">Variable definition inside a header file : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="162" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="163" SpellingColumnNumber="3">Variable definition inside a header file : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="163" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="163" SpellingColumnNumber="3">Pointer has more than 2 levels on indirection : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="167" SpellingColumnNumber="3">Variable definition inside a header file : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="167" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="168" SpellingColumnNumber="3">Variable definition inside a header file : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="168" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="169" SpellingColumnNumber="3">Variable definition inside a header file : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="169" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="169" SpellingColumnNumber="3">Pointer has more than 2 levels on indirection : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="170" SpellingColumnNumber="3">Variable definition inside a header file : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="170" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="170" SpellingColumnNumber="3">Pointer has more than 2 levels on indirection : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="171" SpellingColumnNumber="3">Variable definition inside a header file : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="171" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="171" SpellingColumnNumber="21">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="171" SpellingColumnNumber="28">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="172" SpellingColumnNumber="3">Variable definition inside a header file : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="172" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="172" SpellingColumnNumber="3">Pointer has more than 2 levels on indirection : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="172" SpellingColumnNumber="21">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="172" SpellingColumnNumber="28">Pointer has more than 2 levels on indirection : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="172" SpellingColumnNumber="28">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="14.9" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="60" SpellingColumnNumber="3">"If" statement has no braces {}: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="14.9" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="61" SpellingColumnNumber="5">"If" statement has no braces {}: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="14.9" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="62" SpellingColumnNumber="7">"If" statement has no braces {}: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="14.9" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="63" SpellingColumnNumber="9">"If" statement has no braces {}: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="113" SpellingColumnNumber="16">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="125" SpellingColumnNumber="10">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="127" SpellingColumnNumber="9">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="127" SpellingColumnNumber="9">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="145" SpellingColumnNumber="16">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="147" SpellingColumnNumber="9">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="14.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="149" SpellingColumnNumber="7">ContinueStmt used: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="160" SpellingColumnNumber="16">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="162" SpellingColumnNumber="9">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="14.4" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="174" SpellingColumnNumber="3">GotoStmt used: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="181" SpellingColumnNumber="24">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="181" SpellingColumnNumber="31">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="187" SpellingColumnNumber="14">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="14.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="181" SpellingColumnNumber="1">More than one ReturnStmt used in the body of FunctionDecl: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="219" SpellingColumnNumber="1">"FunctionDecl" is recursive: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="223" SpellingColumnNumber="7">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="241" SpellingColumnNumber="14">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="246" SpellingColumnNumber="14">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="261" SpellingColumnNumber="16">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="263" SpellingColumnNumber="15">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="263" SpellingColumnNumber="15">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="267" SpellingColumnNumber="9">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="267" SpellingColumnNumber="9">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="287" SpellingColumnNumber="28">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="287" SpellingColumnNumber="38">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="" SpellingLineNumber="66" SpellingColumnNumber="23">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="" SpellingLineNumber="66" SpellingColumnNumber="23">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="303" SpellingColumnNumber="10">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="303" SpellingColumnNumber="10">ImplicitCastExpr is narrowing: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.6" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="303" SpellingColumnNumber="11">RHS and/or LHS operands are not effectively-boolean values : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.6" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="303" SpellingColumnNumber="20">RHS and/or LHS operands are not effectively-boolean values : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="303" SpellingColumnNumber="11">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="303" SpellingColumnNumber="20">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="" SpellingLineNumber="66" SpellingColumnNumber="23">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="" SpellingLineNumber="66" SpellingColumnNumber="23">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="315" SpellingColumnNumber="10">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="315" SpellingColumnNumber="10">ImplicitCastExpr is narrowing: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.6" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="315" SpellingColumnNumber="11">RHS and/or LHS operands are not effectively-boolean values : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.6" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="315" SpellingColumnNumber="20">RHS and/or LHS operands are not effectively-boolean values : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="315" SpellingColumnNumber="11">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="315" SpellingColumnNumber="20">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="" SpellingLineNumber="66" SpellingColumnNumber="23">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="" SpellingLineNumber="66" SpellingColumnNumber="23">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.6" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="324" SpellingColumnNumber="8">RHS and/or LHS operands are not effectively-boolean values : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.6" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="324" SpellingColumnNumber="21">RHS and/or LHS operands are not effectively-boolean values : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="324" SpellingColumnNumber="8">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="324" SpellingColumnNumber="21">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="" SpellingLineNumber="66" SpellingColumnNumber="23">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="" SpellingLineNumber="66" SpellingColumnNumber="23">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="341" SpellingColumnNumber="25">RHS and/or LHS operands are not primary expressions : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="341" SpellingColumnNumber="7">RHS and/or LHS operands are not primary expressions : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="341" SpellingColumnNumber="16">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="341" SpellingColumnNumber="33">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="345" SpellingColumnNumber="24">RHS and/or LHS operands are not primary expressions : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="345" SpellingColumnNumber="7">RHS and/or LHS operands are not primary expressions : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="345" SpellingColumnNumber="15">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="345" SpellingColumnNumber="33">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="" SpellingLineNumber="66" SpellingColumnNumber="23">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="" SpellingLineNumber="66" SpellingColumnNumber="23">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.6" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="355" SpellingColumnNumber="7">RHS and/or LHS operands are not effectively-boolean values : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="355" SpellingColumnNumber="7">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.6" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="355" SpellingColumnNumber="24">RHS and/or LHS operands are not effectively-boolean values : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.6" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="355" SpellingColumnNumber="37">RHS and/or LHS operands are not effectively-boolean values : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="355" SpellingColumnNumber="24">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="355" SpellingColumnNumber="37">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="355" SpellingColumnNumber="52">RHS and/or LHS operands are not primary expressions : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.6" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="355" SpellingColumnNumber="66">RHS and/or LHS operands are not effectively-boolean values : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="355" SpellingColumnNumber="66">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="404" SpellingColumnNumber="21">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="404" SpellingColumnNumber="31">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="512" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="512" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="513" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="513" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="14.8" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="520" SpellingColumnNumber="3">ForStmt does not have a child CompoundStmt: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="520" SpellingColumnNumber="15">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="14.8" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="523" SpellingColumnNumber="3">WhileStmt does not have a child CompoundStmt: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="523" SpellingColumnNumber="10">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="526" SpellingColumnNumber="10">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="14.9" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="531" SpellingColumnNumber="3">"If" statement has no braces {}: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="14.9" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="539" SpellingColumnNumber="3">"If" statement has no braces {}: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="14.9" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="540" SpellingColumnNumber="5">"If" statement has no braces {}: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="14.9" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="543" SpellingColumnNumber="3">"If" statement has no braces {}: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="14.10" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="543" SpellingColumnNumber="3">"If-Else If" statement has no ending Else: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="14.9" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="545" SpellingColumnNumber="8">"If" statement has no braces {}: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="14.9" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="547" SpellingColumnNumber="8">"If" statement has no braces {}: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="557" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="557" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="14.9" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="559" SpellingColumnNumber="3">"Else" statement has no braces {}: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="566" SpellingColumnNumber="14">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="14.10" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="571" SpellingColumnNumber="3">"If-Else If" statement has no ending Else: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="571" SpellingColumnNumber="14">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="576" SpellingColumnNumber="19">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="14.10" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="582" SpellingColumnNumber="3">"If-Else If" statement has no ending Else: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="582" SpellingColumnNumber="14">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="14.9" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="584" SpellingColumnNumber="8">"If" statement has no braces {}: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="584" SpellingColumnNumber="19">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="14.9" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="586" SpellingColumnNumber="8">"If" statement has no braces {}: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="586" SpellingColumnNumber="19">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="14.9" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="588" SpellingColumnNumber="8">"If" statement has no braces {}: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="588" SpellingColumnNumber="19">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="592" SpellingColumnNumber="16">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="14.9" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="601" SpellingColumnNumber="5">"Else" statement has no braces {}: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="14.10" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="607" SpellingColumnNumber="3">"If-Else If" statement has no ending Else: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="15.2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="661" SpellingColumnNumber="3">"SwitchStmt" has a caseStmt that's missing a breakStmt: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="15.3" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="661" SpellingColumnNumber="3">"SwitchStmt" does not have a defaultStmt: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="15.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="671" SpellingColumnNumber="5">"CaseStmt" has a CompoundStmt ancestor that is not the child of the SwitchStmt: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="15.2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="678" SpellingColumnNumber="3">"SwitchStmt" has a caseStmt that's missing a breakStmt: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="15.3" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="690" SpellingColumnNumber="3">"SwitchStmt" does not have a defaultStmt: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="15.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="690" SpellingColumnNumber="3">"SwitchStmt" does not have a CaseStmt: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="703" SpellingColumnNumber="1">Function does not return anything but is missing the void keyword for the return type : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="703" SpellingColumnNumber="1">Function does not take any parameters but is not using the void keyword : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="705" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="706" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="709" SpellingColumnNumber="15">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="709" SpellingColumnNumber="22">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="709" SpellingColumnNumber="29">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="711" SpellingColumnNumber="10">ImplicitCastExpr : Conversion of FloatingType to or from IntegralType is recommended against: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="13.2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="717" SpellingColumnNumber="7">Implicit test of an expr against zero which is not known to return a boolean result: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.9" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="717" SpellingColumnNumber="7">FunctionToPointerDecay: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="725" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.4" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="726" SpellingColumnNumber="12">The only allowed form of pointer arithmetic is array indexing : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="738" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="740" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="742" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="744" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="746" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="748" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.4" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="750" SpellingColumnNumber="14">The only allowed form of pointer arithmetic is array indexing : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.4" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="752" SpellingColumnNumber="13">The only allowed form of pointer arithmetic is array indexing : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.4" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="754" SpellingColumnNumber="14">The only allowed form of pointer arithmetic is array indexing : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="14.10" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="756" SpellingColumnNumber="3">"If-Else If" statement has no ending Else: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="11.3" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="756" SpellingColumnNumber="7">ImplicitCastExpr : Conversion of PointerType to or from IntegralType is recommended against: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.4" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="756" SpellingColumnNumber="7">The only allowed form of pointer arithmetic is array indexing : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.4" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="756" SpellingColumnNumber="11">The only allowed form of pointer arithmetic is array indexing : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.4" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="756" SpellingColumnNumber="16">The only allowed form of pointer arithmetic is array indexing : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="11.3" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="758" SpellingColumnNumber="12">ImplicitCastExpr : Conversion of PointerType to or from IntegralType is recommended against: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.4" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="758" SpellingColumnNumber="12">The only allowed form of pointer arithmetic is array indexing : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.4" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="758" SpellingColumnNumber="16">The only allowed form of pointer arithmetic is array indexing : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.4" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="758" SpellingColumnNumber="20">The only allowed form of pointer arithmetic is array indexing : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.4" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="761" SpellingColumnNumber="7">The only allowed form of pointer arithmetic is array indexing : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.4" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="761" SpellingColumnNumber="11">The only allowed form of pointer arithmetic is array indexing : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="764" SpellingColumnNumber="7">Pointer arithmatic for non-array pointers : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="764" SpellingColumnNumber="17">Pointer arithmatic for non-array pointers : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="767" SpellingColumnNumber="7">Pointer arithmatic for non-array pointers : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="767" SpellingColumnNumber="17">Pointer arithmatic for non-array pointers : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="770" SpellingColumnNumber="7">Pointer arithmatic for non-array pointers : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="770" SpellingColumnNumber="19">Pointer arithmatic for non-array pointers : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="773" SpellingColumnNumber="7">Pointer arithmatic for non-array pointers : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="773" SpellingColumnNumber="18">Pointer arithmatic for non-array pointers : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.2 | 17.3" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="776" SpellingColumnNumber="7">Pointer-type operands to BinaryOperator dont point to the same array : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="776" SpellingColumnNumber="7">Pointer arithmatic for non-array pointers : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="11.x" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="776" SpellingColumnNumber="17">ImplicitCastExpr : PointerType has implicit BitCast. This could be caused by a cast removing const or volatile qualifier from the type addressed by a pointer or by a cast to a different function or object type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="776" SpellingColumnNumber="17">Pointer arithmatic for non-array pointers : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.4" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="783" SpellingColumnNumber="7">The only allowed form of pointer arithmetic is array indexing : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="783" SpellingColumnNumber="16">ImplicitCastExpr : Conversion of FloatingType to or from IntegralType is recommended against: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="790" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="801" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="6.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="807" SpellingColumnNumber="5">BitField of type signed integer has a length of less than 2 in bits : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="806" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="811" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="825" SpellingColumnNumber="15">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="827" SpellingColumnNumber="14">ImplicitCastExpr : Conversion of FloatingType to or from IntegralType is recommended against: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="833" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="844" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.3" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="856" SpellingColumnNumber="3">first enumeration has integerliteral initialization but not all enumerations do : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.3" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="862" SpellingColumnNumber="3">first enumeration does not have integerliteral initialization but at least one other enumeration does : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="867" SpellingColumnNumber="18">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="867" SpellingColumnNumber="25">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="869" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="870" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="871" SpellingColumnNumber="9">ImplicitCastExpr is narrowing: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="872" SpellingColumnNumber="11">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="872" SpellingColumnNumber="11">ImplicitCastExpr is narrowing: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="881" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.3" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="882" SpellingColumnNumber="14">sizeof working on an expr with a side-effect : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="887" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="888" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="889" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="890" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.4" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="892" SpellingColumnNumber="12">Righ-hand expr has side-effect</MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.6" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="892" SpellingColumnNumber="7">RHS and/or LHS operands are not effectively-boolean values : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.6" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="892" SpellingColumnNumber="12">RHS and/or LHS operands are not effectively-boolean values : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.6" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="897" SpellingColumnNumber="7">RHS and/or LHS operands are not effectively-boolean values : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.6" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="897" SpellingColumnNumber="18">RHS and/or LHS operands are not effectively-boolean values : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.6" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="901" SpellingColumnNumber="7">RHS and/or LHS operands are not effectively-boolean values : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.6" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="901" SpellingColumnNumber="13">RHS and/or LHS operands are not effectively-boolean values : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.6" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="901" SpellingColumnNumber="18">RHS and/or LHS operands are not effectively-boolean values : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="13.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="906" SpellingColumnNumber="7">assignment operator used in an expr that is known to return boolean: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="906" SpellingColumnNumber="7">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="906" SpellingColumnNumber="7">ImplicitCastExpr is narrowing: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.4" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="906" SpellingColumnNumber="12">Righ-hand expr has side-effect</MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.6" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="906" SpellingColumnNumber="7">RHS and/or LHS operands are not effectively-boolean values : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.6" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="906" SpellingColumnNumber="12">RHS and/or LHS operands are not effectively-boolean values : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="916" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="918" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.6" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="924" SpellingColumnNumber="7">RHS and/or LHS operands are not effectively-boolean values : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.6" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="924" SpellingColumnNumber="17">RHS and/or LHS operands are not effectively-boolean values : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="924" SpellingColumnNumber="7">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="927" SpellingColumnNumber="15">RHS and/or LHS operands are not primary expressions : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.6" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="927" SpellingColumnNumber="7">RHS and/or LHS operands are not effectively-boolean values : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="927" SpellingColumnNumber="7">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.6" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="927" SpellingColumnNumber="15">RHS and/or LHS operands are not effectively-boolean values : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.6" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="927" SpellingColumnNumber="24">RHS and/or LHS operands are not effectively-boolean values : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="927" SpellingColumnNumber="15">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="927" SpellingColumnNumber="24">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="930" SpellingColumnNumber="7">RHS and/or LHS operands are not primary expressions : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.6" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="930" SpellingColumnNumber="17">RHS and/or LHS operands are not effectively-boolean values : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="13.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="930" SpellingColumnNumber="7">EffectivelyBooleanExpr's result is known at compile-time: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="13.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="930" SpellingColumnNumber="7">EffectivelyBooleanExpr's result is known at compile-time: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="930" SpellingColumnNumber="17">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.6" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="933" SpellingColumnNumber="7">RHS and/or LHS operands are not effectively-boolean values : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="933" SpellingColumnNumber="7">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="13.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="933" SpellingColumnNumber="15">EffectivelyBooleanExpr's result is known at compile-time: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="13.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="933" SpellingColumnNumber="16">EffectivelyBooleanExpr's result is known at compile-time: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="936" SpellingColumnNumber="7">RHS and/or LHS operands are not primary expressions : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.6" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="936" SpellingColumnNumber="16">RHS and/or LHS operands are not effectively-boolean values : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="936" SpellingColumnNumber="16">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="943" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="944" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="945" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="946" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="947" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="948" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="950" SpellingColumnNumber="12">Bitwise operator has signed RHS and/or LHS operands: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="951" SpellingColumnNumber="7">Bitwise operator has signed RHS and/or LHS operands: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="953" SpellingColumnNumber="7">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="953" SpellingColumnNumber="7">ImplicitCastExpr is narrowing: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="953" SpellingColumnNumber="7">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="954" SpellingColumnNumber="7">ImplicitCastExpr is narrowing: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="955" SpellingColumnNumber="7">Bitwise operator has signed RHS and/or LHS operands: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="961" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.8" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="962" SpellingColumnNumber="12">shift size should be between zero and one less than the size of the LHS operand: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.8" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="965" SpellingColumnNumber="8">shift size should be between zero and one less than the size of the LHS operand: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="970" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="971" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="972" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="973" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="975" SpellingColumnNumber="7">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.9" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="975" SpellingColumnNumber="8">UnaryOperator - has an expr with an unsigned underlying type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="977" SpellingColumnNumber="7">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.9" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="977" SpellingColumnNumber="8">UnaryOperator - has an expr with an unsigned underlying type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="982" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="982" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="982" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.10" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="984" SpellingColumnNumber="3">Comma used: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="989" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="990" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="991" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.13" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="993" SpellingColumnNumber="7">Unary ++ or -- have been used in an expr with other operators: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.13" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="993" SpellingColumnNumber="14">Unary ++ or -- have been used in an expr with other operators: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.13" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="994" SpellingColumnNumber="8">Unary ++ or -- have been used in an expr with other operators: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1001" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1002" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1003" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="13.2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1005" SpellingColumnNumber="7">Implicit test of an expr against zero which is not known to return a boolean result: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1013" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1014" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1015" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1016" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="13.3" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1018" SpellingColumnNumber="7">Float type expression checked for equality/inequality: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="13.3" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1021" SpellingColumnNumber="7">Float type expression checked for equality/inequality: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="13.3" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1024" SpellingColumnNumber="7">Float type expression checked for equality/inequality: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="13.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1027" SpellingColumnNumber="7">assignment operator used in an expr that is known to return boolean: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1027" SpellingColumnNumber="7">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1027" SpellingColumnNumber="7">ImplicitCastExpr is narrowing: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="13.3" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1027" SpellingColumnNumber="8">Float type expression checked for equality/inequality: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1032" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="13.4" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1034" SpellingColumnNumber="3">Float type used in the controlling expression of a forstmt: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="13.3" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1034" SpellingColumnNumber="17">Float type expression checked for equality/inequality: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1040" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1041" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1042" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="13.6" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1046" SpellingColumnNumber="5">ForStmt controlling variable modified in the body of the loop: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="13.6" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1051" SpellingColumnNumber="5">ForStmt controlling variable modified in the body of the loop: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="13.6" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1056" SpellingColumnNumber="5">ForStmt controlling variable modified in the body of the loop: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="13.6" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1065" SpellingColumnNumber="5">ForStmt controlling variable modified in the body of the loop: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.10" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1061" SpellingColumnNumber="8">Comma used: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.10" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1061" SpellingColumnNumber="22">Comma used: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.10" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1061" SpellingColumnNumber="38">Comma used: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.13" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1061" SpellingColumnNumber="38">Unary ++ or -- have been used in an expr with other operators: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.13" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1061" SpellingColumnNumber="44">Unary ++ or -- have been used in an expr with other operators: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="13.6" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1072" SpellingColumnNumber="5">ForStmt controlling variable modified in the body of the loop: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.10" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1068" SpellingColumnNumber="8">Comma used: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.10" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1068" SpellingColumnNumber="22">Comma used: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.10" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1068" SpellingColumnNumber="38">Comma used: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.13" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1068" SpellingColumnNumber="38">Unary ++ or -- have been used in an expr with other operators: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.13" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1068" SpellingColumnNumber="44">Unary ++ or -- have been used in an expr with other operators: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1076" SpellingColumnNumber="12">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="14.4" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1078" SpellingColumnNumber="3">GotoStmt used: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1086" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1087" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1088" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="13.6" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1092" SpellingColumnNumber="5">ForStmt controlling variable modified in the body of the loop: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="14.9" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1094" SpellingColumnNumber="5">"If" statement has no braces {}: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="14.9" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1096" SpellingColumnNumber="5">"If" statement has no braces {}: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="14.6" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1090" SpellingColumnNumber="3">More than one BreakStmt used in the loop counter: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="13.6" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1102" SpellingColumnNumber="5">ForStmt controlling variable modified in the body of the loop: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="14.9" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1103" SpellingColumnNumber="5">"If" statement has no braces {}: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="14.9" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1109" SpellingColumnNumber="5">"If" statement has no braces {}: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="14.9" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1111" SpellingColumnNumber="5">"If" statement has no braces {}: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="14.6" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1107" SpellingColumnNumber="3">More than one BreakStmt used in the loop counter: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="14.9" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1116" SpellingColumnNumber="5">"If" statement has no braces {}: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="14.9" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1118" SpellingColumnNumber="5">"If" statement has no braces {}: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="14.6" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1115" SpellingColumnNumber="3">More than one BreakStmt used in the loop counter: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="14.9" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1120" SpellingColumnNumber="5">"If" statement has no braces {}: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="14.9" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1129" SpellingColumnNumber="7">"If" statement has no braces {}: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="14.9" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1135" SpellingColumnNumber="7">"If" statement has no braces {}: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="14.9" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1142" SpellingColumnNumber="5">"If" statement has no braces {}: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="14.9" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1148" SpellingColumnNumber="7">"If" statement has no braces {}: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1156" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="14.9" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1158" SpellingColumnNumber="3">"If" statement has no braces {}: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="14.9" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1160" SpellingColumnNumber="8">"Else" statement has no braces {}: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="14.9" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1160" SpellingColumnNumber="8">"If" statement has no braces {}: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="14.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1154" SpellingColumnNumber="1">More than one ReturnStmt used in the body of FunctionDecl: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1168" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="15.2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1170" SpellingColumnNumber="3">"SwitchStmt" has a caseStmt that's missing a breakStmt: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="15.3" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1170" SpellingColumnNumber="3">"SwitchStmt" does not have a defaultStmt: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="15.4" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1170" SpellingColumnNumber="11">Switch expression is effectively boolean: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1181" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1182" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1189" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1189" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1201" SpellingColumnNumber="5">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="140" SpellingColumnNumber="1">Function does not have a FunctionDecl that is not a definition : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="148" SpellingColumnNumber="1">Function does not have a FunctionDecl that is not a definition : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="793" SpellingColumnNumber="1">Function does not have a FunctionDecl that is not a definition : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="825" SpellingColumnNumber="1">Function does not have a FunctionDecl that is not a definition : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="838" SpellingColumnNumber="1">Function does not have a FunctionDecl that is not a definition : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="867" SpellingColumnNumber="1">Function does not have a FunctionDecl that is not a definition : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="885" SpellingColumnNumber="1">Function does not have a FunctionDecl that is not a definition : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1084" SpellingColumnNumber="1">Function does not have a FunctionDecl that is not a definition : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1166" SpellingColumnNumber="1">Function does not have a FunctionDecl that is not a definition : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1179" SpellingColumnNumber="1">Function does not have a FunctionDecl that is not a definition : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1187" SpellingColumnNumber="1">Function does not have a FunctionDecl that is not a definition : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="18.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.h" SpellingLineNumber="160" SpellingColumnNumber="3">Incomplete struct declared: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.11" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="446" SpellingColumnNumber="1">Function does not have any external calls but is not declared as static : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.11" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="453" SpellingColumnNumber="1">Function does not have any external calls but is not declared as static : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.11" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="439" SpellingColumnNumber="1">Function does not have any external calls but is not declared as static : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.11" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="219" SpellingColumnNumber="1">Function does not have any external calls but is not declared as static : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.11" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="301" SpellingColumnNumber="1">Function does not have any external calls but is not declared as static : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.11" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="313" SpellingColumnNumber="1">Function does not have any external calls but is not declared as static : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.11" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="508" SpellingColumnNumber="1">Function does not have any external calls but is not declared as static : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.11" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="1179" SpellingColumnNumber="1">Function does not have any external calls but is not declared as static : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs1.c" SpellingLineNumber="23" SpellingColumnNumber="1">Object (shift) is only being used in one block (test21) but is not defined inside that block: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="19.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="29" SpellingColumnNumber="9">Function-like macro used : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="19.10" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="30" SpellingColumnNumber="9">Funciton-like macro's parameters are not enclosed in parantheses or dont have hash : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="19.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="30" SpellingColumnNumber="9">Function-like macro used : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="19.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="31" SpellingColumnNumber="9">Function-like macro used : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="19.9" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="31" SpellingColumnNumber="9">Function-like macro's argument contains macros : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="19.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="32" SpellingColumnNumber="9">Function-like macro used : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="19.13" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="33" SpellingColumnNumber="9">Macro has # token : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="19.10" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="33" SpellingColumnNumber="9">Funciton-like macro's parameters are not enclosed in parantheses or dont have hash : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="19.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="33" SpellingColumnNumber="9">Function-like macro used : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="19.13" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="34" SpellingColumnNumber="9">Macro has ## token : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="19.13" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="35" SpellingColumnNumber="9">Macro has # token : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="19.13" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="36" SpellingColumnNumber="9">Macro has # token : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="19.13" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="36" SpellingColumnNumber="9">Macro has ## token : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="19.12" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="36" SpellingColumnNumber="9">Macro has # and ## tokens : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="19.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="36" SpellingColumnNumber="9">Function-like macro used : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="19.13" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="37" SpellingColumnNumber="9">Macro has ## token : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="19.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="37" SpellingColumnNumber="9">Function-like macro used : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="19.6" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="44" SpellingColumnNumber="8">Use of #undef is illegal : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="19.6" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="45" SpellingColumnNumber="8">Use of #undef is illegal : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="20.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="47" SpellingColumnNumber="9">C keyword defined : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="20.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="48" SpellingColumnNumber="8">C keyword undefined : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="19.6" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="48" SpellingColumnNumber="8">Use of #undef is illegal : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="19.6" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="77" SpellingColumnNumber="8">Use of #undef is illegal : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="19.6" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="237" SpellingColumnNumber="8">Use of #undef is illegal : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.12" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.h" SpellingLineNumber="9" SpellingColumnNumber="1">External array type is incomplete and has no initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="18.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.h" SpellingLineNumber="9" SpellingColumnNumber="1">ArrayType incomplete at the end of the translation unit : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.h" SpellingLineNumber="13" SpellingColumnNumber="1">Variable definition inside a header file : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="2.3" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.h" SpellingLineNumber="37" SpellingColumnNumber="2">character sequence "/*" used inside the comment : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.h" SpellingLineNumber="15" SpellingColumnNumber="1">Variable definition inside a header file : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.h" SpellingLineNumber="17" SpellingColumnNumber="1">Variable definition inside a header file : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.h" SpellingLineNumber="19" SpellingColumnNumber="1">Variable definition inside a header file : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.h" SpellingLineNumber="21" SpellingColumnNumber="1">Variable definition inside a header file : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.h" SpellingLineNumber="22" SpellingColumnNumber="1">Variable definition inside a header file : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.h" SpellingLineNumber="29" SpellingColumnNumber="1">Function definition inside a header file : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.h" SpellingLineNumber="29" SpellingColumnNumber="1">Function does not take any parameters but is not using the void keyword : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.h" SpellingLineNumber="34" SpellingColumnNumber="1">Function definition inside a header file : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.h" SpellingLineNumber="34" SpellingColumnNumber="1">Function does not return anything but is missing the void keyword for the return type : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.h" SpellingLineNumber="42" SpellingColumnNumber="1">Function definition inside a header file : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="18.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="97" SpellingColumnNumber="1">ArrayType incomplete at the end of the translation unit : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="18.4" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="107" SpellingColumnNumber="1">Union declared: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="18.4" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="108" SpellingColumnNumber="1">Union declared: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="18.4" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="110" SpellingColumnNumber="1">Union declared: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="18.4" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="116" SpellingColumnNumber="1">Union declared: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="144" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="145" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="146" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="13.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="156" SpellingColumnNumber="7">EffectivelyBooleanExpr's result is known at compile-time: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="166" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="167" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="168" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="169" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="11.3" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="176" SpellingColumnNumber="7">ImplicitCastExpr : Conversion of PointerType to or from IntegralType is recommended against: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.4" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="176" SpellingColumnNumber="7">The only allowed form of pointer arithmetic is array indexing : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="189" SpellingColumnNumber="1">Function does not return anything but is missing the void keyword for the return type : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="191" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="192" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="193" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="19.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="204" SpellingColumnNumber="9">Macro defined inside a block : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="198" SpellingColumnNumber="1">Function does not take any parameters but is not using the void keyword : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="200" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="201" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="202" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="207" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="5.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="207" SpellingColumnNumber="3">Identifier relies on the signifacance of more than 31 charcaters: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="208" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="5.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="208" SpellingColumnNumber="3">Identifier relies on the signifacance of more than 31 charcaters: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="214" SpellingColumnNumber="1">Function does not return anything but is missing the void keyword for the return type : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="216" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="217" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="221" SpellingColumnNumber="1">Function does not return anything but is missing the void keyword for the return type : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="223" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="224" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="19.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="237" SpellingColumnNumber="8">Macro undefined inside a block : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="228" SpellingColumnNumber="1">Function does not return anything but is missing the void keyword for the return type : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="230" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="231" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="233" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="239" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="240" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="241" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="242" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="243" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.4" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="247" SpellingColumnNumber="14">The only allowed form of pointer arithmetic is array indexing : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="248" SpellingColumnNumber="15">Pointer arithmatic for non-array pointers : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.4" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="248" SpellingColumnNumber="15">The only allowed form of pointer arithmetic is array indexing : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.4" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="254" SpellingColumnNumber="14">The only allowed form of pointer arithmetic is array indexing : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="255" SpellingColumnNumber="15">Pointer arithmatic for non-array pointers : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.4" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="255" SpellingColumnNumber="15">The only allowed form of pointer arithmetic is array indexing : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="262" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="263" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="263" SpellingColumnNumber="3">Pointer has more than 2 levels on indirection : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="265" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="266" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="11.x" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="268" SpellingColumnNumber="14">ImplicitCastExpr : PointerType has implicit BitCast. This could be caused by a cast removing const or volatile qualifier from the type addressed by a pointer or by a cast to a different function or object type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="274" SpellingColumnNumber="5">Pointer has more than 2 levels on indirection : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="277" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="279" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="280" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="280" SpellingColumnNumber="3">Pointer has more than 2 levels on indirection : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="282" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="282" SpellingColumnNumber="3">Pointer has more than 2 levels on indirection : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="284" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="11.3" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="285" SpellingColumnNumber="20">CStyleCastExpr : Conversion of PointerType to or from IntegralType is recommended against: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="286" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="11.3" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="287" SpellingColumnNumber="12">CStyleCastExpr : Conversion of PointerType to or from IntegralType is recommended against: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="288" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="11.x" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="289" SpellingColumnNumber="12">ImplicitCastExpr : PointerType has implicit BitCast. This could be caused by a cast removing const or volatile qualifier from the type addressed by a pointer or by a cast to a different function or object type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="11.x" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="290" SpellingColumnNumber="12">ImplicitCastExpr : PointerType has implicit BitCast. This could be caused by a cast removing const or volatile qualifier from the type addressed by a pointer or by a cast to a different function or object type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="11.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="290" SpellingColumnNumber="12">CStyleCastExpr : FunctionPointerType converted to or from a type other than IntegralType: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="291" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="291" SpellingColumnNumber="3">Pointer has more than 2 levels on indirection : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="292" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="292" SpellingColumnNumber="3">Pointer has more than 2 levels on indirection : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="293" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="293" SpellingColumnNumber="21">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="293" SpellingColumnNumber="28">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="294" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="294" SpellingColumnNumber="3">Pointer has more than 2 levels on indirection : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="294" SpellingColumnNumber="21">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="294" SpellingColumnNumber="28">Pointer has more than 2 levels on indirection : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="294" SpellingColumnNumber="28">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="297" SpellingColumnNumber="18">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="297" SpellingColumnNumber="32">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="297" SpellingColumnNumber="39">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="297" SpellingColumnNumber="47">Pointer has more than 2 levels on indirection : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="297" SpellingColumnNumber="47">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="297" SpellingColumnNumber="61">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.5" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="297" SpellingColumnNumber="68">Pointer has more than 2 levels on indirection : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="297" SpellingColumnNumber="68">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="304" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="305" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="306" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="307" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="308" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="11.x" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="310" SpellingColumnNumber="8">CStyleCastExpr : PointerType has implicit BitCast. This could be caused by a cast removing const or volatile qualifier from the type addressed by a pointer or by a cast to a different function or object type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="11.x" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="311" SpellingColumnNumber="8">CStyleCastExpr : PointerType has implicit BitCast. This could be caused by a cast removing const or volatile qualifier from the type addressed by a pointer or by a cast to a different function or object type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="312" SpellingColumnNumber="7">ImplicitCastExpr changes the signedness of the type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="312" SpellingColumnNumber="7">ImplicitCastExpr is narrowing: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="313" SpellingColumnNumber="8">ImplicitCastExpr : Conversion of FloatingType to or from IntegralType is recommended against: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="11.x" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="318" SpellingColumnNumber="27">ImplicitCastExpr : PointerType has implicit BitCast. This could be caused by a cast removing const or volatile qualifier from the type addressed by a pointer or by a cast to a different function or object type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.4" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="318" SpellingColumnNumber="27">The only allowed form of pointer arithmetic is array indexing : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="321" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="322" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="323" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="324" SpellingColumnNumber="17">ImplicitCastExpr is narrowing: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="324" SpellingColumnNumber="17">Bitwise operator has signed RHS and/or LHS operands: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="324" SpellingColumnNumber="28">Bitwise operator has signed RHS and/or LHS operands: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="325" SpellingColumnNumber="17">ImplicitCastExpr is narrowing: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="325" SpellingColumnNumber="17">Bitwise operator has signed RHS and/or LHS operands: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="325" SpellingColumnNumber="41">Bitwise operator has signed RHS and/or LHS operands: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="327" SpellingColumnNumber="16">Bitwise operator has signed RHS and/or LHS operands: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="327" SpellingColumnNumber="39">Bitwise operator has signed RHS and/or LHS operands: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="329" SpellingColumnNumber="16">Bitwise operator has signed RHS and/or LHS operands: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="329" SpellingColumnNumber="40">Bitwise operator has signed RHS and/or LHS operands: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="329" SpellingColumnNumber="17">Bitwise operator has signed RHS and/or LHS operands: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="329" SpellingColumnNumber="31">Bitwise operator has signed RHS and/or LHS operands: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="329" SpellingColumnNumber="18">Bitwise operator has signed RHS and/or LHS operands: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="329" SpellingColumnNumber="26">Bitwise operator has signed RHS and/or LHS operands: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="330" SpellingColumnNumber="16">Bitwise operator has signed RHS and/or LHS operands: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="330" SpellingColumnNumber="50">Bitwise operator has signed RHS and/or LHS operands: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="330" SpellingColumnNumber="17">Bitwise operator has signed RHS and/or LHS operands: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="330" SpellingColumnNumber="41">Bitwise operator has signed RHS and/or LHS operands: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="330" SpellingColumnNumber="23">Bitwise operator has signed RHS and/or LHS operands: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="330" SpellingColumnNumber="36">Bitwise operator has signed RHS and/or LHS operands: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="336" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="338" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="339" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="340" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="341" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="342" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="343" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="11.x" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="346" SpellingColumnNumber="8">CStyleCastExpr : PointerType has implicit BitCast. This could be caused by a cast removing const or volatile qualifier from the type addressed by a pointer or by a cast to a different function or object type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="11.x" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="347" SpellingColumnNumber="8">CStyleCastExpr : PointerType has implicit BitCast. This could be caused by a cast removing const or volatile qualifier from the type addressed by a pointer or by a cast to a different function or object type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="11.x" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="348" SpellingColumnNumber="9">CStyleCastExpr : PointerType has implicit BitCast. This could be caused by a cast removing const or volatile qualifier from the type addressed by a pointer or by a cast to a different function or object type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="11.x" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="349" SpellingColumnNumber="9">CStyleCastExpr : PointerType has implicit BitCast. This could be caused by a cast removing const or volatile qualifier from the type addressed by a pointer or by a cast to a different function or object type: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="354" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="355" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="356" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="357" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="358" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="359" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="360" SpellingColumnNumber="7">ImplicitCastExpr is narrowing: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="361" SpellingColumnNumber="7">ImplicitCastExpr is narrowing: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="362" SpellingColumnNumber="7">ImplicitCastExpr is narrowing: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="363" SpellingColumnNumber="7">ImplicitCastExpr is narrowing: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="12.13" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="363" SpellingColumnNumber="8">Unary ++ or -- have been used in an expr with other operators: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="13.2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="364" SpellingColumnNumber="7">Implicit test of an expr against zero which is not known to return a boolean result: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="369" SpellingColumnNumber="7">ImplicitCastExpr : Conversion of FloatingType to or from IntegralType is recommended against: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="370" SpellingColumnNumber="7">ImplicitCastExpr : Conversion of FloatingType to or from IntegralType is recommended against: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="371" SpellingColumnNumber="7">ImplicitCastExpr is narrowing: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="10.1/2" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="372" SpellingColumnNumber="7">ImplicitCastExpr is narrowing: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="9.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="377" SpellingColumnNumber="3">staic local variable does not have initialization : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="383" SpellingColumnNumber="17">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="383" SpellingColumnNumber="50">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="16.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="383" SpellingColumnNumber="65">pointerType ParmVarDecl is not used to change the contents of the object it points to but is not declared as const : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="385" SpellingColumnNumber="8">Pointer arithmatic for non-array pointers : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="390" SpellingColumnNumber="8">Pointer arithmatic for non-array pointers : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="395" SpellingColumnNumber="3">Pointer arithmatic for non-array pointers : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.4" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="395" SpellingColumnNumber="3">The only allowed form of pointer arithmetic is array indexing : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="396" SpellingColumnNumber="8">Pointer arithmatic for non-array pointers : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.4" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="396" SpellingColumnNumber="8">The only allowed form of pointer arithmetic is array indexing : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="398" SpellingColumnNumber="4">Pointer arithmatic for non-array pointers : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.4" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="398" SpellingColumnNumber="4">The only allowed form of pointer arithmetic is array indexing : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="399" SpellingColumnNumber="10">Pointer arithmatic for non-array pointers : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.4" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="399" SpellingColumnNumber="10">The only allowed form of pointer arithmetic is array indexing : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="401" SpellingColumnNumber="8">Pointer arithmatic for non-array pointers : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="17.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="406" SpellingColumnNumber="8">Pointer arithmatic for non-array pointers : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.7" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="101" SpellingColumnNumber="1">Object (bubu) is only being used in one block (test33) but is not defined inside that block: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.h" SpellingLineNumber="29" SpellingColumnNumber="1">Function does not have a FunctionDecl that is not a definition : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.h" SpellingLineNumber="34" SpellingColumnNumber="1">Function does not have a FunctionDecl that is not a definition : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.h" SpellingLineNumber="42" SpellingColumnNumber="1">Function does not have a FunctionDecl that is not a definition : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="164" SpellingColumnNumber="1">Function does not have a FunctionDecl that is not a definition : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="189" SpellingColumnNumber="1">Function does not have a FunctionDecl that is not a definition : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="198" SpellingColumnNumber="1">Function does not have a FunctionDecl that is not a definition : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="214" SpellingColumnNumber="1">Function does not have a FunctionDecl that is not a definition : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="221" SpellingColumnNumber="1">Function does not have a FunctionDecl that is not a definition : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="228" SpellingColumnNumber="1">Function does not have a FunctionDecl that is not a definition : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="260" SpellingColumnNumber="1">Function does not have a FunctionDecl that is not a definition : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="297" SpellingColumnNumber="1">Function does not have a FunctionDecl that is not a definition : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="302" SpellingColumnNumber="1">Function does not have a FunctionDecl that is not a definition : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="316" SpellingColumnNumber="1">Function does not have a FunctionDecl that is not a definition : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="334" SpellingColumnNumber="1">Function does not have a FunctionDecl that is not a definition : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="352" SpellingColumnNumber="1">Function does not have a FunctionDecl that is not a definition : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="375" SpellingColumnNumber="1">Function does not have a FunctionDecl that is not a definition : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="8.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="383" SpellingColumnNumber="1">Function does not have a FunctionDecl that is not a definition : </MisraDiag>
    <MisraDiag Misra-C:2004Rule="18.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="130" SpellingColumnNumber="1">Incomplete struct declared: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="18.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="277" SpellingColumnNumber="3">Incomplete struct declared: </MisraDiag>
    <MisraDiag Misra-C:2004Rule="18.1" FileName="/home/bloodstalker/devi/hell2/test/testFuncs2.c" SpellingLineNumber="108" SpellingColumnNumber="1">Incomplete union declared: </MisraDiag>
</Report>