adlint 2.6.12 → 2.6.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (77) hide show
  1. data/ChangeLog +77 -0
  2. data/NEWS +17 -4
  3. data/bin/adlint +24 -30
  4. data/bin/adlint_chk +22 -28
  5. data/bin/adlint_cma +20 -26
  6. data/bin/adlint_sma +22 -28
  7. data/bin/adlintize +60 -58
  8. data/etc/mesg.d/c_builtin/en_US/messages.yml +168 -168
  9. data/etc/mesg.d/c_builtin/ja_JP/messages.yml +168 -168
  10. data/etc/mesg.d/core/en_US/messages.yml +1 -1
  11. data/etc/mesg.d/core/ja_JP/messages.yml +1 -1
  12. data/features/code_check/W0119.feature +0 -5
  13. data/features/code_check/W0120.feature +1 -0
  14. data/features/code_check/W0121.feature +0 -5
  15. data/features/code_check/W0123.feature +0 -5
  16. data/features/code_check/W0125.feature +0 -5
  17. data/features/code_check/W0127.feature +0 -5
  18. data/features/code_check/W0128.feature +0 -5
  19. data/features/code_check/W0129.feature +0 -5
  20. data/features/code_check/W0130.feature +0 -5
  21. data/features/code_check/W0132.feature +1 -0
  22. data/features/code_check/W0133.feature +0 -5
  23. data/features/code_check/W0134.feature +0 -5
  24. data/features/code_check/W0135.feature +0 -5
  25. data/features/code_check/W0136.feature +0 -5
  26. data/features/code_check/W0137.feature +0 -5
  27. data/features/code_check/W0138.feature +0 -5
  28. data/features/code_check/W0139.feature +0 -5
  29. data/features/code_check/W0140.feature +0 -5
  30. data/features/code_check/W0141.feature +0 -5
  31. data/features/code_check/W0142.feature +0 -5
  32. data/features/code_check/W0157.feature +0 -5
  33. data/features/code_check/W0161.feature +0 -5
  34. data/features/code_check/W0165.feature +0 -5
  35. data/features/code_check/W0169.feature +0 -5
  36. data/features/code_check/W0177.feature +0 -5
  37. data/features/code_check/W0182.feature +0 -5
  38. data/features/code_check/W0183.feature +0 -5
  39. data/features/code_check/W0184.feature +0 -5
  40. data/features/code_check/W0212.feature +0 -5
  41. data/features/code_check/W0214.feature +0 -5
  42. data/features/code_check/W0221.feature +0 -5
  43. data/features/code_check/W0223.feature +0 -5
  44. data/features/code_check/W0230.feature +0 -5
  45. data/features/code_check/W0232.feature +0 -5
  46. data/features/code_check/W0245.feature +0 -5
  47. data/features/code_check/W0246.feature +0 -5
  48. data/features/code_check/W0247.feature +0 -5
  49. data/features/code_check/W0251.feature +0 -5
  50. data/features/code_check/W0650.feature +0 -4
  51. data/features/code_check/W0703.feature +5 -1
  52. data/features/code_check/W0719.feature +0 -10
  53. data/features/code_check/W0748.feature +0 -5
  54. data/features/code_check/W0751.feature +0 -5
  55. data/features/code_check/W0756.feature +0 -5
  56. data/features/code_check/W0763.feature +0 -5
  57. data/features/code_check/W0787.feature +7 -0
  58. data/features/code_check/W0794.feature +0 -1
  59. data/features/code_check/W1052.feature +0 -2
  60. data/features/support/env.rb +2 -7
  61. data/lib/adlint/c/syntax.rb +10 -16
  62. data/lib/adlint/cpp/macro.rb +96 -0
  63. data/lib/adlint/exam/c_builtin/c_check.rb +954 -817
  64. data/lib/adlint/exam/c_builtin/c_check_shima.rb +17 -19
  65. data/lib/adlint/exam/c_builtin/ld_check.rb +86 -44
  66. data/lib/adlint/message.rb +1 -1
  67. data/lib/adlint/util.rb +8 -8
  68. data/lib/adlint/version.rb +2 -2
  69. data/lib/adlint.rb +8 -0
  70. data/share/doc/developers_guide_ja.html +3 -3
  71. data/share/doc/developers_guide_ja.texi +1 -1
  72. data/share/doc/users_guide_en.html +5055 -5053
  73. data/share/doc/users_guide_en.texi +3817 -3818
  74. data/share/doc/users_guide_ja.html +3787 -3786
  75. data/share/doc/users_guide_ja.texi +3784 -3783
  76. data/spec/spec_helper.rb +3 -11
  77. metadata +2 -2
@@ -49,7 +49,7 @@
49
49
  # - "ERR:X99"
50
50
  # format: "Your custom message for the error of E9999."
51
51
 
52
- version: "2.6.12"
52
+ version: "2.6.14"
53
53
 
54
54
  message_definition:
55
55
  W0001:
@@ -179,11 +179,11 @@ message_definition:
179
179
  W0051:
180
180
  classes:
181
181
  - "UNC:X99"
182
- format: "An external identifier name cannot distinguish other identifier name (ex:`%s') from the range of number of characters defined in linker property."
182
+ format: "An external identifier `%s' cannot distinguish other identifier name from the range of number of characters defined in linker property."
183
183
  W0052:
184
184
  classes:
185
185
  - "UNC:X99"
186
- format: "A identifier name cannot distinguish other identifier name (ex:`%s') from the range of number of characters defined in compile property."
186
+ format: "An identifier `%s' cannot distinguish other identifier name from the range of number of characters defined in compile property."
187
187
  W0053:
188
188
  classes:
189
189
  - "UNC:X99"
@@ -407,7 +407,7 @@ message_definition:
407
407
  W0121:
408
408
  classes:
409
409
  - "UNC:X99"
410
- format: "An implicit type conversion from char to short."
410
+ format: "An implicit type conversion from char to signed short."
411
411
  W0122:
412
412
  classes:
413
413
  - "UNC:X99"
@@ -415,7 +415,7 @@ message_definition:
415
415
  W0123:
416
416
  classes:
417
417
  - "UNC:X99"
418
- format: "An implicit type conversion from char to int."
418
+ format: "An implicit type conversion from char to signed int."
419
419
  W0124:
420
420
  classes:
421
421
  - "UNC:X99"
@@ -423,7 +423,7 @@ message_definition:
423
423
  W0125:
424
424
  classes:
425
425
  - "UNC:X99"
426
- format: "An implicit type conversion from char to long."
426
+ format: "An implicit type conversion from char to signed long."
427
427
  W0126:
428
428
  classes:
429
429
  - "UNC:X99"
@@ -443,7 +443,7 @@ message_definition:
443
443
  W0130:
444
444
  classes:
445
445
  - "UNC:X99"
446
- format: "An implicit type conversion from char to long long."
446
+ format: "An implicit type conversion from char to signed long long."
447
447
  W0131:
448
448
  classes:
449
449
  - "UNC:X99"
@@ -459,7 +459,7 @@ message_definition:
459
459
  W0134:
460
460
  classes:
461
461
  - "UNC:X99"
462
- format: "An implicit type conversion from short to char."
462
+ format: "An implicit type conversion from signed short to char."
463
463
  W0135:
464
464
  classes:
465
465
  - "UNC:X99"
@@ -467,7 +467,7 @@ message_definition:
467
467
  W0136:
468
468
  classes:
469
469
  - "UNC:X99"
470
- format: "An implicit type conversion from int to char."
470
+ format: "An implicit type conversion from signed int to char."
471
471
  W0137:
472
472
  classes:
473
473
  - "UNC:X99"
@@ -475,7 +475,7 @@ message_definition:
475
475
  W0138:
476
476
  classes:
477
477
  - "UNC:X99"
478
- format: "An implicit type conversion from long to char."
478
+ format: "An implicit type conversion from signed long to char."
479
479
  W0139:
480
480
  classes:
481
481
  - "UNC:X99"
@@ -483,7 +483,7 @@ message_definition:
483
483
  W0140:
484
484
  classes:
485
485
  - "UNC:X99"
486
- format: "An implicit type conversion from long long to char."
486
+ format: "An implicit type conversion from signed long long to char."
487
487
  W0141:
488
488
  classes:
489
489
  - "UNC:X99"
@@ -499,7 +499,7 @@ message_definition:
499
499
  W0144:
500
500
  classes:
501
501
  - "UNC:X99"
502
- format: "An implicit type conversion from unsigned short to short."
502
+ format: "An implicit type conversion from unsigned short to signed short."
503
503
  W0145:
504
504
  classes:
505
505
  - "UNC:X99"
@@ -507,11 +507,11 @@ message_definition:
507
507
  W0146:
508
508
  classes:
509
509
  - "UNC:X99"
510
- format: "An implicit type conversion from unsigned int to short."
510
+ format: "An implicit type conversion from unsigned int to signed short."
511
511
  W0147:
512
512
  classes:
513
513
  - "UNC:X99"
514
- format: "An implicit type conversion from unsigned int to int."
514
+ format: "An implicit type conversion from unsigned int to signed int."
515
515
  W0148:
516
516
  classes:
517
517
  - "UNC:X99"
@@ -519,15 +519,15 @@ message_definition:
519
519
  W0149:
520
520
  classes:
521
521
  - "UNC:X99"
522
- format: "An implicit type conversion from unsigned long to short."
522
+ format: "An implicit type conversion from unsigned long to signed short."
523
523
  W0150:
524
524
  classes:
525
525
  - "UNC:X99"
526
- format: "An implicit type conversion from unsigned long to int."
526
+ format: "An implicit type conversion from unsigned long to signed int."
527
527
  W0151:
528
528
  classes:
529
529
  - "UNC:X99"
530
- format: "An implicit type conversion from unsigned long to long."
530
+ format: "An implicit type conversion from unsigned long to signed long."
531
531
  W0152:
532
532
  classes:
533
533
  - "UNC:X99"
@@ -535,19 +535,19 @@ message_definition:
535
535
  W0153:
536
536
  classes:
537
537
  - "UNC:X99"
538
- format: "An implicit type conversion from unsigned long long to short."
538
+ format: "An implicit type conversion from unsigned long long to signed short."
539
539
  W0154:
540
540
  classes:
541
541
  - "UNC:X99"
542
- format: "An implicit type conversion from unsigned long long to int."
542
+ format: "An implicit type conversion from unsigned long long to signed int."
543
543
  W0155:
544
544
  classes:
545
545
  - "UNC:X99"
546
- format: "An implicit type conversion from unsigned long long to long."
546
+ format: "An implicit type conversion from unsigned long long to signed long."
547
547
  W0156:
548
548
  classes:
549
549
  - "UNC:X99"
550
- format: "An implicit type conversion from unsigned long long to long long."
550
+ format: "An implicit type conversion from unsigned long long to signed long long."
551
551
  W0157:
552
552
  classes:
553
553
  - "UNC:X99"
@@ -567,51 +567,51 @@ message_definition:
567
567
  W0161:
568
568
  classes:
569
569
  - "UNC:X99"
570
- format: "An implicit type conversion from short to unsigned char."
570
+ format: "An implicit type conversion from signed short to unsigned char."
571
571
  W0162:
572
572
  classes:
573
573
  - "UNC:X99"
574
- format: "An implicit type conversion from short to unsigned short."
574
+ format: "An implicit type conversion from signed short to unsigned short."
575
575
  W0163:
576
576
  classes:
577
577
  - "UNC:X99"
578
- format: "An implicit type conversion from short to unsigned int."
578
+ format: "An implicit type conversion from signed short to unsigned int."
579
579
  W0164:
580
580
  classes:
581
581
  - "UNC:X99"
582
- format: "An implicit type conversion from short to unsigned long."
582
+ format: "An implicit type conversion from signed short to unsigned long."
583
583
  W0165:
584
584
  classes:
585
585
  - "UNC:X99"
586
- format: "An implicit type conversion from int to unsigned char."
586
+ format: "An implicit type conversion from signed int to unsigned char."
587
587
  W0166:
588
588
  classes:
589
589
  - "UNC:X99"
590
- format: "An implicit type conversion from int to unsigned short."
590
+ format: "An implicit type conversion from signed int to unsigned short."
591
591
  W0167:
592
592
  classes:
593
593
  - "UNC:X99"
594
- format: "An implicit type conversion from int to unsigned int."
594
+ format: "An implicit type conversion from signed int to unsigned int."
595
595
  W0168:
596
596
  classes:
597
597
  - "UNC:X99"
598
- format: "An implicit type conversion from int to unsigned long."
598
+ format: "An implicit type conversion from signed int to unsigned long."
599
599
  W0169:
600
600
  classes:
601
601
  - "UNC:X99"
602
- format: "An implicit type conversion from long to unsigned char."
602
+ format: "An implicit type conversion from signed long to unsigned char."
603
603
  W0170:
604
604
  classes:
605
605
  - "UNC:X99"
606
- format: "An implicit type conversion from long to unsigned short."
606
+ format: "An implicit type conversion from signed long to unsigned short."
607
607
  W0171:
608
608
  classes:
609
609
  - "UNC:X99"
610
- format: "An implicit type conversion from long to unsigned int."
610
+ format: "An implicit type conversion from signed long to unsigned int."
611
611
  W0172:
612
612
  classes:
613
613
  - "UNC:X99"
614
- format: "An implicit type conversion from long to unsigned long."
614
+ format: "An implicit type conversion from signed long to unsigned long."
615
615
  W0173:
616
616
  classes:
617
617
  - "UNC:X99"
@@ -619,35 +619,35 @@ message_definition:
619
619
  W0174:
620
620
  classes:
621
621
  - "UNC:X99"
622
- format: "An implicit type conversion from short to unsigned long long."
622
+ format: "An implicit type conversion from signed short to unsigned long long."
623
623
  W0175:
624
624
  classes:
625
625
  - "UNC:X99"
626
- format: "An implicit type conversion from int to unsigned long long."
626
+ format: "An implicit type conversion from signed int to unsigned long long."
627
627
  W0176:
628
628
  classes:
629
629
  - "UNC:X99"
630
- format: "An implicit type conversion from long to unsigned long long."
630
+ format: "An implicit type conversion from signed long to unsigned long long."
631
631
  W0177:
632
632
  classes:
633
633
  - "UNC:X99"
634
- format: "An implicit type conversion from long long to unsigned char."
634
+ format: "An implicit type conversion from signed long long to unsigned char."
635
635
  W0178:
636
636
  classes:
637
637
  - "UNC:X99"
638
- format: "An implicit type conversion from long long to unsigned short."
638
+ format: "An implicit type conversion from signed long long to unsigned short."
639
639
  W0179:
640
640
  classes:
641
641
  - "UNC:X99"
642
- format: "An implicit type conversion from long long to unsigned int."
642
+ format: "An implicit type conversion from signed long long to unsigned int."
643
643
  W0180:
644
644
  classes:
645
645
  - "UNC:X99"
646
- format: "An implicit type conversion from long long to unsigned long."
646
+ format: "An implicit type conversion from signed long long to unsigned long."
647
647
  W0181:
648
648
  classes:
649
649
  - "UNC:X99"
650
- format: "An implicit type conversion from long long to unsigned long long."
650
+ format: "An implicit type conversion from signed long long to unsigned long long."
651
651
  W0182:
652
652
  classes:
653
653
  - "UNC:X99"
@@ -675,15 +675,15 @@ message_definition:
675
675
  W0188:
676
676
  classes:
677
677
  - "UNC:X99"
678
- format: "An implicit type conversion from short to float."
678
+ format: "An implicit type conversion from signed short to float."
679
679
  W0189:
680
680
  classes:
681
681
  - "UNC:X99"
682
- format: "An implicit type conversion from short to double."
682
+ format: "An implicit type conversion from signed short to double."
683
683
  W0190:
684
684
  classes:
685
685
  - "UNC:X99"
686
- format: "An implicit type conversion from short to long double."
686
+ format: "An implicit type conversion from signed short to long double."
687
687
  W0191:
688
688
  classes:
689
689
  - "UNC:X99"
@@ -699,15 +699,15 @@ message_definition:
699
699
  W0194:
700
700
  classes:
701
701
  - "UNC:X99"
702
- format: "An implicit type conversion from int to float."
702
+ format: "An implicit type conversion from signed int to float."
703
703
  W0195:
704
704
  classes:
705
705
  - "UNC:X99"
706
- format: "An implicit type conversion from int to double."
706
+ format: "An implicit type conversion from signed int to double."
707
707
  W0196:
708
708
  classes:
709
709
  - "UNC:X99"
710
- format: "An implicit type conversion from int to long double."
710
+ format: "An implicit type conversion from signed int to long double."
711
711
  W0197:
712
712
  classes:
713
713
  - "UNC:X99"
@@ -723,15 +723,15 @@ message_definition:
723
723
  W0200:
724
724
  classes:
725
725
  - "UNC:X99"
726
- format: "An implicit type conversion from long to float."
726
+ format: "An implicit type conversion from signed long to float."
727
727
  W0201:
728
728
  classes:
729
729
  - "UNC:X99"
730
- format: "An implicit type conversion from long to double."
730
+ format: "An implicit type conversion from signed long to double."
731
731
  W0202:
732
732
  classes:
733
733
  - "UNC:X99"
734
- format: "An implicit type conversion from long to long double."
734
+ format: "An implicit type conversion from signed long to long double."
735
735
  W0203:
736
736
  classes:
737
737
  - "UNC:X99"
@@ -747,15 +747,15 @@ message_definition:
747
747
  W0206:
748
748
  classes:
749
749
  - "UNC:X99"
750
- format: "An implicit type conversion from long long to float."
750
+ format: "An implicit type conversion from signed long long to float."
751
751
  W0207:
752
752
  classes:
753
753
  - "UNC:X99"
754
- format: "An implicit type conversion from long long to double."
754
+ format: "An implicit type conversion from signed long long to double."
755
755
  W0208:
756
756
  classes:
757
757
  - "UNC:X99"
758
- format: "An implicit type conversion from long long to long double."
758
+ format: "An implicit type conversion from signed long long to long double."
759
759
  W0209:
760
760
  classes:
761
761
  - "UNC:X99"
@@ -783,7 +783,7 @@ message_definition:
783
783
  W0215:
784
784
  classes:
785
785
  - "UNC:X99"
786
- format: "An implicit type conversion from float to short."
786
+ format: "An implicit type conversion from float to signed short."
787
787
  W0216:
788
788
  classes:
789
789
  - "UNC:X99"
@@ -791,7 +791,7 @@ message_definition:
791
791
  W0217:
792
792
  classes:
793
793
  - "UNC:X99"
794
- format: "An implicit type conversion from float to int."
794
+ format: "An implicit type conversion from float to signed int."
795
795
  W0218:
796
796
  classes:
797
797
  - "UNC:X99"
@@ -799,7 +799,7 @@ message_definition:
799
799
  W0219:
800
800
  classes:
801
801
  - "UNC:X99"
802
- format: "An implicit type conversion from float to long."
802
+ format: "An implicit type conversion from float to signed long."
803
803
  W0220:
804
804
  classes:
805
805
  - "UNC:X99"
@@ -819,7 +819,7 @@ message_definition:
819
819
  W0224:
820
820
  classes:
821
821
  - "UNC:X99"
822
- format: "An implicit type conversion from double to short."
822
+ format: "An implicit type conversion from double to signed short."
823
823
  W0225:
824
824
  classes:
825
825
  - "UNC:X99"
@@ -827,7 +827,7 @@ message_definition:
827
827
  W0226:
828
828
  classes:
829
829
  - "UNC:X99"
830
- format: "An implicit type conversion from double to int."
830
+ format: "An implicit type conversion from double to signed int."
831
831
  W0227:
832
832
  classes:
833
833
  - "UNC:X99"
@@ -835,7 +835,7 @@ message_definition:
835
835
  W0228:
836
836
  classes:
837
837
  - "UNC:X99"
838
- format: "An implicit type conversion from double to long."
838
+ format: "An implicit type conversion from double to signed long."
839
839
  W0229:
840
840
  classes:
841
841
  - "UNC:X99"
@@ -855,7 +855,7 @@ message_definition:
855
855
  W0233:
856
856
  classes:
857
857
  - "UNC:X99"
858
- format: "An implicit type conversion from long double to short."
858
+ format: "An implicit type conversion from long double to signed short."
859
859
  W0234:
860
860
  classes:
861
861
  - "UNC:X99"
@@ -863,7 +863,7 @@ message_definition:
863
863
  W0235:
864
864
  classes:
865
865
  - "UNC:X99"
866
- format: "An implicit type conversion from long double to int."
866
+ format: "An implicit type conversion from long double to signed int."
867
867
  W0236:
868
868
  classes:
869
869
  - "UNC:X99"
@@ -871,7 +871,7 @@ message_definition:
871
871
  W0237:
872
872
  classes:
873
873
  - "UNC:X99"
874
- format: "An implicit type conversion from long double to long."
874
+ format: "An implicit type conversion from long double to signed long."
875
875
  W0238:
876
876
  classes:
877
877
  - "UNC:X99"
@@ -879,7 +879,7 @@ message_definition:
879
879
  W0239:
880
880
  classes:
881
881
  - "UNC:X99"
882
- format: "An implicit type conversion from float to long long."
882
+ format: "An implicit type conversion from float to signed long long."
883
883
  W0240:
884
884
  classes:
885
885
  - "UNC:X99"
@@ -887,7 +887,7 @@ message_definition:
887
887
  W0241:
888
888
  classes:
889
889
  - "UNC:X99"
890
- format: "An implicit type conversion from double to long long."
890
+ format: "An implicit type conversion from double to signed long long."
891
891
  W0242:
892
892
  classes:
893
893
  - "UNC:X99"
@@ -895,7 +895,7 @@ message_definition:
895
895
  W0243:
896
896
  classes:
897
897
  - "UNC:X99"
898
- format: "An implicit type conversion from long double to long long."
898
+ format: "An implicit type conversion from long double to signed long long."
899
899
  W0244:
900
900
  classes:
901
901
  - "UNC:X99"
@@ -903,43 +903,43 @@ message_definition:
903
903
  W0245:
904
904
  classes:
905
905
  - "UNC:X99"
906
- format: "An implicit type conversion from unsigned char to short."
906
+ format: "An implicit type conversion from unsigned char to signed short."
907
907
  W0246:
908
908
  classes:
909
909
  - "UNC:X99"
910
- format: "An implicit type conversion from unsigned char to int."
910
+ format: "An implicit type conversion from unsigned char to signed int."
911
911
  W0247:
912
912
  classes:
913
913
  - "UNC:X99"
914
- format: "An implicit type conversion from unsigned char to long."
914
+ format: "An implicit type conversion from unsigned char to signed long."
915
915
  W0248:
916
916
  classes:
917
917
  - "UNC:X99"
918
- format: "An implicit type conversion from unsigned short to int."
918
+ format: "An implicit type conversion from unsigned short to signed int."
919
919
  W0249:
920
920
  classes:
921
921
  - "UNC:X99"
922
- format: "An implicit type conversion from unsigned short to long."
922
+ format: "An implicit type conversion from unsigned short to signed long."
923
923
  W0250:
924
924
  classes:
925
925
  - "UNC:X99"
926
- format: "An implicit type conversion from unsigned int to long."
926
+ format: "An implicit type conversion from unsigned int to signed long."
927
927
  W0251:
928
928
  classes:
929
929
  - "UNC:X99"
930
- format: "An implicit type conversion from unsigned char to long long."
930
+ format: "An implicit type conversion from unsigned char to signed long long."
931
931
  W0252:
932
932
  classes:
933
933
  - "UNC:X99"
934
- format: "An implicit type conversion from unsigned short to long long."
934
+ format: "An implicit type conversion from unsigned short to signed long long."
935
935
  W0253:
936
936
  classes:
937
937
  - "UNC:X99"
938
- format: "An implicit type conversion from unsigned int to long long."
938
+ format: "An implicit type conversion from unsigned int to signed long long."
939
939
  W0254:
940
940
  classes:
941
941
  - "UNC:X99"
942
- format: "An implicit type conversion from unsigned long to long long."
942
+ format: "An implicit type conversion from unsigned long to signed long long."
943
943
  W0255:
944
944
  classes:
945
945
  - "UNC:X99"
@@ -951,7 +951,7 @@ message_definition:
951
951
  W0257:
952
952
  classes:
953
953
  - "UNC:X99"
954
- format: "A value of char type is returned from `short %s()' function."
954
+ format: "A value of char type is returned from `signed short %s()' function."
955
955
  W0258:
956
956
  classes:
957
957
  - "UNC:X99"
@@ -959,7 +959,7 @@ message_definition:
959
959
  W0259:
960
960
  classes:
961
961
  - "UNC:X99"
962
- format: "A value of char type is returned from `int %s()' function."
962
+ format: "A value of char type is returned from `signed int %s()' function."
963
963
  W0260:
964
964
  classes:
965
965
  - "UNC:X99"
@@ -967,7 +967,7 @@ message_definition:
967
967
  W0261:
968
968
  classes:
969
969
  - "UNC:X99"
970
- format: "A value of char type is returned from `long %s()' function."
970
+ format: "A value of char type is returned from `signed long %s()' function."
971
971
  W0262:
972
972
  classes:
973
973
  - "UNC:X99"
@@ -987,7 +987,7 @@ message_definition:
987
987
  W0266:
988
988
  classes:
989
989
  - "UNC:X99"
990
- format: "A value of char type is returned from `long long %s()' function."
990
+ format: "A value of char type is returned from `signed long long %s()' function."
991
991
  W0267:
992
992
  classes:
993
993
  - "UNC:X99"
@@ -1003,7 +1003,7 @@ message_definition:
1003
1003
  W0270:
1004
1004
  classes:
1005
1005
  - "UNC:X99"
1006
- format: "A value of short type is returned from `char %s()' function."
1006
+ format: "A value of signed short type is returned from `char %s()' function."
1007
1007
  W0271:
1008
1008
  classes:
1009
1009
  - "UNC:X99"
@@ -1011,7 +1011,7 @@ message_definition:
1011
1011
  W0272:
1012
1012
  classes:
1013
1013
  - "UNC:X99"
1014
- format: "A value of int type is returned from `char %s()' function."
1014
+ format: "A value of signed int type is returned from `char %s()' function."
1015
1015
  W0273:
1016
1016
  classes:
1017
1017
  - "UNC:X99"
@@ -1019,7 +1019,7 @@ message_definition:
1019
1019
  W0274:
1020
1020
  classes:
1021
1021
  - "UNC:X99"
1022
- format: "A value of long type is returned from `char %s()' function."
1022
+ format: "A value of signed long type is returned from `char %s()' function."
1023
1023
  W0275:
1024
1024
  classes:
1025
1025
  - "UNC:X99"
@@ -1027,7 +1027,7 @@ message_definition:
1027
1027
  W0276:
1028
1028
  classes:
1029
1029
  - "UNC:X99"
1030
- format: "A value of long long type is returned from `char %s()' function."
1030
+ format: "A value of signed long long type is returned from `char %s()' function."
1031
1031
  W0277:
1032
1032
  classes:
1033
1033
  - "UNC:X99"
@@ -1043,7 +1043,7 @@ message_definition:
1043
1043
  W0280:
1044
1044
  classes:
1045
1045
  - "UNC:X99"
1046
- format: "A value of unsigned short type is returned from `short %s()' function."
1046
+ format: "A value of unsigned short type is returned from `signed short %s()' function."
1047
1047
  W0281:
1048
1048
  classes:
1049
1049
  - "UNC:X99"
@@ -1051,11 +1051,11 @@ message_definition:
1051
1051
  W0282:
1052
1052
  classes:
1053
1053
  - "UNC:X99"
1054
- format: "A value of unsigned int type is returned from `short %s()' function."
1054
+ format: "A value of unsigned int type is returned from `signed short %s()' function."
1055
1055
  W0283:
1056
1056
  classes:
1057
1057
  - "UNC:X99"
1058
- format: "A value of unsigned int type is returned from `int %s()' function."
1058
+ format: "A value of unsigned int type is returned from `signed int %s()' function."
1059
1059
  W0284:
1060
1060
  classes:
1061
1061
  - "UNC:X99"
@@ -1063,15 +1063,15 @@ message_definition:
1063
1063
  W0285:
1064
1064
  classes:
1065
1065
  - "UNC:X99"
1066
- format: "A value of unsigned long type is returned from `short %s()' function."
1066
+ format: "A value of unsigned long type is returned from `signed short %s()' function."
1067
1067
  W0286:
1068
1068
  classes:
1069
1069
  - "UNC:X99"
1070
- format: "A value of unsigned long type is returned from `int %s()' function."
1070
+ format: "A value of unsigned long type is returned from `signed int %s()' function."
1071
1071
  W0287:
1072
1072
  classes:
1073
1073
  - "UNC:X99"
1074
- format: "A value of unsigned long type is returned from `long %s()' function."
1074
+ format: "A value of unsigned long type is returned from `signed long %s()' function."
1075
1075
  W0288:
1076
1076
  classes:
1077
1077
  - "UNC:X99"
@@ -1079,19 +1079,19 @@ message_definition:
1079
1079
  W0289:
1080
1080
  classes:
1081
1081
  - "UNC:X99"
1082
- format: "A value of unsigned long long type is returned from `short %s()' function."
1082
+ format: "A value of unsigned long long type is returned from `signed short %s()' function."
1083
1083
  W0290:
1084
1084
  classes:
1085
1085
  - "UNC:X99"
1086
- format: "A value of unsigned long long type is returned from `int %s()' function."
1086
+ format: "A value of unsigned long long type is returned from `signed int %s()' function."
1087
1087
  W0291:
1088
1088
  classes:
1089
1089
  - "UNC:X99"
1090
- format: "A value of unsigned long long type is returned from `long %s()' function."
1090
+ format: "A value of unsigned long long type is returned from `signed long %s()' function."
1091
1091
  W0292:
1092
1092
  classes:
1093
1093
  - "UNC:X99"
1094
- format: "A value of unsigned long long type is returned from `long long %s()' function."
1094
+ format: "A value of unsigned long long type is returned from `signed long long %s()' function."
1095
1095
  W0293:
1096
1096
  classes:
1097
1097
  - "UNC:X99"
@@ -1111,51 +1111,51 @@ message_definition:
1111
1111
  W0297:
1112
1112
  classes:
1113
1113
  - "UNC:X99"
1114
- format: "A value of short type is returned from `unsigned char %s()' function."
1114
+ format: "A value of signed short type is returned from `unsigned char %s()' function."
1115
1115
  W0298:
1116
1116
  classes:
1117
1117
  - "UNC:X99"
1118
- format: "A value of short type is returned from `unsigned short %s()' function."
1118
+ format: "A value of signed short type is returned from `unsigned short %s()' function."
1119
1119
  W0299:
1120
1120
  classes:
1121
1121
  - "UNC:X99"
1122
- format: "A value of short type is returned from `unsigned int %s()' function."
1122
+ format: "A value of signed short type is returned from `unsigned int %s()' function."
1123
1123
  W0300:
1124
1124
  classes:
1125
1125
  - "UNC:X99"
1126
- format: "A value of short type is returned from `unsigned long %s()' function."
1126
+ format: "A value of signed short type is returned from `unsigned long %s()' function."
1127
1127
  W0301:
1128
1128
  classes:
1129
1129
  - "UNC:X99"
1130
- format: "A value of int type is returned from `unsigned char %s()' function."
1130
+ format: "A value of signed int type is returned from `unsigned char %s()' function."
1131
1131
  W0302:
1132
1132
  classes:
1133
1133
  - "UNC:X99"
1134
- format: "A value of int type is returned from `unsigned short %s()' function."
1134
+ format: "A value of signed int type is returned from `unsigned short %s()' function."
1135
1135
  W0303:
1136
1136
  classes:
1137
1137
  - "UNC:X99"
1138
- format: "A value of int type is returned from `unsigned int %s()' function."
1138
+ format: "A value of signed int type is returned from `unsigned int %s()' function."
1139
1139
  W0304:
1140
1140
  classes:
1141
1141
  - "UNC:X99"
1142
- format: "A value of int type is returned from `unsigned long %s()' function."
1142
+ format: "A value of signed int type is returned from `unsigned long %s()' function."
1143
1143
  W0305:
1144
1144
  classes:
1145
1145
  - "UNC:X99"
1146
- format: "A value of long type is returned from `unsigned char %s()' function."
1146
+ format: "A value of signed long type is returned from `unsigned char %s()' function."
1147
1147
  W0306:
1148
1148
  classes:
1149
1149
  - "UNC:X99"
1150
- format: "A value of long type is returned from `unsigned short %s()' function."
1150
+ format: "A value of signed long type is returned from `unsigned short %s()' function."
1151
1151
  W0307:
1152
1152
  classes:
1153
1153
  - "UNC:X99"
1154
- format: "A value of long type is returned from `unsigned int %s()' function."
1154
+ format: "A value of signed long type is returned from `unsigned int %s()' function."
1155
1155
  W0308:
1156
1156
  classes:
1157
1157
  - "UNC:X99"
1158
- format: "A value of long type is returned from `unsigned long %s()' function."
1158
+ format: "A value of signed long type is returned from `unsigned long %s()' function."
1159
1159
  W0309:
1160
1160
  classes:
1161
1161
  - "UNC:X99"
@@ -1163,35 +1163,35 @@ message_definition:
1163
1163
  W0310:
1164
1164
  classes:
1165
1165
  - "UNC:X99"
1166
- format: "A value of short type is returned from `unsigned long long %s()' function."
1166
+ format: "A value of signed short type is returned from `unsigned long long %s()' function."
1167
1167
  W0311:
1168
1168
  classes:
1169
1169
  - "UNC:X99"
1170
- format: "A value of int type is returned from `unsigned long long %s()' function."
1170
+ format: "A value of signed int type is returned from `unsigned long long %s()' function."
1171
1171
  W0312:
1172
1172
  classes:
1173
1173
  - "UNC:X99"
1174
- format: "A value of long type is returned from `unsigned long long %s()' function."
1174
+ format: "A value of signed long type is returned from `unsigned long long %s()' function."
1175
1175
  W0313:
1176
1176
  classes:
1177
1177
  - "UNC:X99"
1178
- format: "A value of long long type is returned from `unsigned char %s()' function."
1178
+ format: "A value of signed long long type is returned from `unsigned char %s()' function."
1179
1179
  W0314:
1180
1180
  classes:
1181
1181
  - "UNC:X99"
1182
- format: "A value of long long type is returned from `unsigned short %s()' function."
1182
+ format: "A value of signed long long type is returned from `unsigned short %s()' function."
1183
1183
  W0315:
1184
1184
  classes:
1185
1185
  - "UNC:X99"
1186
- format: "A value of long long type is returned from `unsigned int %s()' function."
1186
+ format: "A value of signed long long type is returned from `unsigned int %s()' function."
1187
1187
  W0316:
1188
1188
  classes:
1189
1189
  - "UNC:X99"
1190
- format: "A value of long long type is returned from `unsigned long %s()' function."
1190
+ format: "A value of signed long long type is returned from `unsigned long %s()' function."
1191
1191
  W0317:
1192
1192
  classes:
1193
1193
  - "UNC:X99"
1194
- format: "A value of long long type is returned from `unsigned long long %s()' function."
1194
+ format: "A value of signed long long type is returned from `unsigned long long %s()' function."
1195
1195
  W0318:
1196
1196
  classes:
1197
1197
  - "UNC:X99"
@@ -1219,15 +1219,15 @@ message_definition:
1219
1219
  W0324:
1220
1220
  classes:
1221
1221
  - "UNC:X99"
1222
- format: "A value of short type is returned from `float %s()' function."
1222
+ format: "A value of signed short type is returned from `float %s()' function."
1223
1223
  W0325:
1224
1224
  classes:
1225
1225
  - "UNC:X99"
1226
- format: "A value of short type is returned from `double %s()' function."
1226
+ format: "A value of signed short type is returned from `double %s()' function."
1227
1227
  W0326:
1228
1228
  classes:
1229
1229
  - "UNC:X99"
1230
- format: "A value of short type is returned from `long double %s()' function."
1230
+ format: "A value of signed short type is returned from `long double %s()' function."
1231
1231
  W0327:
1232
1232
  classes:
1233
1233
  - "UNC:X99"
@@ -1243,15 +1243,15 @@ message_definition:
1243
1243
  W0330:
1244
1244
  classes:
1245
1245
  - "UNC:X99"
1246
- format: "A value of int type is returned from `float %s()' function."
1246
+ format: "A value of signed int type is returned from `float %s()' function."
1247
1247
  W0331:
1248
1248
  classes:
1249
1249
  - "UNC:X99"
1250
- format: "A value of int type is returned from `double %s()' function."
1250
+ format: "A value of signed int type is returned from `double %s()' function."
1251
1251
  W0332:
1252
1252
  classes:
1253
1253
  - "UNC:X99"
1254
- format: "A value of int type is returned from `long double %s()' function."
1254
+ format: "A value of signed int type is returned from `long double %s()' function."
1255
1255
  W0333:
1256
1256
  classes:
1257
1257
  - "UNC:X99"
@@ -1267,15 +1267,15 @@ message_definition:
1267
1267
  W0336:
1268
1268
  classes:
1269
1269
  - "UNC:X99"
1270
- format: "A value of long type is returned from `float %s()' function."
1270
+ format: "A value of signed long type is returned from `float %s()' function."
1271
1271
  W0337:
1272
1272
  classes:
1273
1273
  - "UNC:X99"
1274
- format: "A value of long type is returned from `double %s()' function."
1274
+ format: "A value of signed long type is returned from `double %s()' function."
1275
1275
  W0338:
1276
1276
  classes:
1277
1277
  - "UNC:X99"
1278
- format: "A value of long type is returned from `long double %s()' function."
1278
+ format: "A value of signed long type is returned from `long double %s()' function."
1279
1279
  W0339:
1280
1280
  classes:
1281
1281
  - "UNC:X99"
@@ -1291,15 +1291,15 @@ message_definition:
1291
1291
  W0342:
1292
1292
  classes:
1293
1293
  - "UNC:X99"
1294
- format: "A value of long long type is returned from `float %s()' function."
1294
+ format: "A value of signed long long type is returned from `float %s()' function."
1295
1295
  W0343:
1296
1296
  classes:
1297
1297
  - "UNC:X99"
1298
- format: "A value of long long type is returned from `double %s()' function."
1298
+ format: "A value of signed long long type is returned from `double %s()' function."
1299
1299
  W0344:
1300
1300
  classes:
1301
1301
  - "UNC:X99"
1302
- format: "A value of long long type is returned from `long double %s()' function."
1302
+ format: "A value of signed long long type is returned from `long double %s()' function."
1303
1303
  W0345:
1304
1304
  classes:
1305
1305
  - "UNC:X99"
@@ -1327,7 +1327,7 @@ message_definition:
1327
1327
  W0351:
1328
1328
  classes:
1329
1329
  - "UNC:X99"
1330
- format: "A value of float type is returned from `short %s()' function."
1330
+ format: "A value of float type is returned from `signed short %s()' function."
1331
1331
  W0352:
1332
1332
  classes:
1333
1333
  - "UNC:X99"
@@ -1335,7 +1335,7 @@ message_definition:
1335
1335
  W0353:
1336
1336
  classes:
1337
1337
  - "UNC:X99"
1338
- format: "A value of float type is returned from `int %s()' function."
1338
+ format: "A value of float type is returned from `signed int %s()' function."
1339
1339
  W0354:
1340
1340
  classes:
1341
1341
  - "UNC:X99"
@@ -1343,7 +1343,7 @@ message_definition:
1343
1343
  W0355:
1344
1344
  classes:
1345
1345
  - "UNC:X99"
1346
- format: "A value of float type is returned from `long %s()' function."
1346
+ format: "A value of float type is returned from `signed long %s()' function."
1347
1347
  W0356:
1348
1348
  classes:
1349
1349
  - "UNC:X99"
@@ -1363,7 +1363,7 @@ message_definition:
1363
1363
  W0360:
1364
1364
  classes:
1365
1365
  - "UNC:X99"
1366
- format: "A value of double type is returned from `short %s()' function."
1366
+ format: "A value of double type is returned from `signed short %s()' function."
1367
1367
  W0361:
1368
1368
  classes:
1369
1369
  - "UNC:X99"
@@ -1371,7 +1371,7 @@ message_definition:
1371
1371
  W0362:
1372
1372
  classes:
1373
1373
  - "UNC:X99"
1374
- format: "A value of double type is returned from `int %s()' function."
1374
+ format: "A value of double type is returned from `signed int %s()' function."
1375
1375
  W0363:
1376
1376
  classes:
1377
1377
  - "UNC:X99"
@@ -1379,7 +1379,7 @@ message_definition:
1379
1379
  W0364:
1380
1380
  classes:
1381
1381
  - "UNC:X99"
1382
- format: "A value of double type is returned from `long %s()' function."
1382
+ format: "A value of double type is returned from `signed long %s()' function."
1383
1383
  W0365:
1384
1384
  classes:
1385
1385
  - "UNC:X99"
@@ -1399,7 +1399,7 @@ message_definition:
1399
1399
  W0369:
1400
1400
  classes:
1401
1401
  - "UNC:X99"
1402
- format: "A value of long double type is returned from `short %s()' function."
1402
+ format: "A value of long double type is returned from `signed short %s()' function."
1403
1403
  W0370:
1404
1404
  classes:
1405
1405
  - "UNC:X99"
@@ -1407,7 +1407,7 @@ message_definition:
1407
1407
  W0371:
1408
1408
  classes:
1409
1409
  - "UNC:X99"
1410
- format: "A value of long double type is returned from `int %s()' function."
1410
+ format: "A value of long double type is returned from `signed int %s()' function."
1411
1411
  W0372:
1412
1412
  classes:
1413
1413
  - "UNC:X99"
@@ -1415,7 +1415,7 @@ message_definition:
1415
1415
  W0373:
1416
1416
  classes:
1417
1417
  - "UNC:X99"
1418
- format: "A value of long double type is returned from `long %s()' function."
1418
+ format: "A value of long double type is returned from `signed long %s()' function."
1419
1419
  W0374:
1420
1420
  classes:
1421
1421
  - "UNC:X99"
@@ -1423,7 +1423,7 @@ message_definition:
1423
1423
  W0375:
1424
1424
  classes:
1425
1425
  - "UNC:X99"
1426
- format: "A value of float type is returned from `long long %s()' function."
1426
+ format: "A value of float type is returned from `signed long long %s()' function."
1427
1427
  W0376:
1428
1428
  classes:
1429
1429
  - "UNC:X99"
@@ -1431,7 +1431,7 @@ message_definition:
1431
1431
  W0377:
1432
1432
  classes:
1433
1433
  - "UNC:X99"
1434
- format: "A value of double type is returned from `long long %s()' function."
1434
+ format: "A value of double type is returned from `signed long long %s()' function."
1435
1435
  W0378:
1436
1436
  classes:
1437
1437
  - "UNC:X99"
@@ -1439,7 +1439,7 @@ message_definition:
1439
1439
  W0379:
1440
1440
  classes:
1441
1441
  - "UNC:X99"
1442
- format: "A value of long double type is returned from `long long %s()' function."
1442
+ format: "A value of long double type is returned from `signed long long %s()' function."
1443
1443
  W0380:
1444
1444
  classes:
1445
1445
  - "UNC:X99"
@@ -1447,7 +1447,7 @@ message_definition:
1447
1447
  W0381:
1448
1448
  classes:
1449
1449
  - "UNC:X99"
1450
- format: "A value of short type is returned from `signed char %s()' function."
1450
+ format: "A value of signed short type is returned from `signed char %s()' function."
1451
1451
  W0382:
1452
1452
  classes:
1453
1453
  - "UNC:X99"
@@ -1455,11 +1455,11 @@ message_definition:
1455
1455
  W0383:
1456
1456
  classes:
1457
1457
  - "UNC:X99"
1458
- format: "A value of int type is returned from `signed char %s()' function."
1458
+ format: "A value of signed int type is returned from `signed char %s()' function."
1459
1459
  W0384:
1460
1460
  classes:
1461
1461
  - "UNC:X99"
1462
- format: "A value of int type is returned from `short %s()' function."
1462
+ format: "A value of signed int type is returned from `signed short %s()' function."
1463
1463
  W0385:
1464
1464
  classes:
1465
1465
  - "UNC:X99"
@@ -1471,15 +1471,15 @@ message_definition:
1471
1471
  W0387:
1472
1472
  classes:
1473
1473
  - "UNC:X99"
1474
- format: "A value of long type is returned from `signed char %s()' function."
1474
+ format: "A value of signed long type is returned from `signed char %s()' function."
1475
1475
  W0388:
1476
1476
  classes:
1477
1477
  - "UNC:X99"
1478
- format: "A value of long type is returned from `short %s()' function."
1478
+ format: "A value of signed long type is returned from `signed short %s()' function."
1479
1479
  W0389:
1480
1480
  classes:
1481
1481
  - "UNC:X99"
1482
- format: "A value of long type is returned from `int %s()' function."
1482
+ format: "A value of signed long type is returned from `signed int %s()' function."
1483
1483
  W0390:
1484
1484
  classes:
1485
1485
  - "UNC:X99"
@@ -1495,19 +1495,19 @@ message_definition:
1495
1495
  W0393:
1496
1496
  classes:
1497
1497
  - "UNC:X99"
1498
- format: "A value of long long type is returned from `signed char %s()' function."
1498
+ format: "A value of signed long long type is returned from `signed char %s()' function."
1499
1499
  W0394:
1500
1500
  classes:
1501
1501
  - "UNC:X99"
1502
- format: "A value of long long type is returned from `short %s()' function."
1502
+ format: "A value of signed long long type is returned from `signed short %s()' function."
1503
1503
  W0395:
1504
1504
  classes:
1505
1505
  - "UNC:X99"
1506
- format: "A value of long long type is returned from `int %s()' function."
1506
+ format: "A value of signed long long type is returned from `signed int %s()' function."
1507
1507
  W0396:
1508
1508
  classes:
1509
1509
  - "UNC:X99"
1510
- format: "A value of long long type is returned from `long %s()' function."
1510
+ format: "A value of signed long long type is returned from `signed long %s()' function."
1511
1511
  W0397:
1512
1512
  classes:
1513
1513
  - "UNC:X99"
@@ -1527,43 +1527,43 @@ message_definition:
1527
1527
  W0401:
1528
1528
  classes:
1529
1529
  - "UNC:X99"
1530
- format: "A value of unsigned char type is returned from `short %s()' function."
1530
+ format: "A value of unsigned char type is returned from `signed short %s()' function."
1531
1531
  W0402:
1532
1532
  classes:
1533
1533
  - "UNC:X99"
1534
- format: "A value of unsigned char type is returned from `int %s()' function."
1534
+ format: "A value of unsigned char type is returned from `signed int %s()' function."
1535
1535
  W0403:
1536
1536
  classes:
1537
1537
  - "UNC:X99"
1538
- format: "A value of unsigned char type is returned from `long %s()' function."
1538
+ format: "A value of unsigned char type is returned from `signed long %s()' function."
1539
1539
  W0404:
1540
1540
  classes:
1541
1541
  - "UNC:X99"
1542
- format: "A value of unsigned short type is returned from `int %s()' function."
1542
+ format: "A value of unsigned short type is returned from `signed int %s()' function."
1543
1543
  W0405:
1544
1544
  classes:
1545
1545
  - "UNC:X99"
1546
- format: "A value of unsigned short type is returned from `long %s()' function."
1546
+ format: "A value of unsigned short type is returned from `signed long %s()' function."
1547
1547
  W0406:
1548
1548
  classes:
1549
1549
  - "UNC:X99"
1550
- format: "A value of unsigned int type is returned from `long %s()' function."
1550
+ format: "A value of unsigned int type is returned from `signed long %s()' function."
1551
1551
  W0407:
1552
1552
  classes:
1553
1553
  - "UNC:X99"
1554
- format: "A value of unsigned char type is returned from `long long %s()' function."
1554
+ format: "A value of unsigned char type is returned from `signed long long %s()' function."
1555
1555
  W0408:
1556
1556
  classes:
1557
1557
  - "UNC:X99"
1558
- format: "A value of unsigned short type is returned from `long long %s()' function."
1558
+ format: "A value of unsigned short type is returned from `signed long long %s()' function."
1559
1559
  W0409:
1560
1560
  classes:
1561
1561
  - "UNC:X99"
1562
- format: "A value of unsigned int type is returned from `long long %s()' function."
1562
+ format: "A value of unsigned int type is returned from `signed long long %s()' function."
1563
1563
  W0410:
1564
1564
  classes:
1565
1565
  - "UNC:X99"
1566
- format: "A value of unsigned long type is returned from `long long %s()' function."
1566
+ format: "A value of unsigned long type is returned from `signed long long %s()' function."
1567
1567
  W0411:
1568
1568
  classes:
1569
1569
  - "UNC:X99"
@@ -2483,7 +2483,7 @@ message_definition:
2483
2483
  W0747:
2484
2484
  classes:
2485
2485
  - "UNC:X99"
2486
- format: "An implicit type conversion from short to signed char."
2486
+ format: "An implicit type conversion from signed short to signed char."
2487
2487
  W0748:
2488
2488
  classes:
2489
2489
  - "UNC:X99"
@@ -2491,11 +2491,11 @@ message_definition:
2491
2491
  W0749:
2492
2492
  classes:
2493
2493
  - "UNC:X99"
2494
- format: "An implicit type conversion from int to signed char."
2494
+ format: "An implicit type conversion from signed int to signed char."
2495
2495
  W0750:
2496
2496
  classes:
2497
2497
  - "UNC:X99"
2498
- format: "An implicit type conversion from int to short."
2498
+ format: "An implicit type conversion from signed int to signed short."
2499
2499
  W0751:
2500
2500
  classes:
2501
2501
  - "UNC:X99"
@@ -2507,15 +2507,15 @@ message_definition:
2507
2507
  W0753:
2508
2508
  classes:
2509
2509
  - "UNC:X99"
2510
- format: "An implicit type conversion from long to signed char."
2510
+ format: "An implicit type conversion from signed long to signed char."
2511
2511
  W0754:
2512
2512
  classes:
2513
2513
  - "UNC:X99"
2514
- format: "An implicit type conversion from long to short."
2514
+ format: "An implicit type conversion from signed long to signed short."
2515
2515
  W0755:
2516
2516
  classes:
2517
2517
  - "UNC:X99"
2518
- format: "An implicit type conversion from long to int."
2518
+ format: "An implicit type conversion from signed long to signed int."
2519
2519
  W0756:
2520
2520
  classes:
2521
2521
  - "UNC:X99"
@@ -2531,19 +2531,19 @@ message_definition:
2531
2531
  W0759:
2532
2532
  classes:
2533
2533
  - "UNC:X99"
2534
- format: "An implicit type conversion from long long to signed char."
2534
+ format: "An implicit type conversion from signed long long to signed char."
2535
2535
  W0760:
2536
2536
  classes:
2537
2537
  - "UNC:X99"
2538
- format: "An implicit type conversion from long long to short."
2538
+ format: "An implicit type conversion from signed long long to signed short."
2539
2539
  W0761:
2540
2540
  classes:
2541
2541
  - "UNC:X99"
2542
- format: "An implicit type conversion from long long to int."
2542
+ format: "An implicit type conversion from signed long long to signed int."
2543
2543
  W0762:
2544
2544
  classes:
2545
2545
  - "UNC:X99"
2546
- format: "An implicit type conversion from long long to long."
2546
+ format: "An implicit type conversion from signed long long to signed long."
2547
2547
  W0763:
2548
2548
  classes:
2549
2549
  - "UNC:X99"
@@ -2995,4 +2995,4 @@ message_definition:
2995
2995
  C0001:
2996
2996
  classes:
2997
2997
  - "INF:X99"
2998
- format: "A warning is detected in external identifier name `%s'."
2998
+ format: "A warning is detected as a pair of this identifier `%s'."