adlint 1.18.6 → 2.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (376) hide show
  1. data/ChangeLog +287 -188
  2. data/MANIFEST +278 -92
  3. data/NEWS +16 -4
  4. data/bin/adlintize +124 -3
  5. data/etc/conf.d/fallback/traits.erb +54 -1
  6. data/etc/conf.d/i686-cygwin/traits-gcc_4.3.4.erb +54 -1
  7. data/etc/conf.d/i686-devkit/traits-gcc_4.5.2.erb +54 -1
  8. data/etc/conf.d/i686-linux/traits-gcc_4.5.1.erb +54 -1
  9. data/etc/conf.d/i686-mingw/traits-gcc_4.6.1.erb +54 -1
  10. data/etc/mesg.d/c_builtin/en_US/messages.yml +2998 -0
  11. data/etc/mesg.d/c_builtin/ja_JP/messages.yml +2998 -0
  12. data/etc/mesg.d/core/en_US/messages.yml +134 -0
  13. data/etc/mesg.d/core/ja_JP/messages.yml +134 -0
  14. data/features/{message_detection → code_check}/E0013.feature +2 -2
  15. data/features/{message_detection → code_check}/W0001.feature +4 -4
  16. data/features/{message_detection → code_check}/W0002.feature +6 -6
  17. data/features/{message_detection → code_check}/W0003.feature +8 -8
  18. data/features/{message_detection → code_check}/W0007.feature +16 -16
  19. data/features/{message_detection → code_check}/W0010.feature +8 -8
  20. data/features/{message_detection → code_check}/W0013.feature +16 -16
  21. data/features/code_check/W0016.feature +200 -0
  22. data/features/code_check/W0017.feature +270 -0
  23. data/features/code_check/W0025.feature +66 -0
  24. data/features/code_check/W0026.feature +143 -0
  25. data/features/{message_detection → code_check}/W0093.feature +6 -6
  26. data/features/{message_detection → code_check}/W0104.feature +14 -14
  27. data/features/{message_detection → code_check}/W0109.feature +6 -6
  28. data/features/code_check/W0119.feature +151 -0
  29. data/features/code_check/W0120.feature +137 -0
  30. data/features/code_check/W0121.feature +147 -0
  31. data/features/code_check/W0122.feature +142 -0
  32. data/features/code_check/W0123.feature +147 -0
  33. data/features/code_check/W0124.feature +142 -0
  34. data/features/code_check/W0125.feature +147 -0
  35. data/features/code_check/W0126.feature +142 -0
  36. data/features/code_check/W0127.feature +147 -0
  37. data/features/code_check/W0128.feature +147 -0
  38. data/features/code_check/W0129.feature +147 -0
  39. data/features/code_check/W0130.feature +159 -0
  40. data/features/code_check/W0131.feature +154 -0
  41. data/features/code_check/W0132.feature +137 -0
  42. data/features/code_check/W0133.feature +151 -0
  43. data/features/code_check/W0134.feature +151 -0
  44. data/features/code_check/W0135.feature +147 -0
  45. data/features/code_check/W0136.feature +151 -0
  46. data/features/code_check/W0137.feature +147 -0
  47. data/features/code_check/W0138.feature +151 -0
  48. data/features/code_check/W0139.feature +147 -0
  49. data/features/code_check/W0140.feature +159 -0
  50. data/features/code_check/W0141.feature +155 -0
  51. data/features/code_check/W0142.feature +152 -0
  52. data/features/code_check/W0143.feature +147 -0
  53. data/features/code_check/W0144.feature +146 -0
  54. data/features/code_check/W0145.feature +147 -0
  55. data/features/code_check/W0146.feature +146 -0
  56. data/features/code_check/W0147.feature +146 -0
  57. data/features/code_check/W0148.feature +147 -0
  58. data/features/code_check/W0149.feature +146 -0
  59. data/features/code_check/W0150.feature +146 -0
  60. data/features/code_check/W0151.feature +146 -0
  61. data/features/code_check/W0152.feature +155 -0
  62. data/features/code_check/W0153.feature +155 -0
  63. data/features/code_check/W0154.feature +154 -0
  64. data/features/code_check/W0155.feature +154 -0
  65. data/features/code_check/W0156.feature +167 -0
  66. data/features/code_check/W0157.feature +152 -0
  67. data/features/code_check/W0158.feature +147 -0
  68. data/features/code_check/W0159.feature +147 -0
  69. data/features/code_check/W0160.feature +147 -0
  70. data/features/code_check/W0161.feature +151 -0
  71. data/features/code_check/W0162.feature +146 -0
  72. data/features/code_check/W0163.feature +146 -0
  73. data/features/code_check/W0164.feature +146 -0
  74. data/features/code_check/W0165.feature +151 -0
  75. data/features/code_check/W0166.feature +146 -0
  76. data/features/code_check/W0167.feature +146 -0
  77. data/features/code_check/W0168.feature +146 -0
  78. data/features/code_check/W0169.feature +151 -0
  79. data/features/code_check/W0170.feature +146 -0
  80. data/features/code_check/W0171.feature +146 -0
  81. data/features/code_check/W0172.feature +146 -0
  82. data/features/code_check/W0173.feature +159 -0
  83. data/features/code_check/W0174.feature +159 -0
  84. data/features/code_check/W0175.feature +158 -0
  85. data/features/code_check/W0176.feature +158 -0
  86. data/features/code_check/W0177.feature +159 -0
  87. data/features/code_check/W0178.feature +155 -0
  88. data/features/code_check/W0179.feature +154 -0
  89. data/features/code_check/W0180.feature +154 -0
  90. data/features/code_check/W0181.feature +167 -0
  91. data/features/code_check/W0182.feature +147 -0
  92. data/features/code_check/W0183.feature +147 -0
  93. data/features/code_check/W0184.feature +148 -0
  94. data/features/code_check/W0185.feature +142 -0
  95. data/features/code_check/W0186.feature +142 -0
  96. data/features/code_check/W0187.feature +142 -0
  97. data/features/code_check/W0188.feature +142 -0
  98. data/features/code_check/W0189.feature +142 -0
  99. data/features/code_check/W0190.feature +142 -0
  100. data/features/code_check/W0191.feature +142 -0
  101. data/features/code_check/W0192.feature +142 -0
  102. data/features/code_check/W0193.feature +143 -0
  103. data/features/code_check/W0194.feature +142 -0
  104. data/features/code_check/W0195.feature +142 -0
  105. data/features/code_check/W0196.feature +142 -0
  106. data/features/code_check/W0197.feature +142 -0
  107. data/features/code_check/W0198.feature +142 -0
  108. data/features/code_check/W0199.feature +143 -0
  109. data/features/code_check/W0200.feature +142 -0
  110. data/features/code_check/W0201.feature +142 -0
  111. data/features/code_check/W0202.feature +142 -0
  112. data/features/code_check/W0203.feature +142 -0
  113. data/features/code_check/W0204.feature +142 -0
  114. data/features/code_check/W0205.feature +143 -0
  115. data/features/code_check/W0206.feature +150 -0
  116. data/features/code_check/W0207.feature +150 -0
  117. data/features/code_check/W0208.feature +150 -0
  118. data/features/code_check/W0209.feature +151 -0
  119. data/features/code_check/W0210.feature +151 -0
  120. data/features/code_check/W0211.feature +151 -0
  121. data/features/code_check/W0212.feature +147 -0
  122. data/features/code_check/W0213.feature +142 -0
  123. data/features/code_check/W0214.feature +147 -0
  124. data/features/code_check/W0215.feature +142 -0
  125. data/features/code_check/W0216.feature +142 -0
  126. data/features/code_check/W0217.feature +142 -0
  127. data/features/code_check/W0218.feature +142 -0
  128. data/features/code_check/W0219.feature +142 -0
  129. data/features/code_check/W0220.feature +142 -0
  130. data/features/code_check/W0221.feature +147 -0
  131. data/features/code_check/W0222.feature +142 -0
  132. data/features/code_check/W0223.feature +147 -0
  133. data/features/code_check/W0224.feature +142 -0
  134. data/features/code_check/W0225.feature +142 -0
  135. data/features/code_check/W0226.feature +142 -0
  136. data/features/code_check/W0227.feature +142 -0
  137. data/features/code_check/W0228.feature +142 -0
  138. data/features/code_check/W0229.feature +142 -0
  139. data/features/code_check/W0230.feature +147 -0
  140. data/features/code_check/W0231.feature +142 -0
  141. data/features/code_check/W0232.feature +148 -0
  142. data/features/code_check/W0233.feature +142 -0
  143. data/features/code_check/W0234.feature +143 -0
  144. data/features/code_check/W0235.feature +142 -0
  145. data/features/code_check/W0236.feature +143 -0
  146. data/features/code_check/W0237.feature +142 -0
  147. data/features/code_check/W0238.feature +143 -0
  148. data/features/code_check/W0239.feature +154 -0
  149. data/features/code_check/W0240.feature +155 -0
  150. data/features/code_check/W0241.feature +154 -0
  151. data/features/code_check/W0242.feature +155 -0
  152. data/features/code_check/W0243.feature +154 -0
  153. data/features/code_check/W0244.feature +155 -0
  154. data/features/code_check/W0245.feature +147 -0
  155. data/features/code_check/W0246.feature +147 -0
  156. data/features/code_check/W0247.feature +147 -0
  157. data/features/code_check/W0248.feature +142 -0
  158. data/features/code_check/W0249.feature +142 -0
  159. data/features/code_check/W0250.feature +146 -0
  160. data/features/code_check/W0251.feature +159 -0
  161. data/features/code_check/W0252.feature +155 -0
  162. data/features/code_check/W0253.feature +154 -0
  163. data/features/code_check/W0254.feature +154 -0
  164. data/features/code_check/W0477.feature +77 -0
  165. data/features/code_check/W0478.feature +103 -0
  166. data/features/code_check/W0479.feature +65 -0
  167. data/features/code_check/W0480.feature +119 -0
  168. data/features/code_check/W0481.feature +28 -0
  169. data/features/code_check/W0482.feature +64 -0
  170. data/features/code_check/W0483.feature +62 -0
  171. data/features/code_check/W0573.feature +91 -0
  172. data/features/{message_detection → code_check}/W0583.feature +2 -2
  173. data/features/{message_detection → code_check}/W0606.feature +2 -2
  174. data/features/{message_detection → code_check}/W0641.feature +16 -16
  175. data/features/{message_detection → code_check}/W0643.feature +12 -12
  176. data/features/{message_detection → code_check}/W0644.feature +50 -50
  177. data/features/{message_detection → code_check}/W0645.feature +16 -16
  178. data/features/{message_detection → code_check}/W0646.feature +16 -16
  179. data/features/{message_detection → code_check}/W0649.feature +28 -28
  180. data/features/{message_detection → code_check}/W0650.feature +24 -24
  181. data/features/code_check/W0685.feature +120 -0
  182. data/features/code_check/W0686.feature +92 -0
  183. data/features/{message_detection → code_check}/W0687.feature +4 -4
  184. data/features/{message_detection → code_check}/W0688.feature +12 -12
  185. data/features/{message_detection → code_check}/W0689.feature +8 -8
  186. data/features/{message_detection → code_check}/W0690.feature +6 -6
  187. data/features/{message_detection → code_check}/W0691.feature +14 -14
  188. data/features/{message_detection → code_check}/W0692.feature +4 -4
  189. data/features/{message_detection → code_check}/W0694.feature +10 -10
  190. data/features/code_check/W0695.feature +78 -0
  191. data/features/{message_detection → code_check}/W0697.feature +18 -18
  192. data/features/{message_detection → code_check}/W0698.feature +2 -2
  193. data/features/{message_detection → code_check}/W0699.feature +2 -2
  194. data/features/{message_detection → code_check}/W0700.feature +6 -6
  195. data/features/{message_detection → code_check}/W0703.feature +6 -6
  196. data/features/{message_detection → code_check}/W0705.feature +24 -24
  197. data/features/{message_detection → code_check}/W0707.feature +20 -20
  198. data/features/{message_detection → code_check}/W0711.feature +10 -10
  199. data/features/{message_detection → code_check}/W0712.feature +10 -10
  200. data/features/{message_detection → code_check}/W0713.feature +10 -10
  201. data/features/{message_detection → code_check}/W0714.feature +10 -10
  202. data/features/{message_detection → code_check}/W0715.feature +11 -11
  203. data/features/{message_detection → code_check}/W0716.feature +6 -6
  204. data/features/{message_detection → code_check}/W0717.feature +6 -6
  205. data/features/{message_detection → code_check}/W0718.feature +6 -6
  206. data/features/{message_detection → code_check}/W0719.feature +16 -16
  207. data/features/{message_detection → code_check}/W0723.feature +6 -6
  208. data/features/code_check/W0726.feature +95 -0
  209. data/features/{message_detection → code_check}/W0732.feature +6 -6
  210. data/features/{message_detection → code_check}/W0733.feature +6 -6
  211. data/features/{message_detection → code_check}/W0734.feature +16 -16
  212. data/features/{message_detection → code_check}/W0735.feature +16 -16
  213. data/features/{message_detection → code_check}/W0745.feature +10 -10
  214. data/features/code_check/W0747.feature +146 -0
  215. data/features/code_check/W0748.feature +148 -0
  216. data/features/code_check/W0749.feature +146 -0
  217. data/features/code_check/W0750.feature +146 -0
  218. data/features/code_check/W0751.feature +148 -0
  219. data/features/code_check/W0752.feature +143 -0
  220. data/features/code_check/W0753.feature +146 -0
  221. data/features/code_check/W0754.feature +146 -0
  222. data/features/code_check/W0755.feature +142 -0
  223. data/features/code_check/W0756.feature +148 -0
  224. data/features/code_check/W0757.feature +143 -0
  225. data/features/code_check/W0758.feature +143 -0
  226. data/features/code_check/W0759.feature +154 -0
  227. data/features/code_check/W0760.feature +154 -0
  228. data/features/code_check/W0761.feature +154 -0
  229. data/features/code_check/W0762.feature +154 -0
  230. data/features/code_check/W0763.feature +156 -0
  231. data/features/code_check/W0764.feature +151 -0
  232. data/features/code_check/W0765.feature +151 -0
  233. data/features/code_check/W0766.feature +151 -0
  234. data/features/code_check/W0767.feature +142 -0
  235. data/features/code_check/W0768.feature +142 -0
  236. data/features/code_check/W0769.feature +142 -0
  237. data/features/{message_detection → code_check}/W0780.feature +12 -12
  238. data/features/code_check/W0781.feature +145 -0
  239. data/features/{message_detection → code_check}/W0783.feature +8 -8
  240. data/features/{message_detection → code_check}/W0792.feature +16 -16
  241. data/features/{message_detection → code_check}/W0793.feature +16 -16
  242. data/features/{message_detection → code_check}/W0794.feature +10 -10
  243. data/features/code_check/W0801.feature +84 -0
  244. data/features/{message_detection → code_check}/W0805.feature +14 -14
  245. data/features/code_check/W0806.feature +24 -0
  246. data/features/code_check/W0807.feature +35 -0
  247. data/features/code_check/W0808.feature +34 -0
  248. data/features/code_check/W0809.feature +114 -0
  249. data/features/{message_detection → code_check}/W0811.feature +10 -10
  250. data/features/{message_detection → code_check}/W0830.feature +12 -12
  251. data/features/{message_detection → code_check}/W0833.feature +30 -30
  252. data/features/{message_detection → code_check}/W0834.feature +26 -26
  253. data/features/{message_detection → code_check}/W1026.feature +8 -8
  254. data/features/code_check/W1030.feature +84 -0
  255. data/features/{message_detection → code_check}/W1031.feature +36 -36
  256. data/features/{message_detection → code_check}/W1039.feature +24 -24
  257. data/features/{message_detection → code_check}/W1040.feature +8 -8
  258. data/features/{message_detection → code_check}/W1041.feature +2 -2
  259. data/features/{message_detection → code_check}/W1046.feature +6 -6
  260. data/features/{message_detection → code_check}/W1047.feature +12 -12
  261. data/features/{message_detection → code_check}/W1052.feature +6 -6
  262. data/features/{message_detection → code_check}/W1066.feature +6 -6
  263. data/features/{message_detection → code_check}/W1067.feature +6 -6
  264. data/features/{message_detection → code_check}/W1068.feature +6 -6
  265. data/features/{message_detection → code_check}/W1069.feature +10 -10
  266. data/features/{message_detection → code_check}/W1070.feature +15 -15
  267. data/features/{message_detection → code_check}/W1071.feature +8 -8
  268. data/features/{message_detection → code_check}/W1072.feature +2 -2
  269. data/features/{message_detection → code_check}/W1073.feature +14 -14
  270. data/features/{message_detection → code_check}/W1074.feature +10 -10
  271. data/features/{message_detection → code_check}/W1075.feature +10 -10
  272. data/features/{message_detection → code_check}/W1076.feature +8 -8
  273. data/features/{message_detection → code_check}/W1077.feature +18 -18
  274. data/features/{message_detection → code_check}/W9001.feature +2 -2
  275. data/features/{message_detection → code_check}/W9003.feature +12 -12
  276. data/features/step_definitions/{message_detection_steps.rb → code_check_steps.rb} +1 -1
  277. data/features/support/env.rb +19 -3
  278. data/lib/adlint.rb +1 -0
  279. data/lib/adlint/analyzer.rb +17 -1
  280. data/lib/adlint/c.rb +0 -4
  281. data/lib/adlint/c/phase.rb +55 -745
  282. data/lib/adlint/code.rb +0 -24
  283. data/lib/adlint/cpp.rb +0 -3
  284. data/lib/adlint/cpp/phase.rb +50 -112
  285. data/lib/adlint/driver.rb +2 -2
  286. data/lib/adlint/error.rb +4 -4
  287. data/lib/adlint/exam.rb +143 -0
  288. data/lib/adlint/exam/c_builtin.rb +813 -0
  289. data/lib/adlint/{c/message.rb → exam/c_builtin/c_check.rb} +2130 -798
  290. data/lib/adlint/{c/message_shima.rb → exam/c_builtin/c_check_shima.rb} +99 -28
  291. data/lib/adlint/{c/code.rb → exam/c_builtin/c_code.rb} +31 -5
  292. data/lib/adlint/{c/metric.rb → exam/c_builtin/c_metric.rb} +43 -11
  293. data/lib/adlint/{cpp/message.rb → exam/c_builtin/cpp_check.rb} +177 -73
  294. data/lib/adlint/{cpp/message_shima.rb → exam/c_builtin/cpp_check_shima.rb} +28 -8
  295. data/lib/adlint/{cpp/code.rb → exam/c_builtin/cpp_code.rb} +14 -3
  296. data/lib/adlint/{ld/message.rb → exam/c_builtin/ld_check.rb} +33 -12
  297. data/lib/adlint/{ld/metric.rb → exam/c_builtin/ld_metric.rb} +8 -3
  298. data/lib/adlint/lang.rb +2 -2
  299. data/lib/adlint/ld.rb +0 -2
  300. data/lib/adlint/ld/phase.rb +101 -101
  301. data/lib/adlint/message.rb +155 -98
  302. data/lib/adlint/metric.rb +0 -27
  303. data/lib/adlint/phase.rb +28 -3
  304. data/lib/adlint/report.rb +22 -12
  305. data/lib/adlint/traits.rb +97 -5
  306. data/lib/adlint/util.rb +100 -11
  307. data/lib/adlint/version.rb +5 -5
  308. data/share/doc/developers_guide_ja.html +3 -3
  309. data/share/doc/developers_guide_ja.texi +1 -1
  310. data/share/doc/users_guide_en.html +1817 -1648
  311. data/share/doc/users_guide_en.texi +202 -22
  312. data/share/doc/users_guide_ja.html +1836 -1663
  313. data/share/doc/users_guide_ja.texi +203 -20
  314. data/share/sample/bison-2.5/adlint/adlint_traits.yml +55 -2
  315. data/share/sample/bison-2.5/adlint/lib/adlint_traits.yml +47 -2
  316. data/share/sample/bison-2.5/adlint/src/adlint_traits.yml +47 -2
  317. data/share/sample/ctags-5.8/adlint/adlint_traits.yml +47 -2
  318. data/share/sample/flex-2.5.35/adlint/adlint_traits.yml +47 -2
  319. data/share/sample/ruby-1.9.3-p0/adlint/adlint_traits.yml +47 -2
  320. data/share/sample/ruby-1.9.3-p0/adlint/core/adlint_traits.yml +47 -2
  321. data/share/sample/ruby-1.9.3-p0/adlint/enc-trans/adlint_traits.yml +47 -2
  322. data/share/sample/ruby-1.9.3-p0/adlint/enc/adlint_traits.yml +47 -2
  323. data/share/sample/ruby-1.9.3-p0/adlint/ext-bigdecimal/adlint_traits.yml +47 -2
  324. data/share/sample/ruby-1.9.3-p0/adlint/ext-continuation/adlint_traits.yml +47 -2
  325. data/share/sample/ruby-1.9.3-p0/adlint/ext-coverage/adlint_traits.yml +47 -2
  326. data/share/sample/ruby-1.9.3-p0/adlint/ext-curses/adlint_traits.yml +47 -2
  327. data/share/sample/ruby-1.9.3-p0/adlint/ext-date/adlint_traits.yml +47 -2
  328. data/share/sample/ruby-1.9.3-p0/adlint/ext-dbm/adlint_traits.yml +47 -2
  329. data/share/sample/ruby-1.9.3-p0/adlint/ext-digest-bubblebabble/adlint_traits.yml +47 -2
  330. data/share/sample/ruby-1.9.3-p0/adlint/ext-digest-md5/adlint_traits.yml +47 -2
  331. data/share/sample/ruby-1.9.3-p0/adlint/ext-digest-rmd160/adlint_traits.yml +47 -2
  332. data/share/sample/ruby-1.9.3-p0/adlint/ext-digest-sha1/adlint_traits.yml +47 -2
  333. data/share/sample/ruby-1.9.3-p0/adlint/ext-digest-sha2/adlint_traits.yml +47 -2
  334. data/share/sample/ruby-1.9.3-p0/adlint/ext-digest/adlint_traits.yml +47 -2
  335. data/share/sample/ruby-1.9.3-p0/adlint/ext-dl-callback/adlint_traits.yml +47 -2
  336. data/share/sample/ruby-1.9.3-p0/adlint/ext-dl/adlint_traits.yml +47 -2
  337. data/share/sample/ruby-1.9.3-p0/adlint/ext-etc/adlint_traits.yml +47 -2
  338. data/share/sample/ruby-1.9.3-p0/adlint/ext-fcntl/adlint_traits.yml +47 -2
  339. data/share/sample/ruby-1.9.3-p0/adlint/ext-fiber/adlint_traits.yml +47 -2
  340. data/share/sample/ruby-1.9.3-p0/adlint/ext-fiddle/adlint_traits.yml +47 -2
  341. data/share/sample/ruby-1.9.3-p0/adlint/ext-gdbm/adlint_traits.yml +47 -2
  342. data/share/sample/ruby-1.9.3-p0/adlint/ext-iconv/adlint_traits.yml +47 -2
  343. data/share/sample/ruby-1.9.3-p0/adlint/ext-io-console/adlint_traits.yml +47 -2
  344. data/share/sample/ruby-1.9.3-p0/adlint/ext-io-nonblock/adlint_traits.yml +47 -2
  345. data/share/sample/ruby-1.9.3-p0/adlint/ext-io-wait/adlint_traits.yml +47 -2
  346. data/share/sample/ruby-1.9.3-p0/adlint/ext-json-generator/adlint_traits.yml +47 -2
  347. data/share/sample/ruby-1.9.3-p0/adlint/ext-json-parser/adlint_traits.yml +47 -2
  348. data/share/sample/ruby-1.9.3-p0/adlint/ext-mathn-complex/adlint_traits.yml +47 -2
  349. data/share/sample/ruby-1.9.3-p0/adlint/ext-mathn-rational/adlint_traits.yml +47 -2
  350. data/share/sample/ruby-1.9.3-p0/adlint/ext-nkf/adlint_traits.yml +47 -2
  351. data/share/sample/ruby-1.9.3-p0/adlint/ext-openssl/adlint_traits.yml +47 -2
  352. data/share/sample/ruby-1.9.3-p0/adlint/ext-pathname/adlint_traits.yml +47 -2
  353. data/share/sample/ruby-1.9.3-p0/adlint/ext-psych/adlint_traits.yml +47 -2
  354. data/share/sample/ruby-1.9.3-p0/adlint/ext-pty/adlint_traits.yml +47 -2
  355. data/share/sample/ruby-1.9.3-p0/adlint/ext-racc-cparse/adlint_traits.yml +47 -2
  356. data/share/sample/ruby-1.9.3-p0/adlint/ext-readline/adlint_traits.yml +47 -2
  357. data/share/sample/ruby-1.9.3-p0/adlint/ext-ripper/adlint_traits.yml +47 -2
  358. data/share/sample/ruby-1.9.3-p0/adlint/ext-sdbm/adlint_traits.yml +47 -2
  359. data/share/sample/ruby-1.9.3-p0/adlint/ext-socket/adlint_traits.yml +47 -2
  360. data/share/sample/ruby-1.9.3-p0/adlint/ext-stringio/adlint_traits.yml +47 -2
  361. data/share/sample/ruby-1.9.3-p0/adlint/ext-strscan/adlint_traits.yml +47 -2
  362. data/share/sample/ruby-1.9.3-p0/adlint/ext-syck/adlint_traits.yml +47 -2
  363. data/share/sample/ruby-1.9.3-p0/adlint/ext-syslog/adlint_traits.yml +47 -2
  364. data/share/sample/ruby-1.9.3-p0/adlint/ext-zlib/adlint_traits.yml +47 -2
  365. data/share/sample/screen-4.0.3/adlint/adlint_traits.yml +47 -2
  366. data/share/sample/vim-7.3/adlint/vim/adlint_traits.yml +47 -2
  367. data/share/sample/vim-7.3/adlint/xxd/adlint_traits.yml +47 -2
  368. data/share/sample/zsh-4.3.15/adlint/adlint_traits.yml +47 -2
  369. data/share/sample/zsh-4.3.15/adlint/builtins/adlint_traits.yml +47 -2
  370. data/share/sample/zsh-4.3.15/adlint/core/adlint_traits.yml +47 -2
  371. data/share/sample/zsh-4.3.15/adlint/modules/adlint_traits.yml +47 -2
  372. data/share/sample/zsh-4.3.15/adlint/zle/adlint_traits.yml +47 -2
  373. data/spec/conf.d/default_traits.yml +56 -3
  374. metadata +280 -94
  375. data/etc/mesg.d/en_US/messages.yml +0 -797
  376. data/etc/mesg.d/ja_JP/messages.yml +0 -797
@@ -10,6 +10,14 @@
10
10
  # DO NOT EDIT MANUALLY!
11
11
  version: "<%= AdLint::TRAITS_SCHEMA_VERSION %>"
12
12
 
13
+ # List of names of source code examination packages.
14
+ #
15
+ # "c_builtin" is a builtin source code examination package for C language.
16
+ # You can install optional examination packages and append (or replace) this
17
+ # list to specify which examination packages are to be run.
18
+ exam_packages:
19
+ - "c_builtin"
20
+
13
21
  #
14
22
  # Project specific traits section
15
23
  #
@@ -209,8 +217,53 @@ message_traits:
209
217
  # Please help to translate the message catalog into your language.
210
218
  language: "<%= lang %>"
211
219
 
220
+ # Output messages with category and severity information?
221
+ message_with_class: false
222
+
223
+ # Warn only files in the specified directory. If omitted, all files (such as
224
+ # system headers or 3rd-party library headers) will be warned.
225
+ warn_only_files_in: "<%= vpath %>"
226
+
227
+ # Enable translation-unit specific code check selection?
228
+ individual_selection: true
229
+
230
+ # Project-wide code check exclusion settings.
231
+ # Ex.
232
+ # exclusion:
233
+ # categories:
234
+ # - "REL"
235
+ # - "PRT"
236
+ # severities: "[ABC][5-9][0-9]"
237
+ # messages:
238
+ # W0001: "c_builtin"
239
+ # W0002: "c_ansi"
240
+ exclusion:
241
+
242
+ # Project-wide code check inclusion settings.
243
+ # Ex.
244
+ # inclusion:
245
+ # messages:
246
+ # W0001: "c_builtin"
247
+ # W0002: "c_ansi"
248
+ inclusion:
249
+
212
250
  # Message text replacement.
213
251
  # Ex.
214
252
  # change_list:
215
- # W9999: "Your custom message for the warning of #9999."
253
+ # W9999:
254
+ # package: "c_builtin"
255
+ # classes:
256
+ # - "REL:A10"
257
+ # - "PRT:B20"
258
+ # format: "Your custom message for the warning of W9999."
259
+ # X9999:
260
+ # package: "core"
261
+ # classes:
262
+ # - "ERR:X99"
263
+ # format: "Your custom message for the warning of X9999."
264
+ # E9999:
265
+ # package: "core"
266
+ # classes:
267
+ # - "ERR:X99"
268
+ # format: "Your custom message for the warning of E9999."
216
269
  change_list:
@@ -10,6 +10,14 @@
10
10
  # DO NOT EDIT MANUALLY!
11
11
  version: "<%= AdLint::TRAITS_SCHEMA_VERSION %>"
12
12
 
13
+ # List of names of source code examination packages.
14
+ #
15
+ # "c_builtin" is a builtin source code examination package for C language.
16
+ # You can install optional examination packages and append (or replace) this
17
+ # list to specify which examination packages are to be run.
18
+ exam_packages:
19
+ - "c_builtin"
20
+
13
21
  #
14
22
  # Project specific traits section
15
23
  #
@@ -220,8 +228,53 @@ message_traits:
220
228
  # Please help to translate the message catalog into your language.
221
229
  language: "<%= lang %>"
222
230
 
231
+ # Output messages with category and severity information?
232
+ message_with_class: false
233
+
234
+ # Warn only files in the specified directory. If omitted, all files (such as
235
+ # system headers or 3rd-party library headers) will be warned.
236
+ warn_only_files_in: "<%= vpath %>"
237
+
238
+ # Enable translation-unit specific code check selection?
239
+ individual_selection: true
240
+
241
+ # Project-wide code check exclusion settings.
242
+ # Ex.
243
+ # exclusion:
244
+ # categories:
245
+ # - "REL"
246
+ # - "PRT"
247
+ # severities: "[ABC][5-9][0-9]"
248
+ # messages:
249
+ # W0001: "c_builtin"
250
+ # W0002: "c_ansi"
251
+ exclusion:
252
+
253
+ # Project-wide code check inclusion settings.
254
+ # Ex.
255
+ # inclusion:
256
+ # messages:
257
+ # W0001: "c_builtin"
258
+ # W0002: "c_ansi"
259
+ inclusion:
260
+
223
261
  # Message text replacement.
224
262
  # Ex.
225
263
  # change_list:
226
- # W9999: "Your custom message for the warning of #9999."
264
+ # W9999:
265
+ # package: "c_builtin"
266
+ # classes:
267
+ # - "REL:A10"
268
+ # - "PRT:B20"
269
+ # format: "Your custom message for the warning of W9999."
270
+ # X9999:
271
+ # package: "core"
272
+ # classes:
273
+ # - "ERR:X99"
274
+ # format: "Your custom message for the warning of X9999."
275
+ # E9999:
276
+ # package: "core"
277
+ # classes:
278
+ # - "ERR:X99"
279
+ # format: "Your custom message for the warning of E9999."
227
280
  change_list:
@@ -10,6 +10,14 @@
10
10
  # DO NOT EDIT MANUALLY!
11
11
  version: "<%= AdLint::TRAITS_SCHEMA_VERSION %>"
12
12
 
13
+ # List of names of source code examination packages.
14
+ #
15
+ # "c_builtin" is a builtin source code examination package for C language.
16
+ # You can install optional examination packages and append (or replace) this
17
+ # list to specify which examination packages are to be run.
18
+ exam_packages:
19
+ - "c_builtin"
20
+
13
21
  #
14
22
  # Project specific traits section
15
23
  #
@@ -219,8 +227,53 @@ message_traits:
219
227
  # Please help to translate the message catalog into your language.
220
228
  language: "<%= lang %>"
221
229
 
230
+ # Output messages with category and severity information?
231
+ message_with_class: false
232
+
233
+ # Warn only files in the specified directory. If omitted, all files (such as
234
+ # system headers or 3rd-party library headers) will be warned.
235
+ warn_only_files_in: "<%= vpath %>"
236
+
237
+ # Enable translation-unit specific code check selection?
238
+ individual_selection: true
239
+
240
+ # Project-wide code check exclusion settings.
241
+ # Ex.
242
+ # exclusion:
243
+ # categories:
244
+ # - "REL"
245
+ # - "PRT"
246
+ # severities: "[ABC][5-9][0-9]"
247
+ # messages:
248
+ # W0001: "c_builtin"
249
+ # W0002: "c_ansi"
250
+ exclusion:
251
+
252
+ # Project-wide code check inclusion settings.
253
+ # Ex.
254
+ # inclusion:
255
+ # messages:
256
+ # W0001: "c_builtin"
257
+ # W0002: "c_ansi"
258
+ inclusion:
259
+
222
260
  # Message text replacement.
223
261
  # Ex.
224
262
  # change_list:
225
- # W9999: "Your custom message for the warning of #9999."
263
+ # W9999:
264
+ # package: "c_builtin"
265
+ # classes:
266
+ # - "REL:A10"
267
+ # - "PRT:B20"
268
+ # format: "Your custom message for the warning of W9999."
269
+ # X9999:
270
+ # package: "core"
271
+ # classes:
272
+ # - "ERR:X99"
273
+ # format: "Your custom message for the warning of X9999."
274
+ # E9999:
275
+ # package: "core"
276
+ # classes:
277
+ # - "ERR:X99"
278
+ # format: "Your custom message for the warning of E9999."
226
279
  change_list:
@@ -10,6 +10,14 @@
10
10
  # DO NOT EDIT MANUALLY!
11
11
  version: "<%= AdLint::TRAITS_SCHEMA_VERSION %>"
12
12
 
13
+ # List of names of source code examination packages.
14
+ #
15
+ # "c_builtin" is a builtin source code examination package for C language.
16
+ # You can install optional examination packages and append (or replace) this
17
+ # list to specify which examination packages are to be run.
18
+ exam_packages:
19
+ - "c_builtin"
20
+
13
21
  #
14
22
  # Project specific traits section
15
23
  #
@@ -217,8 +225,53 @@ message_traits:
217
225
  # Please help to translate the message catalog into your language.
218
226
  language: "<%= lang %>"
219
227
 
228
+ # Output messages with category and severity information?
229
+ message_with_class: false
230
+
231
+ # Warn only files in the specified directory. If omitted, all files (such as
232
+ # system headers or 3rd-party library headers) will be warned.
233
+ warn_only_files_in: "<%= vpath %>"
234
+
235
+ # Enable translation-unit specific code check selection?
236
+ individual_selection: true
237
+
238
+ # Project-wide code check exclusion settings.
239
+ # Ex.
240
+ # exclusion:
241
+ # categories:
242
+ # - "REL"
243
+ # - "PRT"
244
+ # severities: "[ABC][5-9][0-9]"
245
+ # messages:
246
+ # W0001: "c_builtin"
247
+ # W0002: "c_ansi"
248
+ exclusion:
249
+
250
+ # Project-wide code check inclusion settings.
251
+ # Ex.
252
+ # inclusion:
253
+ # messages:
254
+ # W0001: "c_builtin"
255
+ # W0002: "c_ansi"
256
+ inclusion:
257
+
220
258
  # Message text replacement.
221
259
  # Ex.
222
260
  # change_list:
223
- # W9999: "Your custom message for the warning of #9999."
261
+ # W9999:
262
+ # package: "c_builtin"
263
+ # classes:
264
+ # - "REL:A10"
265
+ # - "PRT:B20"
266
+ # format: "Your custom message for the warning of W9999."
267
+ # X9999:
268
+ # package: "core"
269
+ # classes:
270
+ # - "ERR:X99"
271
+ # format: "Your custom message for the warning of X9999."
272
+ # E9999:
273
+ # package: "core"
274
+ # classes:
275
+ # - "ERR:X99"
276
+ # format: "Your custom message for the warning of E9999."
224
277
  change_list:
@@ -10,6 +10,14 @@
10
10
  # DO NOT EDIT MANUALLY!
11
11
  version: "<%= AdLint::TRAITS_SCHEMA_VERSION %>"
12
12
 
13
+ # List of names of source code examination packages.
14
+ #
15
+ # "c_builtin" is a builtin source code examination package for C language.
16
+ # You can install optional examination packages and append (or replace) this
17
+ # list to specify which examination packages are to be run.
18
+ exam_packages:
19
+ - "c_builtin"
20
+
13
21
  #
14
22
  # Project specific traits section
15
23
  #
@@ -219,8 +227,53 @@ message_traits:
219
227
  # Please help to translate the message catalog into your language.
220
228
  language: "<%= lang %>"
221
229
 
230
+ # Output messages with category and severity information?
231
+ message_with_class: false
232
+
233
+ # Warn only files in the specified directory. If omitted, all files (such as
234
+ # system headers or 3rd-party library headers) will be warned.
235
+ warn_only_files_in: "<%= vpath %>"
236
+
237
+ # Enable translation-unit specific code check selection?
238
+ individual_selection: true
239
+
240
+ # Project-wide code check exclusion settings.
241
+ # Ex.
242
+ # exclusion:
243
+ # categories:
244
+ # - "REL"
245
+ # - "PRT"
246
+ # severities: "[ABC][5-9][0-9]"
247
+ # messages:
248
+ # W0001: "c_builtin"
249
+ # W0002: "c_ansi"
250
+ exclusion:
251
+
252
+ # Project-wide code check inclusion settings.
253
+ # Ex.
254
+ # inclusion:
255
+ # messages:
256
+ # W0001: "c_builtin"
257
+ # W0002: "c_ansi"
258
+ inclusion:
259
+
222
260
  # Message text replacement.
223
261
  # Ex.
224
262
  # change_list:
225
- # W9999: "Your custom message for the warning of #9999."
263
+ # W9999:
264
+ # package: "c_builtin"
265
+ # classes:
266
+ # - "REL:A10"
267
+ # - "PRT:B20"
268
+ # format: "Your custom message for the warning of W9999."
269
+ # X9999:
270
+ # package: "core"
271
+ # classes:
272
+ # - "ERR:X99"
273
+ # format: "Your custom message for the warning of X9999."
274
+ # E9999:
275
+ # package: "core"
276
+ # classes:
277
+ # - "ERR:X99"
278
+ # format: "Your custom message for the warning of E9999."
226
279
  change_list:
@@ -0,0 +1,2998 @@
1
+ # ___ ____ __ ___ _________
2
+ # / | / _ |/ / / / | / /__ __/ Source Code Static Analyzer
3
+ # / /| | / / / / / / / |/ / / / AdLint - Advanced Lint
4
+ # / __ |/ /_/ / /___/ / /| / / /
5
+ # /_/ |_|_____/_____/_/_/ |_/ /_/ Copyright (C) 2010-2012, OGIS-RI Co.,Ltd.
6
+ #
7
+ # This file is part of AdLint.
8
+ #
9
+ # AdLint is free software: you can redistribute it and/or modify it under the
10
+ # terms of the GNU General Public License as published by the Free Software
11
+ # Foundation, either version 3 of the License, or (at your option) any later
12
+ # version.
13
+ #
14
+ # AdLint is distributed in the hope that it will be useful, but WITHOUT ANY
15
+ # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
16
+ # A PARTICULAR PURPOSE. See the GNU General Public License for more details.
17
+ #
18
+ # You should have received a copy of the GNU General Public License along with
19
+ # AdLint. If not, see <http://www.gnu.org/licenses/>.
20
+ #
21
+ #
22
+ # Default message catalog of c_builtin examination package for en_US locale.
23
+ #
24
+ # *********************************
25
+ # ***** DO NOT EDIT THIS FILE *****
26
+ # *********************************
27
+ #
28
+ # To override default messages, edit `change_list' section of the traits file.
29
+ #
30
+ # [Example]
31
+ #
32
+ # % tail traits.yml
33
+ # message_traits:
34
+ # change_list:
35
+ # W9999:
36
+ # package: "c_builtin"
37
+ # classes:
38
+ # - "REL:A10"
39
+ # - "PRT:B20"
40
+ # format: "Your custom message for the warning of W9999."
41
+ # X9999:
42
+ # package: "core"
43
+ # classes:
44
+ # - "ERR:X99"
45
+ # format: "Your custom message for the fatal error of X9999."
46
+ # E9999:
47
+ # package: "core"
48
+ # classes:
49
+ # - "ERR:X99"
50
+ # format: "Your custom message for the error of E9999."
51
+
52
+ version: "2.0.0"
53
+
54
+ message_definition:
55
+ W0001:
56
+ classes:
57
+ - "UNC:X99"
58
+ format: "Nesting depth of round bracket`()' exceed 32. This program doesn't meet the strict ISO C90 standards of the term."
59
+ W0002:
60
+ classes:
61
+ - "UNC:X99"
62
+ format: "Identifier and declaration of formal argument described separately in the definition of function `%s()' is old style."
63
+ W0003:
64
+ classes:
65
+ - "UNC:X99"
66
+ format: "This switch statement doesn't have default label."
67
+ W0007:
68
+ classes:
69
+ - "UNC:X99"
70
+ format: "'break' or 'return' statement doesn't found in the last 'case' or 'default' section."
71
+ W0010:
72
+ classes:
73
+ - "UNC:X99"
74
+ format: "There is a side-effect in this ternary operator (conditional operator)."
75
+ W0013:
76
+ classes:
77
+ - "UNC:X99"
78
+ format: "'continue' statement is used in repetition statement."
79
+ W0016:
80
+ classes:
81
+ - "UNC:X99"
82
+ format: "The field width of conversion specifier exceeds 509 characters in 'printf' function."
83
+ W0017:
84
+ classes:
85
+ - "UNC:X99"
86
+ format: "The field width of conversion specifier exceeds 509 characters in 'scanf' function."
87
+ W0018:
88
+ classes:
89
+ - "UNC:X99"
90
+ format: "This accuracy width of conversion specifier exceeds 509 characters."
91
+ W0019:
92
+ classes:
93
+ - "UNC:X99"
94
+ format: "This pointer cast is danger because it delete const qualifier."
95
+ W0021:
96
+ classes:
97
+ - "UNC:X99"
98
+ format: "This pointer cast is danger because it delete volatile qualifier."
99
+ W0023:
100
+ classes:
101
+ - "UNC:X99"
102
+ format: "Arithmetic operation is being made by pointer variable."
103
+ W0024:
104
+ classes:
105
+ - "UNC:X99"
106
+ format: "Increment or decrement is being made by pointer variable."
107
+ W0025:
108
+ classes:
109
+ - "UNC:X99"
110
+ format: "A file is already included by directly."
111
+ W0026:
112
+ classes:
113
+ - "UNC:X99"
114
+ format: "A file is already included by indirectly."
115
+ W0027:
116
+ classes:
117
+ - "UNC:X99"
118
+ format: "Comparison operation is being made by pointer variable."
119
+ W0028:
120
+ classes:
121
+ - "UNC:X99"
122
+ format: "Indirect referencing is being made by NULL pointer."
123
+ W0030:
124
+ classes:
125
+ - "UNC:X99"
126
+ format: "Arithmetic operation is being made by NULL pointer."
127
+ W0031:
128
+ classes:
129
+ - "UNC:X99"
130
+ format: "A formal argument `%s' is not used in this function."
131
+ W0033:
132
+ classes:
133
+ - "UNC:X99"
134
+ format: "A label of `%s:' is not used in this function. It might be removed."
135
+ W0035:
136
+ classes:
137
+ - "UNC:X99"
138
+ format: "Right operand of ``&&' or `||' must arithmetic type or pointer type."
139
+ W0036:
140
+ classes:
141
+ - "UNC:X99"
142
+ format: "The number of qualification operator exceeds 12.This program doesn't meet the strict ISO C90 standards of the term."
143
+ W0037:
144
+ classes:
145
+ - "UNC:X99"
146
+ format: "Nest of structure or union exceeds 15. This program doesn't meet the strict ISO C90 standards of the term."
147
+ W0038:
148
+ classes:
149
+ - "UNC:X99"
150
+ format: "The size of object `%s' exceeds 32767 bytes. This program doesn't meet the strict ISO C90 standards of the term."
151
+ W0039:
152
+ classes:
153
+ - "UNC:X99"
154
+ format: "The number of local identifier in the block exceeds 127. This program doesn't meet the strict ISO C90 standards of the term."
155
+ W0040:
156
+ classes:
157
+ - "UNC:X99"
158
+ format: "A bit field is declared without 'signed' or 'unsigned'."
159
+ W0041:
160
+ classes:
161
+ - "UNC:X99"
162
+ format: "The number of member of structure or union exceeds 127.This program doesn't meet the strict ISO C90 standards of the term."
163
+ W0042:
164
+ classes:
165
+ - "UNC:X99"
166
+ format: "The number of enumeration literal exceeds 127. This program doesn't meet the strict ISO C90 standards of the term."
167
+ W0043:
168
+ classes:
169
+ - "UNC:X99"
170
+ format: "The initial value of the array is short of declared array's size. The residual array will be initialized by zero."
171
+ W0049:
172
+ classes:
173
+ - "UNC:X99"
174
+ format: "Nest of control structure exceeds 15. This program doesn't meet the strict ISO C90 standards of the term."
175
+ W0050:
176
+ classes:
177
+ - "UNC:X99"
178
+ format: "The number of 'case' label exceeds 257. This program doesn't meet the strict ISO C90 standards of the term."
179
+ W0051:
180
+ classes:
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."
183
+ W0052:
184
+ classes:
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."
187
+ W0053:
188
+ classes:
189
+ - "UNC:X99"
190
+ format: "Nest of `#include \"%s\"' exceeds 8.This program doesn't meet the strict ISO C90 standards of the term."
191
+ W0054:
192
+ classes:
193
+ - "UNC:X99"
194
+ format: "The maximum number of `#if...' nest exceeds 8. This program doesn't meet the strict ISO C90 standards of the term."
195
+ W0055:
196
+ classes:
197
+ - "UNC:X99"
198
+ format: "The number of macro definition exceeds 1024. This program doesn't meet the strict ISO C90 standards of the term."
199
+ W0056:
200
+ classes:
201
+ - "UNC:X99"
202
+ format: "The number of formal argument of function-like macro exceeds 31.This program doesn't meet the strict ISO C90 standards of the term."
203
+ W0057:
204
+ classes:
205
+ - "UNC:X99"
206
+ format: "The number of actual argument of function-like macro exceeds 31.This program doesn't meet the strict ISO C90 standards of the term."
207
+ W0058:
208
+ classes:
209
+ - "UNC:X99"
210
+ format: "The number of characters of string literal exceeds 509.This program doesn't meet the strict ISO C90 standards of the term."
211
+ W0059:
212
+ classes:
213
+ - "UNC:X99"
214
+ format: "Ctrl-M(^M) control character is found at the end of line."
215
+ W0060:
216
+ classes:
217
+ - "UNC:X99"
218
+ format: "Ctrl-Z(^Z) control character is found in this file."
219
+ W0061:
220
+ classes:
221
+ - "UNC:X99"
222
+ format: "`%s' is not actual reserved keyword. It will be considered as language extension and ignored."
223
+ W0062:
224
+ classes:
225
+ - "UNC:X99"
226
+ format: "`__typeof__' is not supported ISO C standards. It will be considered as language extension."
227
+ W0063:
228
+ classes:
229
+ - "UNC:X99"
230
+ format: "`__alignof__'is not supported ISO C standards. It will be considered as language extension.."
231
+ W0064:
232
+ classes:
233
+ - "UNC:X99"
234
+ format: "A binary integer literal is used. This is the language extension."
235
+ W0065:
236
+ classes:
237
+ - "UNC:X99"
238
+ format: "Must not cast left operand of assignment operator."
239
+ W0066:
240
+ classes:
241
+ - "UNC:X99"
242
+ format: "`main()' function must `int (void)' or `int (int, char *[])'."
243
+ W0067:
244
+ classes:
245
+ - "UNC:X99"
246
+ format: "Directly access to the member of nested structure. This is the language extension."
247
+ W0068:
248
+ classes:
249
+ - "UNC:X99"
250
+ format: "`.' is used to get access to bit. This is the language extension."
251
+ W0069:
252
+ classes:
253
+ - "UNC:X99"
254
+ format: "`/*' is found in the beginning with `/*' comments. Nested comment doesn't allowed in ISO C standards."
255
+ W0070:
256
+ classes:
257
+ - "UNC:X99"
258
+ format: "Included <%s> is not referenced in the translation unit. It can be removed."
259
+ W0071:
260
+ classes:
261
+ - "UNC:X99"
262
+ format: "Included \"%s\" is not referenced in the translation unit. It can be removed."
263
+ W0072:
264
+ classes:
265
+ - "UNC:X99"
266
+ format: "A character except for basic source character is used in header file name."
267
+ W0073:
268
+ classes:
269
+ - "UNC:X99"
270
+ format: "No include guard in this include file."
271
+ W0076:
272
+ classes:
273
+ - "UNC:X99"
274
+ format: "This hexadecimal literal doesn't contained within suffix `U' or `u'."
275
+ W0077:
276
+ classes:
277
+ - "UNC:X99"
278
+ format: "Lower case`l' is added to integer or floating-point number."
279
+ W0078:
280
+ classes:
281
+ - "UNC:X99"
282
+ format: "A function is declared without list of formal argument."
283
+ W0079:
284
+ classes:
285
+ - "UNC:X99"
286
+ format: "This array cannot keep final character `\\0' which initial value of string literal."
287
+ W0080:
288
+ classes:
289
+ - "UNC:X99"
290
+ format: "A global object which const qualified is defined without explicitly initialized."
291
+ W0081:
292
+ classes:
293
+ - "UNC:X99"
294
+ format: "A monadic operator`-' becomes unsigned type if it use 'unsigned int' type, 'unsigned long' type or 'unsigned long' type operand."
295
+ W0082:
296
+ classes:
297
+ - "UNC:X99"
298
+ format: "A monadic operator `-' is used operand which the latency type is a unsigned operand."
299
+ W0084:
300
+ classes:
301
+ - "UNC:X99"
302
+ format: "Left operand of this comma operator`,' doesn't described the statement which has side-effects."
303
+ W0085:
304
+ classes:
305
+ - "UNC:X99"
306
+ format: "This statement doesn't have side-effects. It is highly possible that it having error."
307
+ W0086:
308
+ classes:
309
+ - "UNC:X99"
310
+ format: "Second or third operand is verbose statement which doesn't have side-effects in ternary operator (conditional operator)."
311
+ W0087:
312
+ classes:
313
+ - "UNC:X99"
314
+ format: "The right side statement of comma operator is verbose statement which doesn't have side-effects."
315
+ W0088:
316
+ classes:
317
+ - "UNC:X99"
318
+ format: "The right side statement of logical operator is verbose statement which doesn't have side-effects."
319
+ W0093:
320
+ classes:
321
+ - "UNC:X99"
322
+ format: "It divided by a value which possibly zero."
323
+ W0094:
324
+ classes:
325
+ - "UNC:X99"
326
+ format: "UNUSABLE"
327
+ W0096:
328
+ classes:
329
+ - "UNC:X99"
330
+ format: "It divided by a constant expression which definitely zero."
331
+ W0097:
332
+ classes:
333
+ - "UNC:X99"
334
+ format: "It divided by zero."
335
+ W0100:
336
+ classes:
337
+ - "UNC:X99"
338
+ format: "The value of variable `%s' is not change. It can be declarable with 'const'."
339
+ W0101:
340
+ classes:
341
+ - "UNC:X99"
342
+ format: "An address of auto variable is substituted for a pointer which has a longer life. This program is danger."
343
+ W0102:
344
+ classes:
345
+ - "UNC:X99"
346
+ format: "An address of auto variable is returned via formal argument to functions. This program is danger."
347
+ W0103:
348
+ classes:
349
+ - "UNC:X99"
350
+ format: "An address of auto variable is returned as return value from a function. This program is danger."
351
+ W0104:
352
+ classes:
353
+ - "UNC:X99"
354
+ format: "The value of formal argument `%s' is not change. It can be declarable with 'const'."
355
+ W0105:
356
+ classes:
357
+ - "UNC:X99"
358
+ format: "The object which points the formal argument `%s' is not change. It can be declaring as pointer type which points const object."
359
+ W0107:
360
+ classes:
361
+ - "UNC:X99"
362
+ format: "An address of auto variable is substituted for local pointer with 'static' option. This program is danger."
363
+ W0108:
364
+ classes:
365
+ - "UNC:X99"
366
+ format: "Assignment operator is used in logical operation expression."
367
+ W0109:
368
+ classes:
369
+ - "UNC:X99"
370
+ format: "The definition of this function doesn't found. It consider it was omitted, and insert `extern int %s()'."
371
+ W0110:
372
+ classes:
373
+ - "UNC:X99"
374
+ format: "A variable number with floating-point type is used by loop counter in for statement."
375
+ W0112:
376
+ classes:
377
+ - "UNC:X99"
378
+ format: "The statement of floating-point compares by equivalent operator."
379
+ W0114:
380
+ classes:
381
+ - "UNC:X99"
382
+ format: "This control expression is not explicit logical operation."
383
+ W0115:
384
+ classes:
385
+ - "UNC:X99"
386
+ format: "Unsigned left shift operator `<<' drop the high-order bit."
387
+ W0116:
388
+ classes:
389
+ - "UNC:X99"
390
+ format: "Unsigned left shift operator `<<' can be drop high-order bit."
391
+ W0117:
392
+ classes:
393
+ - "UNC:X99"
394
+ format: "The definition of `%s' has an external coupling, but the declaration doesn't find before its definition."
395
+ W0118:
396
+ classes:
397
+ - "UNC:X99"
398
+ format: "The definition of `%s' which has external coupling doesn't find in header file."
399
+ W0119:
400
+ classes:
401
+ - "UNC:X99"
402
+ format: "An implicit type conversion from char to signed char."
403
+ W0120:
404
+ classes:
405
+ - "UNC:X99"
406
+ format: "An implicit type conversion from char to unsigned char."
407
+ W0121:
408
+ classes:
409
+ - "UNC:X99"
410
+ format: "An implicit type conversion from char to short."
411
+ W0122:
412
+ classes:
413
+ - "UNC:X99"
414
+ format: "An implicit type conversion from char to unsigned short."
415
+ W0123:
416
+ classes:
417
+ - "UNC:X99"
418
+ format: "An implicit type conversion from char to int."
419
+ W0124:
420
+ classes:
421
+ - "UNC:X99"
422
+ format: "An implicit type conversion from char to unsigned int."
423
+ W0125:
424
+ classes:
425
+ - "UNC:X99"
426
+ format: "An implicit type conversion from char to long."
427
+ W0126:
428
+ classes:
429
+ - "UNC:X99"
430
+ format: "An implicit type conversion from char to unsigned long."
431
+ W0127:
432
+ classes:
433
+ - "UNC:X99"
434
+ format: "An implicit type conversion from char to float."
435
+ W0128:
436
+ classes:
437
+ - "UNC:X99"
438
+ format: "An implicit type conversion from char to double."
439
+ W0129:
440
+ classes:
441
+ - "UNC:X99"
442
+ format: "An implicit type conversion from char to long double."
443
+ W0130:
444
+ classes:
445
+ - "UNC:X99"
446
+ format: "An implicit type conversion from char to long long."
447
+ W0131:
448
+ classes:
449
+ - "UNC:X99"
450
+ format: "An implicit type conversion from char to unsigned long long."
451
+ W0132:
452
+ classes:
453
+ - "UNC:X99"
454
+ format: "An implicit type conversion from unsigned char to char."
455
+ W0133:
456
+ classes:
457
+ - "UNC:X99"
458
+ format: "An implicit type conversion from signed char to char."
459
+ W0134:
460
+ classes:
461
+ - "UNC:X99"
462
+ format: "An implicit type conversion from short to char."
463
+ W0135:
464
+ classes:
465
+ - "UNC:X99"
466
+ format: "An implicit type conversion from unsigned short to char."
467
+ W0136:
468
+ classes:
469
+ - "UNC:X99"
470
+ format: "An implicit type conversion from int to char."
471
+ W0137:
472
+ classes:
473
+ - "UNC:X99"
474
+ format: "An implicit type conversion from unsigned int to char."
475
+ W0138:
476
+ classes:
477
+ - "UNC:X99"
478
+ format: "An implicit type conversion from long to char."
479
+ W0139:
480
+ classes:
481
+ - "UNC:X99"
482
+ format: "An implicit type conversion from unsigned long to char."
483
+ W0140:
484
+ classes:
485
+ - "UNC:X99"
486
+ format: "An implicit type conversion from long long to char."
487
+ W0141:
488
+ classes:
489
+ - "UNC:X99"
490
+ format: "An implicit type conversion from unsigned long long to char."
491
+ W0142:
492
+ classes:
493
+ - "UNC:X99"
494
+ format: "An implicit type conversion from unsigned char to signed char."
495
+ W0143:
496
+ classes:
497
+ - "UNC:X99"
498
+ format: "An implicit type conversion from unsigned short to signed char."
499
+ W0144:
500
+ classes:
501
+ - "UNC:X99"
502
+ format: "An implicit type conversion from unsigned short to short."
503
+ W0145:
504
+ classes:
505
+ - "UNC:X99"
506
+ format: "An implicit type conversion from unsigned int to signed char."
507
+ W0146:
508
+ classes:
509
+ - "UNC:X99"
510
+ format: "An implicit type conversion from unsigned int to short."
511
+ W0147:
512
+ classes:
513
+ - "UNC:X99"
514
+ format: "An implicit type conversion from unsigned int to int."
515
+ W0148:
516
+ classes:
517
+ - "UNC:X99"
518
+ format: "An implicit type conversion from unsigned long to signed char."
519
+ W0149:
520
+ classes:
521
+ - "UNC:X99"
522
+ format: "An implicit type conversion from unsigned long to short."
523
+ W0150:
524
+ classes:
525
+ - "UNC:X99"
526
+ format: "An implicit type conversion from unsigned long to int."
527
+ W0151:
528
+ classes:
529
+ - "UNC:X99"
530
+ format: "An implicit type conversion from unsigned long to long."
531
+ W0152:
532
+ classes:
533
+ - "UNC:X99"
534
+ format: "An implicit type conversion from unsigned long long to signed char."
535
+ W0153:
536
+ classes:
537
+ - "UNC:X99"
538
+ format: "An implicit type conversion from unsigned long long to short."
539
+ W0154:
540
+ classes:
541
+ - "UNC:X99"
542
+ format: "An implicit type conversion from unsigned long long to int."
543
+ W0155:
544
+ classes:
545
+ - "UNC:X99"
546
+ format: "An implicit type conversion from unsigned long long to long."
547
+ W0156:
548
+ classes:
549
+ - "UNC:X99"
550
+ format: "An implicit type conversion from unsigned long long to long long."
551
+ W0157:
552
+ classes:
553
+ - "UNC:X99"
554
+ format: "An implicit type conversion from signed char to unsigned char."
555
+ W0158:
556
+ classes:
557
+ - "UNC:X99"
558
+ format: "An implicit type conversion from signed char to unsigned short."
559
+ W0159:
560
+ classes:
561
+ - "UNC:X99"
562
+ format: "An implicit type conversion from signed char to unsigned int."
563
+ W0160:
564
+ classes:
565
+ - "UNC:X99"
566
+ format: "An implicit type conversion from signed char to unsigned long."
567
+ W0161:
568
+ classes:
569
+ - "UNC:X99"
570
+ format: "An implicit type conversion from short to unsigned char."
571
+ W0162:
572
+ classes:
573
+ - "UNC:X99"
574
+ format: "An implicit type conversion from short to unsigned short."
575
+ W0163:
576
+ classes:
577
+ - "UNC:X99"
578
+ format: "An implicit type conversion from short to unsigned int."
579
+ W0164:
580
+ classes:
581
+ - "UNC:X99"
582
+ format: "An implicit type conversion from short to unsigned long."
583
+ W0165:
584
+ classes:
585
+ - "UNC:X99"
586
+ format: "An implicit type conversion from int to unsigned char."
587
+ W0166:
588
+ classes:
589
+ - "UNC:X99"
590
+ format: "An implicit type conversion from int to unsigned short."
591
+ W0167:
592
+ classes:
593
+ - "UNC:X99"
594
+ format: "An implicit type conversion from int to unsigned int."
595
+ W0168:
596
+ classes:
597
+ - "UNC:X99"
598
+ format: "An implicit type conversion from int to unsigned long."
599
+ W0169:
600
+ classes:
601
+ - "UNC:X99"
602
+ format: "An implicit type conversion from long to unsigned char."
603
+ W0170:
604
+ classes:
605
+ - "UNC:X99"
606
+ format: "An implicit type conversion from long to unsigned short."
607
+ W0171:
608
+ classes:
609
+ - "UNC:X99"
610
+ format: "An implicit type conversion from long to unsigned int."
611
+ W0172:
612
+ classes:
613
+ - "UNC:X99"
614
+ format: "An implicit type conversion from long to unsigned long."
615
+ W0173:
616
+ classes:
617
+ - "UNC:X99"
618
+ format: "An implicit type conversion from signed char to unsigned long long."
619
+ W0174:
620
+ classes:
621
+ - "UNC:X99"
622
+ format: "An implicit type conversion from short to unsigned long long."
623
+ W0175:
624
+ classes:
625
+ - "UNC:X99"
626
+ format: "An implicit type conversion from int to unsigned long long."
627
+ W0176:
628
+ classes:
629
+ - "UNC:X99"
630
+ format: "An implicit type conversion from long to unsigned long long."
631
+ W0177:
632
+ classes:
633
+ - "UNC:X99"
634
+ format: "An implicit type conversion from long long to unsigned char."
635
+ W0178:
636
+ classes:
637
+ - "UNC:X99"
638
+ format: "An implicit type conversion from long long to unsigned short."
639
+ W0179:
640
+ classes:
641
+ - "UNC:X99"
642
+ format: "An implicit type conversion from long long to unsigned int."
643
+ W0180:
644
+ classes:
645
+ - "UNC:X99"
646
+ format: "An implicit type conversion from long long to unsigned long."
647
+ W0181:
648
+ classes:
649
+ - "UNC:X99"
650
+ format: "An implicit type conversion from long long to unsigned long long."
651
+ W0182:
652
+ classes:
653
+ - "UNC:X99"
654
+ format: "An implicit type conversion from unsigned char to float."
655
+ W0183:
656
+ classes:
657
+ - "UNC:X99"
658
+ format: "An implicit type conversion from unsigned char to double."
659
+ W0184:
660
+ classes:
661
+ - "UNC:X99"
662
+ format: "An implicit type conversion from unsigned char to long double."
663
+ W0185:
664
+ classes:
665
+ - "UNC:X99"
666
+ format: "An implicit type conversion from signed char to float."
667
+ W0186:
668
+ classes:
669
+ - "UNC:X99"
670
+ format: "An implicit type conversion from signed char to double."
671
+ W0187:
672
+ classes:
673
+ - "UNC:X99"
674
+ format: "An implicit type conversion from signed char to long double."
675
+ W0188:
676
+ classes:
677
+ - "UNC:X99"
678
+ format: "An implicit type conversion from short to float."
679
+ W0189:
680
+ classes:
681
+ - "UNC:X99"
682
+ format: "An implicit type conversion from short to double."
683
+ W0190:
684
+ classes:
685
+ - "UNC:X99"
686
+ format: "An implicit type conversion from short to long double."
687
+ W0191:
688
+ classes:
689
+ - "UNC:X99"
690
+ format: "An implicit type conversion from unsigned short to float."
691
+ W0192:
692
+ classes:
693
+ - "UNC:X99"
694
+ format: "An implicit type conversion from unsigned short to double."
695
+ W0193:
696
+ classes:
697
+ - "UNC:X99"
698
+ format: "An implicit type conversion from unsigned short to long double."
699
+ W0194:
700
+ classes:
701
+ - "UNC:X99"
702
+ format: "An implicit type conversion from int to float."
703
+ W0195:
704
+ classes:
705
+ - "UNC:X99"
706
+ format: "An implicit type conversion from int to double."
707
+ W0196:
708
+ classes:
709
+ - "UNC:X99"
710
+ format: "An implicit type conversion from int to long double."
711
+ W0197:
712
+ classes:
713
+ - "UNC:X99"
714
+ format: "An implicit type conversion from unsigned int to float."
715
+ W0198:
716
+ classes:
717
+ - "UNC:X99"
718
+ format: "An implicit type conversion from unsigned int to double."
719
+ W0199:
720
+ classes:
721
+ - "UNC:X99"
722
+ format: "An implicit type conversion from unsigned int to long double."
723
+ W0200:
724
+ classes:
725
+ - "UNC:X99"
726
+ format: "An implicit type conversion from long to float."
727
+ W0201:
728
+ classes:
729
+ - "UNC:X99"
730
+ format: "An implicit type conversion from long to double."
731
+ W0202:
732
+ classes:
733
+ - "UNC:X99"
734
+ format: "An implicit type conversion from long to long double."
735
+ W0203:
736
+ classes:
737
+ - "UNC:X99"
738
+ format: "An implicit type conversion from unsigned long to float."
739
+ W0204:
740
+ classes:
741
+ - "UNC:X99"
742
+ format: "An implicit type conversion from unsigned long to double."
743
+ W0205:
744
+ classes:
745
+ - "UNC:X99"
746
+ format: "An implicit type conversion from unsigned long to long double."
747
+ W0206:
748
+ classes:
749
+ - "UNC:X99"
750
+ format: "An implicit type conversion from long long to float."
751
+ W0207:
752
+ classes:
753
+ - "UNC:X99"
754
+ format: "An implicit type conversion from long long to double."
755
+ W0208:
756
+ classes:
757
+ - "UNC:X99"
758
+ format: "An implicit type conversion from long long to long double."
759
+ W0209:
760
+ classes:
761
+ - "UNC:X99"
762
+ format: "An implicit type conversion from unsigned long long to float."
763
+ W0210:
764
+ classes:
765
+ - "UNC:X99"
766
+ format: "An implicit type conversion from unsigned long long to double."
767
+ W0211:
768
+ classes:
769
+ - "UNC:X99"
770
+ format: "An implicit type conversion from unsigned long long to long double."
771
+ W0212:
772
+ classes:
773
+ - "UNC:X99"
774
+ format: "An implicit type conversion from float to char."
775
+ W0213:
776
+ classes:
777
+ - "UNC:X99"
778
+ format: "An implicit type conversion from float to signed char."
779
+ W0214:
780
+ classes:
781
+ - "UNC:X99"
782
+ format: "An implicit type conversion from float to unsigned char."
783
+ W0215:
784
+ classes:
785
+ - "UNC:X99"
786
+ format: "An implicit type conversion from float to short."
787
+ W0216:
788
+ classes:
789
+ - "UNC:X99"
790
+ format: "An implicit type conversion from float to unsigned short."
791
+ W0217:
792
+ classes:
793
+ - "UNC:X99"
794
+ format: "An implicit type conversion from float to int."
795
+ W0218:
796
+ classes:
797
+ - "UNC:X99"
798
+ format: "An implicit type conversion from float to unsigned int."
799
+ W0219:
800
+ classes:
801
+ - "UNC:X99"
802
+ format: "An implicit type conversion from float to long."
803
+ W0220:
804
+ classes:
805
+ - "UNC:X99"
806
+ format: "An implicit type conversion from float to unsigned long."
807
+ W0221:
808
+ classes:
809
+ - "UNC:X99"
810
+ format: "An implicit type conversion from double to char."
811
+ W0222:
812
+ classes:
813
+ - "UNC:X99"
814
+ format: "An implicit type conversion from double to signed char."
815
+ W0223:
816
+ classes:
817
+ - "UNC:X99"
818
+ format: "An implicit type conversion from double to unsigned char."
819
+ W0224:
820
+ classes:
821
+ - "UNC:X99"
822
+ format: "An implicit type conversion from double to short."
823
+ W0225:
824
+ classes:
825
+ - "UNC:X99"
826
+ format: "An implicit type conversion from double to unsigned short."
827
+ W0226:
828
+ classes:
829
+ - "UNC:X99"
830
+ format: "An implicit type conversion from double to int."
831
+ W0227:
832
+ classes:
833
+ - "UNC:X99"
834
+ format: "An implicit type conversion from double to unsigned int."
835
+ W0228:
836
+ classes:
837
+ - "UNC:X99"
838
+ format: "An implicit type conversion from double to long."
839
+ W0229:
840
+ classes:
841
+ - "UNC:X99"
842
+ format: "An implicit type conversion from double to unsigned long."
843
+ W0230:
844
+ classes:
845
+ - "UNC:X99"
846
+ format: "An implicit type conversion from long double to char."
847
+ W0231:
848
+ classes:
849
+ - "UNC:X99"
850
+ format: "An implicit type conversion from long double to signed char."
851
+ W0232:
852
+ classes:
853
+ - "UNC:X99"
854
+ format: "An implicit type conversion from long double to unsigned char."
855
+ W0233:
856
+ classes:
857
+ - "UNC:X99"
858
+ format: "An implicit type conversion from long double to short."
859
+ W0234:
860
+ classes:
861
+ - "UNC:X99"
862
+ format: "An implicit type conversion from long double to unsigned short."
863
+ W0235:
864
+ classes:
865
+ - "UNC:X99"
866
+ format: "An implicit type conversion from long double to int."
867
+ W0236:
868
+ classes:
869
+ - "UNC:X99"
870
+ format: "An implicit type conversion from long double to unsigned int."
871
+ W0237:
872
+ classes:
873
+ - "UNC:X99"
874
+ format: "An implicit type conversion from long double to long."
875
+ W0238:
876
+ classes:
877
+ - "UNC:X99"
878
+ format: "An implicit type conversion from long double to unsigned long."
879
+ W0239:
880
+ classes:
881
+ - "UNC:X99"
882
+ format: "An implicit type conversion from float to long long."
883
+ W0240:
884
+ classes:
885
+ - "UNC:X99"
886
+ format: "An implicit type conversion from float to unsigned long long."
887
+ W0241:
888
+ classes:
889
+ - "UNC:X99"
890
+ format: "An implicit type conversion from double to long long."
891
+ W0242:
892
+ classes:
893
+ - "UNC:X99"
894
+ format: "An implicit type conversion from double to unsigned long long."
895
+ W0243:
896
+ classes:
897
+ - "UNC:X99"
898
+ format: "An implicit type conversion from long double to long long."
899
+ W0244:
900
+ classes:
901
+ - "UNC:X99"
902
+ format: "An implicit type conversion from long double to unsigned long long."
903
+ W0245:
904
+ classes:
905
+ - "UNC:X99"
906
+ format: "An implicit type conversion from unsigned char to short."
907
+ W0246:
908
+ classes:
909
+ - "UNC:X99"
910
+ format: "An implicit type conversion from unsigned char to int."
911
+ W0247:
912
+ classes:
913
+ - "UNC:X99"
914
+ format: "An implicit type conversion from unsigned char to long."
915
+ W0248:
916
+ classes:
917
+ - "UNC:X99"
918
+ format: "An implicit type conversion from unsigned short to int."
919
+ W0249:
920
+ classes:
921
+ - "UNC:X99"
922
+ format: "An implicit type conversion from unsigned short to long."
923
+ W0250:
924
+ classes:
925
+ - "UNC:X99"
926
+ format: "An implicit type conversion from unsigned int to long."
927
+ W0251:
928
+ classes:
929
+ - "UNC:X99"
930
+ format: "An implicit type conversion from unsigned char to long long."
931
+ W0252:
932
+ classes:
933
+ - "UNC:X99"
934
+ format: "An implicit type conversion from unsigned short to long long."
935
+ W0253:
936
+ classes:
937
+ - "UNC:X99"
938
+ format: "An implicit type conversion from unsigned int to long long."
939
+ W0254:
940
+ classes:
941
+ - "UNC:X99"
942
+ format: "An implicit type conversion from unsigned long to long long."
943
+ W0255:
944
+ classes:
945
+ - "UNC:X99"
946
+ format: "A value of char type is returned from `signed char %s()' function."
947
+ W0256:
948
+ classes:
949
+ - "UNC:X99"
950
+ format: "A value of char type is returned from `unsigned char %s()' function."
951
+ W0257:
952
+ classes:
953
+ - "UNC:X99"
954
+ format: "A value of char type is returned from `short %s()' function."
955
+ W0258:
956
+ classes:
957
+ - "UNC:X99"
958
+ format: "A value of char type is returned from `unsigned short %s()' function."
959
+ W0259:
960
+ classes:
961
+ - "UNC:X99"
962
+ format: "A value of char type is returned from `int %s()' function."
963
+ W0260:
964
+ classes:
965
+ - "UNC:X99"
966
+ format: "A value of char type is returned from `unsigned int %s()' function."
967
+ W0261:
968
+ classes:
969
+ - "UNC:X99"
970
+ format: "A value of char type is returned from `long %s()' function."
971
+ W0262:
972
+ classes:
973
+ - "UNC:X99"
974
+ format: "A value of char type is returned from `unsigned long %s()' function."
975
+ W0263:
976
+ classes:
977
+ - "UNC:X99"
978
+ format: "A value of char type is returned from `float %s()' function."
979
+ W0264:
980
+ classes:
981
+ - "UNC:X99"
982
+ format: "A value of char type is returned from `double %s()' function."
983
+ W0265:
984
+ classes:
985
+ - "UNC:X99"
986
+ format: "A value of char type is returned from `long double %s()' function."
987
+ W0266:
988
+ classes:
989
+ - "UNC:X99"
990
+ format: "A value of char type is returned from `long long %s()' function."
991
+ W0267:
992
+ classes:
993
+ - "UNC:X99"
994
+ format: "A value of char type is returned from `unsigned long long %s()' function."
995
+ W0268:
996
+ classes:
997
+ - "UNC:X99"
998
+ format: "A value of unsigned char type is returned from`char %s()' function."
999
+ W0269:
1000
+ classes:
1001
+ - "UNC:X99"
1002
+ format: "A value of signed char type is returned from`char %s()' function."
1003
+ W0270:
1004
+ classes:
1005
+ - "UNC:X99"
1006
+ format: "A value of short type is returned from `char %s()' function."
1007
+ W0271:
1008
+ classes:
1009
+ - "UNC:X99"
1010
+ format: "A value of unsigned short type is returned from `char %s()' function."
1011
+ W0272:
1012
+ classes:
1013
+ - "UNC:X99"
1014
+ format: "A value of int type is returned from `char %s()' function."
1015
+ W0273:
1016
+ classes:
1017
+ - "UNC:X99"
1018
+ format: "A value of unsigned int type is returned from `char %s()' function."
1019
+ W0274:
1020
+ classes:
1021
+ - "UNC:X99"
1022
+ format: "A value of long type is returned from `char %s()' function."
1023
+ W0275:
1024
+ classes:
1025
+ - "UNC:X99"
1026
+ format: "A value of unsigned long type is returned from `char %s()' function."
1027
+ W0276:
1028
+ classes:
1029
+ - "UNC:X99"
1030
+ format: "A value of long long type is returned from `char %s()' function."
1031
+ W0277:
1032
+ classes:
1033
+ - "UNC:X99"
1034
+ format: "A value of unsigned long long type is returned from `char %s()' function."
1035
+ W0278:
1036
+ classes:
1037
+ - "UNC:X99"
1038
+ format: "A value of unsigned char type is returned from `signed char %s()' function."
1039
+ W0279:
1040
+ classes:
1041
+ - "UNC:X99"
1042
+ format: "A value of unsigned short type is returned from `signed char %s()' function."
1043
+ W0280:
1044
+ classes:
1045
+ - "UNC:X99"
1046
+ format: "A value of unsigned short type is returned from `short %s()' function."
1047
+ W0281:
1048
+ classes:
1049
+ - "UNC:X99"
1050
+ format: "A value of unsigned int type is returned from `signed char %s()' function."
1051
+ W0282:
1052
+ classes:
1053
+ - "UNC:X99"
1054
+ format: "A value of unsigned int type is returned from `short %s()' function."
1055
+ W0283:
1056
+ classes:
1057
+ - "UNC:X99"
1058
+ format: "A value of unsigned int type is returned from `int %s()' function."
1059
+ W0284:
1060
+ classes:
1061
+ - "UNC:X99"
1062
+ format: "A value of unsigned long type is returned from `signed char %s()' function."
1063
+ W0285:
1064
+ classes:
1065
+ - "UNC:X99"
1066
+ format: "A value of unsigned long type is returned from `short %s()' function."
1067
+ W0286:
1068
+ classes:
1069
+ - "UNC:X99"
1070
+ format: "A value of unsigned long type is returned from `int %s()' function."
1071
+ W0287:
1072
+ classes:
1073
+ - "UNC:X99"
1074
+ format: "A value of unsigned long type is returned from `long %s()' function."
1075
+ W0288:
1076
+ classes:
1077
+ - "UNC:X99"
1078
+ format: "A value of unsigned long long type is returned from `signed char %s()' function."
1079
+ W0289:
1080
+ classes:
1081
+ - "UNC:X99"
1082
+ format: "A value of unsigned long long type is returned from `short %s()' function."
1083
+ W0290:
1084
+ classes:
1085
+ - "UNC:X99"
1086
+ format: "A value of unsigned long long type is returned from `int %s()' function."
1087
+ W0291:
1088
+ classes:
1089
+ - "UNC:X99"
1090
+ format: "A value of unsigned long long type is returned from `long %s()' function."
1091
+ W0292:
1092
+ classes:
1093
+ - "UNC:X99"
1094
+ format: "A value of unsigned long long type is returned from `long long %s()' function."
1095
+ W0293:
1096
+ classes:
1097
+ - "UNC:X99"
1098
+ format: "A value of signed char type is returned from `unsigned char %s()' function."
1099
+ W0294:
1100
+ classes:
1101
+ - "UNC:X99"
1102
+ format: "A value of signed char type is returned from `unsigned short %s()' function."
1103
+ W0295:
1104
+ classes:
1105
+ - "UNC:X99"
1106
+ format: "A value of signed char type is returned from `unsigned int %s()' function."
1107
+ W0296:
1108
+ classes:
1109
+ - "UNC:X99"
1110
+ format: "A value of signed char type is returned from `unsigned long %s()' function."
1111
+ W0297:
1112
+ classes:
1113
+ - "UNC:X99"
1114
+ format: "A value of short type is returned from `unsigned char %s()' function."
1115
+ W0298:
1116
+ classes:
1117
+ - "UNC:X99"
1118
+ format: "A value of short type is returned from `unsigned short %s()' function."
1119
+ W0299:
1120
+ classes:
1121
+ - "UNC:X99"
1122
+ format: "A value of short type is returned from `unsigned int %s()' function."
1123
+ W0300:
1124
+ classes:
1125
+ - "UNC:X99"
1126
+ format: "A value of short type is returned from `unsigned long %s()' function."
1127
+ W0301:
1128
+ classes:
1129
+ - "UNC:X99"
1130
+ format: "A value of int type is returned from `unsigned char %s()' function."
1131
+ W0302:
1132
+ classes:
1133
+ - "UNC:X99"
1134
+ format: "A value of int type is returned from `unsigned short %s()' function."
1135
+ W0303:
1136
+ classes:
1137
+ - "UNC:X99"
1138
+ format: "A value of int type is returned from `unsigned int %s()' function."
1139
+ W0304:
1140
+ classes:
1141
+ - "UNC:X99"
1142
+ format: "A value of int type is returned from `unsigned long %s()' function."
1143
+ W0305:
1144
+ classes:
1145
+ - "UNC:X99"
1146
+ format: "A value of long type is returned from `unsigned char %s()' function."
1147
+ W0306:
1148
+ classes:
1149
+ - "UNC:X99"
1150
+ format: "A value of long type is returned from `unsigned short %s()' function."
1151
+ W0307:
1152
+ classes:
1153
+ - "UNC:X99"
1154
+ format: "A value of long type is returned from `unsigned int %s()' function."
1155
+ W0308:
1156
+ classes:
1157
+ - "UNC:X99"
1158
+ format: "A value of long type is returned from `unsigned long %s()' function."
1159
+ W0309:
1160
+ classes:
1161
+ - "UNC:X99"
1162
+ format: "A value of signed char type is returned from `unsigned long long %s()' function."
1163
+ W0310:
1164
+ classes:
1165
+ - "UNC:X99"
1166
+ format: "A value of short type is returned from `unsigned long long %s()' function."
1167
+ W0311:
1168
+ classes:
1169
+ - "UNC:X99"
1170
+ format: "A value of int type is returned from `unsigned long long %s()' function."
1171
+ W0312:
1172
+ classes:
1173
+ - "UNC:X99"
1174
+ format: "A value of long type is returned from `unsigned long long %s()' function."
1175
+ W0313:
1176
+ classes:
1177
+ - "UNC:X99"
1178
+ format: "A value of long long type is returned from `unsigned char %s()' function."
1179
+ W0314:
1180
+ classes:
1181
+ - "UNC:X99"
1182
+ format: "A value of long long type is returned from `unsigned short %s()' function."
1183
+ W0315:
1184
+ classes:
1185
+ - "UNC:X99"
1186
+ format: "A value of long long type is returned from `unsigned int %s()' function."
1187
+ W0316:
1188
+ classes:
1189
+ - "UNC:X99"
1190
+ format: "A value of long long type is returned from `unsigned long %s()' function."
1191
+ W0317:
1192
+ classes:
1193
+ - "UNC:X99"
1194
+ format: "A value of long long type is returned from `unsigned long long %s()' function."
1195
+ W0318:
1196
+ classes:
1197
+ - "UNC:X99"
1198
+ format: "A value of unsigned char type is returned from `float %s()' function."
1199
+ W0319:
1200
+ classes:
1201
+ - "UNC:X99"
1202
+ format: "A value of unsigned char type is returned from `double %s()' function."
1203
+ W0320:
1204
+ classes:
1205
+ - "UNC:X99"
1206
+ format: "A value of unsigned char type is returned from `long double %s()' function."
1207
+ W0321:
1208
+ classes:
1209
+ - "UNC:X99"
1210
+ format: "A value of signed char type is returned from `float %s()' function."
1211
+ W0322:
1212
+ classes:
1213
+ - "UNC:X99"
1214
+ format: "A value of signed char type is returned from `double %s()' function."
1215
+ W0323:
1216
+ classes:
1217
+ - "UNC:X99"
1218
+ format: "A value of signed char type is returned from `long double %s()' function."
1219
+ W0324:
1220
+ classes:
1221
+ - "UNC:X99"
1222
+ format: "A value of short type is returned from `float %s()' function."
1223
+ W0325:
1224
+ classes:
1225
+ - "UNC:X99"
1226
+ format: "A value of short type is returned from `double %s()' function."
1227
+ W0326:
1228
+ classes:
1229
+ - "UNC:X99"
1230
+ format: "A value of short type is returned from `long double %s()' function."
1231
+ W0327:
1232
+ classes:
1233
+ - "UNC:X99"
1234
+ format: "A value of unsigned short type is returned from `float %s()' function."
1235
+ W0328:
1236
+ classes:
1237
+ - "UNC:X99"
1238
+ format: "A value of unsigned short type is returned from `double %s()' function."
1239
+ W0329:
1240
+ classes:
1241
+ - "UNC:X99"
1242
+ format: "A value of unsigned short type is returned from `long double %s()' function."
1243
+ W0330:
1244
+ classes:
1245
+ - "UNC:X99"
1246
+ format: "A value of int type is returned from `float %s()' function."
1247
+ W0331:
1248
+ classes:
1249
+ - "UNC:X99"
1250
+ format: "A value of int type is returned from `double %s()' function."
1251
+ W0332:
1252
+ classes:
1253
+ - "UNC:X99"
1254
+ format: "A value of int type is returned from `long double %s()' function."
1255
+ W0333:
1256
+ classes:
1257
+ - "UNC:X99"
1258
+ format: "A value of unsigned int type is returned from `float %s()' function."
1259
+ W0334:
1260
+ classes:
1261
+ - "UNC:X99"
1262
+ format: "A value of unsigned int type is returned from `double %s()' function."
1263
+ W0335:
1264
+ classes:
1265
+ - "UNC:X99"
1266
+ format: "A value of unsigned int type is returned from `long double %s()' function."
1267
+ W0336:
1268
+ classes:
1269
+ - "UNC:X99"
1270
+ format: "A value of long type is returned from `float %s()' function."
1271
+ W0337:
1272
+ classes:
1273
+ - "UNC:X99"
1274
+ format: "A value of long type is returned from `double %s()' function."
1275
+ W0338:
1276
+ classes:
1277
+ - "UNC:X99"
1278
+ format: "A value of long type is returned from `long double %s()' function."
1279
+ W0339:
1280
+ classes:
1281
+ - "UNC:X99"
1282
+ format: "A value of unsigned long type is returned from `float %s()' function."
1283
+ W0340:
1284
+ classes:
1285
+ - "UNC:X99"
1286
+ format: "A value of unsigned long type is returned from `double %s()' function."
1287
+ W0341:
1288
+ classes:
1289
+ - "UNC:X99"
1290
+ format: "A value of unsigned long type is returned from `long double %s()' function."
1291
+ W0342:
1292
+ classes:
1293
+ - "UNC:X99"
1294
+ format: "A value of long long type is returned from `float %s()' function."
1295
+ W0343:
1296
+ classes:
1297
+ - "UNC:X99"
1298
+ format: "A value of long long type is returned from `double %s()' function."
1299
+ W0344:
1300
+ classes:
1301
+ - "UNC:X99"
1302
+ format: "A value of long long type is returned from `long double %s()' function."
1303
+ W0345:
1304
+ classes:
1305
+ - "UNC:X99"
1306
+ format: "A value of unsigned long long type is returned from `float %s()' function."
1307
+ W0346:
1308
+ classes:
1309
+ - "UNC:X99"
1310
+ format: "A value of unsigned long long type is returned from `double %s()' function."
1311
+ W0347:
1312
+ classes:
1313
+ - "UNC:X99"
1314
+ format: "A value of unsigned long long type is returned from `long double %s()' function."
1315
+ W0348:
1316
+ classes:
1317
+ - "UNC:X99"
1318
+ format: "A value of float type is returned from `char %s()' function."
1319
+ W0349:
1320
+ classes:
1321
+ - "UNC:X99"
1322
+ format: "A value of float type is returned from `signed char %s()' function."
1323
+ W0350:
1324
+ classes:
1325
+ - "UNC:X99"
1326
+ format: "A value of float type is returned from `unsigned char %s()' function."
1327
+ W0351:
1328
+ classes:
1329
+ - "UNC:X99"
1330
+ format: "A value of float type is returned from `short %s()' function."
1331
+ W0352:
1332
+ classes:
1333
+ - "UNC:X99"
1334
+ format: "A value of float type is returned from `unsigned short %s()' function."
1335
+ W0353:
1336
+ classes:
1337
+ - "UNC:X99"
1338
+ format: "A value of float type is returned from `int %s()' function."
1339
+ W0354:
1340
+ classes:
1341
+ - "UNC:X99"
1342
+ format: "A value of float type is returned from `unsigned int %s()' function."
1343
+ W0355:
1344
+ classes:
1345
+ - "UNC:X99"
1346
+ format: "A value of float type is returned from `long %s()' function."
1347
+ W0356:
1348
+ classes:
1349
+ - "UNC:X99"
1350
+ format: "A value of float type is returned from `unsigned long %s()' function."
1351
+ W0357:
1352
+ classes:
1353
+ - "UNC:X99"
1354
+ format: "A value of double type is returned from `char %s()' function."
1355
+ W0358:
1356
+ classes:
1357
+ - "UNC:X99"
1358
+ format: "A value of double type is returned from `signed char %s()' function."
1359
+ W0359:
1360
+ classes:
1361
+ - "UNC:X99"
1362
+ format: "A value of double type is returned from `unsigned char %s()' function."
1363
+ W0360:
1364
+ classes:
1365
+ - "UNC:X99"
1366
+ format: "A value of double type is returned from `short %s()' function."
1367
+ W0361:
1368
+ classes:
1369
+ - "UNC:X99"
1370
+ format: "A value of double type is returned from `unsigned short %s()' function."
1371
+ W0362:
1372
+ classes:
1373
+ - "UNC:X99"
1374
+ format: "A value of double type is returned from `int %s()' function."
1375
+ W0363:
1376
+ classes:
1377
+ - "UNC:X99"
1378
+ format: "A value of double type is returned from `unsigned int %s()' function."
1379
+ W0364:
1380
+ classes:
1381
+ - "UNC:X99"
1382
+ format: "A value of double type is returned from `long %s()' function."
1383
+ W0365:
1384
+ classes:
1385
+ - "UNC:X99"
1386
+ format: "A value of double type is returned from `unsigned long %s()' function."
1387
+ W0366:
1388
+ classes:
1389
+ - "UNC:X99"
1390
+ format: "A value of long double type is returned from `char %s()' function."
1391
+ W0367:
1392
+ classes:
1393
+ - "UNC:X99"
1394
+ format: "A value of long double type is returned from `signed char %s()' function."
1395
+ W0368:
1396
+ classes:
1397
+ - "UNC:X99"
1398
+ format: "A value of long double type is returned from `unsigned char %s()' function."
1399
+ W0369:
1400
+ classes:
1401
+ - "UNC:X99"
1402
+ format: "A value of long double type is returned from `short %s()' function."
1403
+ W0370:
1404
+ classes:
1405
+ - "UNC:X99"
1406
+ format: "A value of long double type is returned from `unsigned short %s()' function."
1407
+ W0371:
1408
+ classes:
1409
+ - "UNC:X99"
1410
+ format: "A value of long double type is returned from `int %s()' function."
1411
+ W0372:
1412
+ classes:
1413
+ - "UNC:X99"
1414
+ format: "A value of long double type is returned from `unsigned int %s()' function."
1415
+ W0373:
1416
+ classes:
1417
+ - "UNC:X99"
1418
+ format: "A value of long double type is returned from `long %s()' function."
1419
+ W0374:
1420
+ classes:
1421
+ - "UNC:X99"
1422
+ format: "A value of long double type is returned from `unsigned long %s()' function."
1423
+ W0375:
1424
+ classes:
1425
+ - "UNC:X99"
1426
+ format: "A value of float type is returned from `long long %s()' function."
1427
+ W0376:
1428
+ classes:
1429
+ - "UNC:X99"
1430
+ format: "A value of float type is returned from `unsigned long long %s()' function."
1431
+ W0377:
1432
+ classes:
1433
+ - "UNC:X99"
1434
+ format: "A value of double type is returned from `long long %s()' function."
1435
+ W0378:
1436
+ classes:
1437
+ - "UNC:X99"
1438
+ format: "A value of double type is returned from `unsigned long long %s()' function."
1439
+ W0379:
1440
+ classes:
1441
+ - "UNC:X99"
1442
+ format: "A value of long double type is returned from `long long %s()' function."
1443
+ W0380:
1444
+ classes:
1445
+ - "UNC:X99"
1446
+ format: "A value of long double type is returned from `unsigned long long %s()' function."
1447
+ W0381:
1448
+ classes:
1449
+ - "UNC:X99"
1450
+ format: "A value of short type is returned from `signed char %s()' function."
1451
+ W0382:
1452
+ classes:
1453
+ - "UNC:X99"
1454
+ format: "A value of unsigned short type is returned from `unsigned char %s()' function."
1455
+ W0383:
1456
+ classes:
1457
+ - "UNC:X99"
1458
+ format: "A value of int type is returned from `signed char %s()' function."
1459
+ W0384:
1460
+ classes:
1461
+ - "UNC:X99"
1462
+ format: "A value of int type is returned from `short %s()' function."
1463
+ W0385:
1464
+ classes:
1465
+ - "UNC:X99"
1466
+ format: "A value of unsigned int type is returned from `unsigned char %s()' function."
1467
+ W0386:
1468
+ classes:
1469
+ - "UNC:X99"
1470
+ format: "A value of unsigned int type is returned from `unsigned short %s()' function."
1471
+ W0387:
1472
+ classes:
1473
+ - "UNC:X99"
1474
+ format: "A value of long type is returned from `signed char %s()' function."
1475
+ W0388:
1476
+ classes:
1477
+ - "UNC:X99"
1478
+ format: "A value of long type is returned from `short %s()' function."
1479
+ W0389:
1480
+ classes:
1481
+ - "UNC:X99"
1482
+ format: "A value of long type is returned from `int %s()' function."
1483
+ W0390:
1484
+ classes:
1485
+ - "UNC:X99"
1486
+ format: "A value of unsigned long type is returned from `unsigned char %s()' function."
1487
+ W0391:
1488
+ classes:
1489
+ - "UNC:X99"
1490
+ format: "A value of unsigned long type is returned from `unsigned short %s()' function."
1491
+ W0392:
1492
+ classes:
1493
+ - "UNC:X99"
1494
+ format: "A value of unsigned long type is returned from `unsigned int %s()' function."
1495
+ W0393:
1496
+ classes:
1497
+ - "UNC:X99"
1498
+ format: "A value of long long type is returned from `signed char %s()' function."
1499
+ W0394:
1500
+ classes:
1501
+ - "UNC:X99"
1502
+ format: "A value of long long type is returned from `short %s()' function."
1503
+ W0395:
1504
+ classes:
1505
+ - "UNC:X99"
1506
+ format: "A value of long long type is returned from `int %s()' function."
1507
+ W0396:
1508
+ classes:
1509
+ - "UNC:X99"
1510
+ format: "A value of long long type is returned from `long %s()' function."
1511
+ W0397:
1512
+ classes:
1513
+ - "UNC:X99"
1514
+ format: "A value of unsigned long long type is returned from `unsigned char %s()' function."
1515
+ W0398:
1516
+ classes:
1517
+ - "UNC:X99"
1518
+ format: "A value of unsigned long long type is returned from `unsigned short %s()' function."
1519
+ W0399:
1520
+ classes:
1521
+ - "UNC:X99"
1522
+ format: "A value of unsigned long long type is returned from `unsigned int %s()' function."
1523
+ W0400:
1524
+ classes:
1525
+ - "UNC:X99"
1526
+ format: "A value of unsigned long long type is returned from `unsigned long %s()' function."
1527
+ W0401:
1528
+ classes:
1529
+ - "UNC:X99"
1530
+ format: "A value of unsigned char type is returned from `short %s()' function."
1531
+ W0402:
1532
+ classes:
1533
+ - "UNC:X99"
1534
+ format: "A value of unsigned char type is returned from `int %s()' function."
1535
+ W0403:
1536
+ classes:
1537
+ - "UNC:X99"
1538
+ format: "A value of unsigned char type is returned from `long %s()' function."
1539
+ W0404:
1540
+ classes:
1541
+ - "UNC:X99"
1542
+ format: "A value of unsigned short type is returned from `int %s()' function."
1543
+ W0405:
1544
+ classes:
1545
+ - "UNC:X99"
1546
+ format: "A value of unsigned short type is returned from `long %s()' function."
1547
+ W0406:
1548
+ classes:
1549
+ - "UNC:X99"
1550
+ format: "A value of unsigned int type is returned from `long %s()' function."
1551
+ W0407:
1552
+ classes:
1553
+ - "UNC:X99"
1554
+ format: "A value of unsigned char type is returned from `long long %s()' function."
1555
+ W0408:
1556
+ classes:
1557
+ - "UNC:X99"
1558
+ format: "A value of unsigned short type is returned from `long long %s()' function."
1559
+ W0409:
1560
+ classes:
1561
+ - "UNC:X99"
1562
+ format: "A value of unsigned int type is returned from `long long %s()' function."
1563
+ W0410:
1564
+ classes:
1565
+ - "UNC:X99"
1566
+ format: "A value of unsigned long type is returned from `long long %s()' function."
1567
+ W0411:
1568
+ classes:
1569
+ - "UNC:X99"
1570
+ format: "The initialization of enumeration should be only the starting, whole or not at all."
1571
+ W0413:
1572
+ classes:
1573
+ - "UNC:X99"
1574
+ format: "The body of control statement is unenclosed by curly brace `{}' block."
1575
+ W0414:
1576
+ classes:
1577
+ - "UNC:X99"
1578
+ format: "The body of control statement is in a line. It unenclosed by curly brace`{}' block."
1579
+ W0421:
1580
+ classes:
1581
+ - "UNC:X99"
1582
+ format: "Indirect reference is being made to the pointer which its value will be NULL."
1583
+ W0422:
1584
+ classes:
1585
+ - "UNC:X99"
1586
+ format: "Indirect reference is being made to the pointer which its value might be NULL."
1587
+ W0423:
1588
+ classes:
1589
+ - "UNC:X99"
1590
+ format: "Arithmetic operation is being made to the pointer which its value will be NULL."
1591
+ W0424:
1592
+ classes:
1593
+ - "UNC:X99"
1594
+ format: "Arithmetic operation is being made to the pointer which its value might be NULL."
1595
+ W0425:
1596
+ classes:
1597
+ - "UNC:X99"
1598
+ format: "There are several definitions or statements in a line."
1599
+ W0431:
1600
+ classes:
1601
+ - "UNC:X99"
1602
+ format: "This line begins at more left than previous lines of the same indentation level."
1603
+ W0432:
1604
+ classes:
1605
+ - "UNC:X99"
1606
+ format: "Indentation of this line does not comply with the project's indent style."
1607
+ W0440:
1608
+ classes:
1609
+ - "UNC:X99"
1610
+ format: "An indent of this close bracket `}' is not correspond to the open bracket `{'."
1611
+ W0441:
1612
+ classes:
1613
+ - "UNC:X99"
1614
+ format: "The type of integer literal which doesn't have a suffix is not int type."
1615
+ W0442:
1616
+ classes:
1617
+ - "UNC:X99"
1618
+ format: "A function-like macro is defined."
1619
+ W0443:
1620
+ classes:
1621
+ - "UNC:X99"
1622
+ format: "This function-like macro might be replaced with a function."
1623
+ W0444:
1624
+ classes:
1625
+ - "UNC:X99"
1626
+ format: "`#'operator and `##'operator is used in a macro definition."
1627
+ W0445:
1628
+ classes:
1629
+ - "UNC:X99"
1630
+ format: "Multiple `##'operator is used in a macro definition."
1631
+ W0446:
1632
+ classes:
1633
+ - "UNC:X99"
1634
+ format: "The result value of assignment operation is used."
1635
+ W0447:
1636
+ classes:
1637
+ - "UNC:X99"
1638
+ format: "A comma operator is used except 'for' statement."
1639
+ W0456:
1640
+ classes:
1641
+ - "UNC:X99"
1642
+ format: "An object or a function `%s which has external coupling is defined in a header file."
1643
+ W0457:
1644
+ classes:
1645
+ - "UNC:X99"
1646
+ format: "The return value doesn't define explicitly in the function declaration or definition. It defined as 'int' implicitly."
1647
+ W0458:
1648
+ classes:
1649
+ - "UNC:X99"
1650
+ format: "The type doesn't define explicitly in the object declaration or definition. It defined as 'int' implicitly."
1651
+ W0459:
1652
+ classes:
1653
+ - "UNC:X99"
1654
+ format: "A value of variable `%s' doesn't set when this expression is evaluated. This program is danger."
1655
+ W0460:
1656
+ classes:
1657
+ - "UNC:X99"
1658
+ format: "A value of variable `%s' wouldn't set when this expression is evaluated."
1659
+ W0461:
1660
+ classes:
1661
+ - "UNC:X99"
1662
+ format: "A pointer which points the undetermined variable is used for the actual argument of the function. This program is danger."
1663
+ W0462:
1664
+ classes:
1665
+ - "UNC:X99"
1666
+ format: "A pointer which the value will probably not set is used for the actual argument of the function."
1667
+ W0463:
1668
+ classes:
1669
+ - "UNC:X99"
1670
+ format: "UNUSABLE"
1671
+ W0464:
1672
+ classes:
1673
+ - "UNC:X99"
1674
+ format: "UNUSABLE"
1675
+ W0477:
1676
+ classes:
1677
+ - "UNC:X99"
1678
+ format: "There are unpaired `[]',`()',`{}' in macro definition."
1679
+ W0478:
1680
+ classes:
1681
+ - "UNC:X99"
1682
+ format: "This macro defines scraps of unrecognized codes."
1683
+ W0479:
1684
+ classes:
1685
+ - "UNC:X99"
1686
+ format: "This macro definition might be replaced with 'typedef' declaration."
1687
+ W0480:
1688
+ classes:
1689
+ - "UNC:X99"
1690
+ format: "This macro defines keyword of control statement or punctuator."
1691
+ W0481:
1692
+ classes:
1693
+ - "UNC:X99"
1694
+ format: "This macro defines the block around by `{}'."
1695
+ W0482:
1696
+ classes:
1697
+ - "UNC:X99"
1698
+ format: "This macro defines either type specifier."
1699
+ W0483:
1700
+ classes:
1701
+ - "UNC:X99"
1702
+ format: "This macro defines the pair of storage class specifier and type specifier."
1703
+ W0488:
1704
+ classes:
1705
+ - "UNC:X99"
1706
+ format: "A function call`()', array's index operation`[]', or structure/union operation `->' or `.' are used with && or ||. It had better clear the coupling by using `()'."
1707
+ W0489:
1708
+ classes:
1709
+ - "UNC:X99"
1710
+ format: "A monadic operator is used with `&&' or `||'. It had better clear the coupling by using `()'."
1711
+ W0490:
1712
+ classes:
1713
+ - "UNC:X99"
1714
+ format: "A binary operator is used with `&&' or `||'. It had better clear the coupling by using `()'."
1715
+ W0491:
1716
+ classes:
1717
+ - "UNC:X99"
1718
+ format: "The same identifier name `%s' is also used in the declaration of other namespace."
1719
+ W0492:
1720
+ classes:
1721
+ - "UNC:X99"
1722
+ format: "The same identifier name `%s' is also used in the member of structure/union, label, tag or normal identifier."
1723
+ W0493:
1724
+ classes:
1725
+ - "UNC:X99"
1726
+ format: "The value of structure or union is passed as the actual argument of the function."
1727
+ W0495:
1728
+ classes:
1729
+ - "UNC:X99"
1730
+ format: "operator%% is used with other arithmetic operator. It had better clear the coupling by using `()'."
1731
+ W0496:
1732
+ classes:
1733
+ - "UNC:X99"
1734
+ format: "A ternary operator is used several times. It had better clear the coupling by using `()'."
1735
+ W0497:
1736
+ classes:
1737
+ - "UNC:X99"
1738
+ format: "Shift operator, relational operator or equivalent operator is used in several times. It had better clear the coupling by using `()'."
1739
+ W0498:
1740
+ classes:
1741
+ - "UNC:X99"
1742
+ format: "The different operator of same priority in the binary operator '+','-', '*','/' is used. It had better clear the coupling by using `()'."
1743
+ W0499:
1744
+ classes:
1745
+ - "UNC:X99"
1746
+ format: "The different operator of same priority in the binary operator except '+','-', '*','/' is used. It had better clear the coupling by using `()'."
1747
+ W0500:
1748
+ classes:
1749
+ - "UNC:X99"
1750
+ format: "The operator of different priority in the binary operator '+','-','*','/' is used. It had better clear the coupling by using `()'."
1751
+ W0501:
1752
+ classes:
1753
+ - "UNC:X99"
1754
+ format: "A ternary operator is used with binary operator. It had better clear the coupling by using `()'."
1755
+ W0502:
1756
+ classes:
1757
+ - "UNC:X99"
1758
+ format: "A binary operator except '+', '-', '*', '/', '%%' is used with the different priority of binary operator. It had better clear the coupling by using `()'."
1759
+ W0508:
1760
+ classes:
1761
+ - "UNC:X99"
1762
+ format: "There's a side effect at the right operand of `&&' or `||'operator."
1763
+ W0511:
1764
+ classes:
1765
+ - "UNC:X99"
1766
+ format: "C++ style comment of `//' is used."
1767
+ W0512:
1768
+ classes:
1769
+ - "UNC:X99"
1770
+ format: "The result of `++' or `--' operator is used in the statement."
1771
+ W0525:
1772
+ classes:
1773
+ - "UNC:X99"
1774
+ format: "A field named 1bit is declared by signed type."
1775
+ W0528:
1776
+ classes:
1777
+ - "UNC:X99"
1778
+ format: "This macro defines octal constant value."
1779
+ W0529:
1780
+ classes:
1781
+ - "UNC:X99"
1782
+ format: "An octal literal is used."
1783
+ W0530:
1784
+ classes:
1785
+ - "UNC:X99"
1786
+ format: "An octal escape sequence is used in a character constant or a string literal."
1787
+ W0532:
1788
+ classes:
1789
+ - "UNC:X99"
1790
+ format: "'break' statement is used to exits 'case' or 'default' section, but it's not described at the end of 'case' section."
1791
+ W0534:
1792
+ classes:
1793
+ - "UNC:X99"
1794
+ format: "A control variable `%s' is not initialized in this 'for' statement."
1795
+ W0535:
1796
+ classes:
1797
+ - "UNC:X99"
1798
+ format: "A comma operator is used in a 'for' statement."
1799
+ W0538:
1800
+ classes:
1801
+ - "UNC:X99"
1802
+ format: "This 'default' label is not final label in this 'switch' statement."
1803
+ W0540:
1804
+ classes:
1805
+ - "UNC:X99"
1806
+ format: "A function which the blank formal argument list is declared. `void' is omitted."
1807
+ W0541:
1808
+ classes:
1809
+ - "UNC:X99"
1810
+ format: "Inline assembly code should be encapsulated by macro."
1811
+ W0542:
1812
+ classes:
1813
+ - "UNC:X99"
1814
+ format: "There are identifiers in the part of formal argument in a function declaration."
1815
+ W0543:
1816
+ classes:
1817
+ - "UNC:X99"
1818
+ format: "The identifier of formal argument in this function declaration is different from the past declaration of it."
1819
+ W0544:
1820
+ classes:
1821
+ - "UNC:X99"
1822
+ format: "The identifier of formal argument in the function declaration is different from the declaration of function pointer."
1823
+ W0546:
1824
+ classes:
1825
+ - "UNC:X99"
1826
+ format: "There is 'case' or 'default' label of switch statement in a nested block."
1827
+ W0549:
1828
+ classes:
1829
+ - "UNC:X99"
1830
+ format: "A formal argument of macro doesn't enclosed by `()'."
1831
+ W0551:
1832
+ classes:
1833
+ - "UNC:X99"
1834
+ format: "An union type specifier is defined."
1835
+ W0552:
1836
+ classes:
1837
+ - "UNC:X99"
1838
+ format: "An union type object is defined."
1839
+ W0553:
1840
+ classes:
1841
+ - "UNC:X99"
1842
+ format: "A pointer points to the function cast to other function pointer type."
1843
+ W0554:
1844
+ classes:
1845
+ - "UNC:X99"
1846
+ format: "An actual argument `%s' in `#pragma' is unrecognized. This `#pragma' command will be ignored."
1847
+ W0555:
1848
+ classes:
1849
+ - "UNC:X99"
1850
+ format: "This function is called recursive with indirectly."
1851
+ W0556:
1852
+ classes:
1853
+ - "UNC:X99"
1854
+ format: "The function which includes this call is called recursively."
1855
+ W0559:
1856
+ classes:
1857
+ - "UNC:X99"
1858
+ format: "The operand of `!' operator is the expression of bit operation or arithmetic operation."
1859
+ W0560:
1860
+ classes:
1861
+ - "UNC:X99"
1862
+ format: "The operand of `~' operator is boolean type expression."
1863
+ W0561:
1864
+ classes:
1865
+ - "UNC:X99"
1866
+ format: "The meaning of `*p++' is `*(p++)'. It is not `(*p)++'. `*' operator is verbose."
1867
+ W0562:
1868
+ classes:
1869
+ - "UNC:X99"
1870
+ format: "There are verbose `{}' in the initializer."
1871
+ W0563:
1872
+ classes:
1873
+ - "UNC:X99"
1874
+ format: "If it jumps from outside of this block to `%s' label,the local variable will not be initialized."
1875
+ W0564:
1876
+ classes:
1877
+ - "UNC:X99"
1878
+ format: "If this 'goto' statement jumps to `%s' label,local variable will not be initialized."
1879
+ W0565:
1880
+ classes:
1881
+ - "UNC:X99"
1882
+ format: "A volatile integer type cast to volatile pointer type and vice versa."
1883
+ W0566:
1884
+ classes:
1885
+ - "UNC:X99"
1886
+ format: "A volatile integer type cast to function pointer type and vice versa."
1887
+ W0567:
1888
+ classes:
1889
+ - "UNC:X99"
1890
+ format: "A volatile integer type cast to pointer to object and vice versa."
1891
+ W0568:
1892
+ classes:
1893
+ - "UNC:X99"
1894
+ format: "The result of left shift operation against the signed constant expression value is undefined."
1895
+ W0569:
1896
+ classes:
1897
+ - "UNC:X99"
1898
+ format: "The result of left shift operation against the signed expression value is undefined."
1899
+ W0570:
1900
+ classes:
1901
+ - "UNC:X99"
1902
+ format: "The result of left shift operation against the signed expression value might be undefined."
1903
+ W0571:
1904
+ classes:
1905
+ - "UNC:X99"
1906
+ format: "The result of right shift operation against the signed data is a possibility the both logical shift and arithmetic shift by implementation."
1907
+ W0572:
1908
+ classes:
1909
+ - "UNC:X99"
1910
+ format: "The result of bit operation against the signed data is defined by implementation."
1911
+ W0573:
1912
+ classes:
1913
+ - "UNC:X99"
1914
+ format: "A `-' character in scanset in `[]' is implementation defined."
1915
+ W0574:
1916
+ classes:
1917
+ - "UNC:X99"
1918
+ format: "The character except for basic source character is used in the character constant."
1919
+ W0575:
1920
+ classes:
1921
+ - "UNC:X99"
1922
+ format: "The character except for basic source character is used in the string literal."
1923
+ W0576:
1924
+ classes:
1925
+ - "UNC:X99"
1926
+ format: "The character except for basic source character is used in the comment of source file `%s'."
1927
+ W0577:
1928
+ classes:
1929
+ - "UNC:X99"
1930
+ format: "The character except for basic source character is used in preprocessing directive of source file `%s'."
1931
+ W0578:
1932
+ classes:
1933
+ - "UNC:X99"
1934
+ format: "An implicit type conversion from volatile integer type of compound expression to bigger type."
1935
+ W0579:
1936
+ classes:
1937
+ - "UNC:X99"
1938
+ format: "Cast from compound expression of volatile integer type to bigger type."
1939
+ W0580:
1940
+ classes:
1941
+ - "UNC:X99"
1942
+ format: "An address of local static variable is substituted for a pointer which has a wider scope."
1943
+ W0581:
1944
+ classes:
1945
+ - "UNC:X99"
1946
+ format: "The number or type of actual argument is different from the past."
1947
+ W0582:
1948
+ classes:
1949
+ - "UNC:X99"
1950
+ format: "The number or type of actual argument is different from the function prototype declaration at the following."
1951
+ W0583:
1952
+ classes:
1953
+ - "UNC:X99"
1954
+ format: "The number or type of actual argument is different from the function declaration at the following."
1955
+ W0584:
1956
+ classes:
1957
+ - "UNC:X99"
1958
+ format: "The type of %s actual argument is different from the type of formal argument in function definition."
1959
+ W0585:
1960
+ classes:
1961
+ - "UNC:X99"
1962
+ format: "A control variable `%s' doesn't appear increment expression."
1963
+ W0586:
1964
+ classes:
1965
+ - "UNC:X99"
1966
+ format: "A typedef `%s' is declared in more than one place."
1967
+ W0589:
1968
+ classes:
1969
+ - "UNC:X99"
1970
+ format: "An object `%s' is only referenced by function `%s' in the defined translation unit."
1971
+ W0591:
1972
+ classes:
1973
+ - "UNC:X99"
1974
+ format: "A function `%s' is only referenced by the defined translation unit."
1975
+ W0593:
1976
+ classes:
1977
+ - "UNC:X99"
1978
+ format: "An object `%s' is only referenced by the defined translation unit."
1979
+ W0597:
1980
+ classes:
1981
+ - "UNC:X99"
1982
+ format: "`%s' is modified more than once between the side-effects completion point. The evaluation order is undefined."
1983
+ W0598:
1984
+ classes:
1985
+ - "UNC:X99"
1986
+ format: "`%s' might be modified more than once between the side-effects completion point. The evaluation order is undefined."
1987
+ W0599:
1988
+ classes:
1989
+ - "UNC:X99"
1990
+ format: "`%s' is modified and referenced between the side-effects completion point. The evaluation order is undefined."
1991
+ W0600:
1992
+ classes:
1993
+ - "UNC:X99"
1994
+ format: "`%s' is modified and might be referenced between the side-effects completion point. The evaluation order is undefined."
1995
+ W0605:
1996
+ classes:
1997
+ - "UNC:X99"
1998
+ format: "A 'break' statement is used more than once to finish the repetition statement."
1999
+ W0606:
2000
+ classes:
2001
+ - "UNC:X99"
2002
+ format: "An union has a member which type is floating-point."
2003
+ W0607:
2004
+ classes:
2005
+ - "UNC:X99"
2006
+ format: "An integer expression which the value which the value is minus converted to unsigned type."
2007
+ W0608:
2008
+ classes:
2009
+ - "UNC:X99"
2010
+ format: "An integer expression which the value might be minus converted to unsigned type."
2011
+ W0609:
2012
+ classes:
2013
+ - "UNC:X99"
2014
+ format: "The result of this logical operation is always true."
2015
+ W0610:
2016
+ classes:
2017
+ - "UNC:X99"
2018
+ format: "The result of this logical operation is always false."
2019
+ W0611:
2020
+ classes:
2021
+ - "UNC:X99"
2022
+ format: "The value of this 'for' control expression is always true."
2023
+ W0612:
2024
+ classes:
2025
+ - "UNC:X99"
2026
+ format: "The value of this 'if' conditional expression is always true."
2027
+ W0613:
2028
+ classes:
2029
+ - "UNC:X99"
2030
+ format: "The value of this control expression is always false."
2031
+ W0614:
2032
+ classes:
2033
+ - "UNC:X99"
2034
+ format: "The value of this \"do-while\" control expression is always false. The body of repetition statement executed only once."
2035
+ W0622:
2036
+ classes:
2037
+ - "UNC:X99"
2038
+ format: "A function is declared in the block scope."
2039
+ W0623:
2040
+ classes:
2041
+ - "UNC:X99"
2042
+ format: "An external coupling object is declared in the block scope."
2043
+ W0624:
2044
+ classes:
2045
+ - "UNC:X99"
2046
+ format: "There is '#define' or '#undef' in a block."
2047
+ W0625:
2048
+ classes:
2049
+ - "UNC:X99"
2050
+ format: "`%s' is using in the declaration or definition of external coupling. But its 'typedef' doesn't declare in the header file."
2051
+ W0626:
2052
+ classes:
2053
+ - "UNC:X99"
2054
+ format: "A wide character or wide string literal is used."
2055
+ W0627:
2056
+ classes:
2057
+ - "UNC:X99"
2058
+ format: "There is a dead letter (only `;') in the following other code."
2059
+ W0628:
2060
+ classes:
2061
+ - "UNC:X99"
2062
+ format: "A function `%s' is defined, but this is not used in this project."
2063
+ W0629:
2064
+ classes:
2065
+ - "UNC:X99"
2066
+ format: "A static function `%s()' is not used in this translation unit."
2067
+ W0632:
2068
+ classes:
2069
+ - "UNC:X99"
2070
+ format: "Using ' or \" characters in `#include %s' directive makes undefined behavior."
2071
+ W0633:
2072
+ classes:
2073
+ - "UNC:X99"
2074
+ format: "Using ' character in `#include %s' directive makes undefined behavior."
2075
+ W0634:
2076
+ classes:
2077
+ - "UNC:X99"
2078
+ format: "`\\' is used in `#include' line. `/' is recommended for the path delimiter."
2079
+ W0635:
2080
+ classes:
2081
+ - "UNC:X99"
2082
+ format: "The type doesn't match with %sth conversion specifier and the corresponding actual argument."
2083
+ W0636:
2084
+ classes:
2085
+ - "UNC:X99"
2086
+ format: "An actual argument doesn't exist correspond to %sth conversion specifier."
2087
+ W0637:
2088
+ classes:
2089
+ - "UNC:X99"
2090
+ format: "There is more actual argument than the number of conversion specifier in function call."
2091
+ W0638:
2092
+ classes:
2093
+ - "UNC:X99"
2094
+ format: "This function call requiring at least one actual argument."
2095
+ W0639:
2096
+ classes:
2097
+ - "UNC:X99"
2098
+ format: "%sth conversion specifier doesn't match with corresponding type of actual argument."
2099
+ W0640:
2100
+ classes:
2101
+ - "UNC:X99"
2102
+ format: "The actual argument of scanf function have to pass the object pointer to store the data."
2103
+ W0641:
2104
+ classes:
2105
+ - "UNC:X99"
2106
+ format: "Floating-point number type cast to pointer to object and vice versa."
2107
+ W0642:
2108
+ classes:
2109
+ - "UNC:X99"
2110
+ format: "It is impossible to get the array's address which declared with 'register'."
2111
+ W0643:
2112
+ classes:
2113
+ - "UNC:X99"
2114
+ format: "This string literal constituted by a macro is illegal form unenclosed by `\"'. `#'operator may apply to actual argument which has '\\' at the end."
2115
+ W0644:
2116
+ classes:
2117
+ - "UNC:X99"
2118
+ format: "A value in void statement is going to use. 'void' statement doesn't have a value."
2119
+ W0645:
2120
+ classes:
2121
+ - "UNC:X99"
2122
+ format: "'void' type cannot use in the type of formal argument."
2123
+ W0646:
2124
+ classes:
2125
+ - "UNC:X99"
2126
+ format: "A normal string literal and a wide string literal are contiguous."
2127
+ W0649:
2128
+ classes:
2129
+ - "UNC:X99"
2130
+ format: "A right operand value of shift operand is negative constant value. This result is undefined."
2131
+ W0650:
2132
+ classes:
2133
+ - "UNC:X99"
2134
+ format: "A right operand value of shift operator is much bigger than the bit size represented in left operand type. This result is undefined."
2135
+ W0653:
2136
+ classes:
2137
+ - "UNC:X99"
2138
+ format: "The initial value of an array, structure or union is not enclosed by `{}'."
2139
+ W0654:
2140
+ classes:
2141
+ - "UNC:X99"
2142
+ format: "The initializer of structure or union must the value of the same structure type or union type."
2143
+ W0655:
2144
+ classes:
2145
+ - "UNC:X99"
2146
+ format: "This is bit field statement which the size is undefined."
2147
+ W0656:
2148
+ classes:
2149
+ - "UNC:X99"
2150
+ format: "%sth conversion specifier in scanf, fscanf or sscanf is not supported by ISO C standards."
2151
+ W0657:
2152
+ classes:
2153
+ - "UNC:X99"
2154
+ format: "An invalid flag is used in %sth conversion specifier of `i' or 'd'."
2155
+ W0658:
2156
+ classes:
2157
+ - "UNC:X99"
2158
+ format: "An invalid flag is used in %sth conversion specifier of `o'."
2159
+ W0659:
2160
+ classes:
2161
+ - "UNC:X99"
2162
+ format: "An invalid flag is used in %sth conversion specifier of `u'."
2163
+ W0660:
2164
+ classes:
2165
+ - "UNC:X99"
2166
+ format: "An invalid flag is used in %sth conversion specifier of `x'."
2167
+ W0661:
2168
+ classes:
2169
+ - "UNC:X99"
2170
+ format: "An invalid flag is used in %sth conversion specifier of `X'."
2171
+ W0662:
2172
+ classes:
2173
+ - "UNC:X99"
2174
+ format: "An invalid flag is used in %sth conversion specifier of `f'."
2175
+ W0663:
2176
+ classes:
2177
+ - "UNC:X99"
2178
+ format: "An invalid flag is used in %sth conversion specifier of `e'."
2179
+ W0664:
2180
+ classes:
2181
+ - "UNC:X99"
2182
+ format: "An invalid flag is used in %sth conversion specifier of `E'."
2183
+ W0665:
2184
+ classes:
2185
+ - "UNC:X99"
2186
+ format: "An invalid flag is used in %sth conversion specifier of `g'."
2187
+ W0666:
2188
+ classes:
2189
+ - "UNC:X99"
2190
+ format: "An invalid flag is used in %sth conversion specifier of `G'."
2191
+ W0667:
2192
+ classes:
2193
+ - "UNC:X99"
2194
+ format: "An invalid flag is used in %sth conversion specifier of `c'."
2195
+ W0668:
2196
+ classes:
2197
+ - "UNC:X99"
2198
+ format: "An invalid flag is used in %sth conversion specifier of `%%'."
2199
+ W0669:
2200
+ classes:
2201
+ - "UNC:X99"
2202
+ format: "An invalid flag is used in %sth conversion specifier of `s'."
2203
+ W0670:
2204
+ classes:
2205
+ - "UNC:X99"
2206
+ format: "An invalid flag is used in %sth conversion specifier of `n'."
2207
+ W0671:
2208
+ classes:
2209
+ - "UNC:X99"
2210
+ format: "An invalid flag is used in %sth conversion specifier of `p'."
2211
+ W0672:
2212
+ classes:
2213
+ - "UNC:X99"
2214
+ format: "An invalid flag is used in %sth conversion specifier in scanf, fscanf, sscanf."
2215
+ W0673:
2216
+ classes:
2217
+ - "UNC:X99"
2218
+ format: "%sth conversion specifier in printf, fprintf or sprintf is not supported by ISO C standards."
2219
+ W0674:
2220
+ classes:
2221
+ - "UNC:X99"
2222
+ format: "An invalid flag is used in %sth conversion specifier of `d/i/n'."
2223
+ W0675:
2224
+ classes:
2225
+ - "UNC:X99"
2226
+ format: "An invalid flag is used in %sth conversion specifier of `o'."
2227
+ W0676:
2228
+ classes:
2229
+ - "UNC:X99"
2230
+ format: "An invalid flag is used in %sth conversion specifier of `u'."
2231
+ W0677:
2232
+ classes:
2233
+ - "UNC:X99"
2234
+ format: "An invalid flag is used in %sth conversion specifier of `x/X'."
2235
+ W0678:
2236
+ classes:
2237
+ - "UNC:X99"
2238
+ format: "An invalid flag is used in %sth conversion specifier of `e/E/f/g/G'."
2239
+ W0679:
2240
+ classes:
2241
+ - "UNC:X99"
2242
+ format: "An invalid flag is used in %sth conversion specifier of `s'."
2243
+ W0680:
2244
+ classes:
2245
+ - "UNC:X99"
2246
+ format: "An invalid flag is used in %sth conversion specifier of `p'."
2247
+ W0681:
2248
+ classes:
2249
+ - "UNC:X99"
2250
+ format: "An invalid flag is used in %sth conversion specifier of `%%'."
2251
+ W0682:
2252
+ classes:
2253
+ - "UNC:X99"
2254
+ format: "An invalid flag is used in %sth conversion specifier of `['."
2255
+ W0683:
2256
+ classes:
2257
+ - "UNC:X99"
2258
+ format: "An invalid flag is used in %sth conversion specifier of `c'."
2259
+ W0684:
2260
+ classes:
2261
+ - "UNC:X99"
2262
+ format: "An invalid flag is used in %sth conversion specifier in printf, fprintf, sprintf."
2263
+ W0685:
2264
+ classes:
2265
+ - "UNC:X99"
2266
+ format: "A character preceding the `-' in scanset o `[]' is bigger than a character following the `-'."
2267
+ W0686:
2268
+ classes:
2269
+ - "UNC:X99"
2270
+ format: "The same characters are described in scanset (characters enclosed by `[]')."
2271
+ W0687:
2272
+ classes:
2273
+ - "UNC:X99"
2274
+ format: "#undef is using to delete #defined operator."
2275
+ W0688:
2276
+ classes:
2277
+ - "UNC:X99"
2278
+ format: "There is no line number in 1 to 32767 ranges after #line directive."
2279
+ W0689:
2280
+ classes:
2281
+ - "UNC:X99"
2282
+ format: "#line directive syntax doesn't match `#line integer constant \"string\"'."
2283
+ W0690:
2284
+ classes:
2285
+ - "UNC:X99"
2286
+ format: "No line number after #line directive."
2287
+ W0691:
2288
+ classes:
2289
+ - "UNC:X99"
2290
+ format: "The result of `##' operator is not valid preprocessing token."
2291
+ W0692:
2292
+ classes:
2293
+ - "UNC:X99"
2294
+ format: "A function-like macro `%s' doesn't given an actual argument."
2295
+ W0693:
2296
+ classes:
2297
+ - "UNC:X99"
2298
+ format: "A function-like macro is called by actual argument which its definition is smaller."
2299
+ W0694:
2300
+ classes:
2301
+ - "UNC:X99"
2302
+ format: "'assert' macro is inhibited to call the function named `assert'. This result is undefined."
2303
+ W0695:
2304
+ classes:
2305
+ - "UNC:X99"
2306
+ format: "If #undef the 'assert' macro, and enable to call its name function, the result is undefined."
2307
+ W0696:
2308
+ classes:
2309
+ - "UNC:X99"
2310
+ format: "This macro using in `#if...' is undefined."
2311
+ W0697:
2312
+ classes:
2313
+ - "UNC:X99"
2314
+ format: "There is a path with exits with an implicit `return;' statement in a function `%s' which has a return value."
2315
+ W0698:
2316
+ classes:
2317
+ - "UNC:X99"
2318
+ format: "A `return;' statement is found in a function `%s' which has a return value."
2319
+ W0699:
2320
+ classes:
2321
+ - "UNC:X99"
2322
+ format: "The return value of function `%s()' is unspecified. The return value is implicitly int. There is no expression to set the value to 'return' statement."
2323
+ W0700:
2324
+ classes:
2325
+ - "UNC:X99"
2326
+ format: "The return value of function `%s()' is unspecified. The return value is implicitly int. There is no 'return' statement to return value."
2327
+ W0703:
2328
+ classes:
2329
+ - "UNC:X99"
2330
+ format: "The tag `%s' hides the declaration of same identifier which has wider scope."
2331
+ W0704:
2332
+ classes:
2333
+ - "UNC:X99"
2334
+ format: "This `%s' declaration hides the declaration of same identifier which has wider scope."
2335
+ W0705:
2336
+ classes:
2337
+ - "UNC:X99"
2338
+ format: "An array's index might be out of range."
2339
+ W0707:
2340
+ classes:
2341
+ - "UNC:X99"
2342
+ format: "An array's index is out of range."
2343
+ W0708:
2344
+ classes:
2345
+ - "UNC:X99"
2346
+ format: "A value of control variable `%s' in 'for' statement is changed in the body of repetition."
2347
+ W0711:
2348
+ classes:
2349
+ - "UNC:X99"
2350
+ format: "Right operand of relational operator is a substantive 'boolean' expression."
2351
+ W0712:
2352
+ classes:
2353
+ - "UNC:X99"
2354
+ format: "Left operand of relational operator is a substantive 'boolean' expression."
2355
+ W0713:
2356
+ classes:
2357
+ - "UNC:X99"
2358
+ format: "Both sides of relational operator is substantive 'boolean' expressions."
2359
+ W0714:
2360
+ classes:
2361
+ - "UNC:X99"
2362
+ format: "Both sides of `&' operator is substantive 'boolean' expressions."
2363
+ W0715:
2364
+ classes:
2365
+ - "UNC:X99"
2366
+ format: "Both sides of `|' operator is substantive 'boolean' expressions."
2367
+ W0716:
2368
+ classes:
2369
+ - "UNC:X99"
2370
+ format: "A bit operator or both sides operand of arithmetic operator is a substantive 'boolean' expression."
2371
+ W0717:
2372
+ classes:
2373
+ - "UNC:X99"
2374
+ format: "A bit operator or left side operand of arithmetic operator is a substantive 'boolean' expression."
2375
+ W0718:
2376
+ classes:
2377
+ - "UNC:X99"
2378
+ format: "A bit operator or right side operand of arithmetic operator is a substantive 'boolean' expression."
2379
+ W0719:
2380
+ classes:
2381
+ - "UNC:X99"
2382
+ format: "A right operand of shift operator is a constant value of the above bit field of latency type."
2383
+ W0720:
2384
+ classes:
2385
+ - "UNC:X99"
2386
+ format: "The value with floating-point type doesn't fit in the range of converted type."
2387
+ W0721:
2388
+ classes:
2389
+ - "UNC:X99"
2390
+ format: "This volatile integer type doesn't have enough size to keep pointer value."
2391
+ W0722:
2392
+ classes:
2393
+ - "UNC:X99"
2394
+ format: "A value of signed statement is overflow."
2395
+ W0723:
2396
+ classes:
2397
+ - "UNC:X99"
2398
+ format: "A value of signed statement might be overflow."
2399
+ W0724:
2400
+ classes:
2401
+ - "UNC:X99"
2402
+ format: "An unrecognized preprocessing directive is ignored by conditional include directive."
2403
+ W0726:
2404
+ classes:
2405
+ - "UNC:X99"
2406
+ format: "A function `%s()' which return value is declared as qualified void type, `return expression;' is found."
2407
+ W0727:
2408
+ classes:
2409
+ - "UNC:X99"
2410
+ format: "The value not part of the enumeration type is used."
2411
+ W0728:
2412
+ classes:
2413
+ - "UNC:X99"
2414
+ format: "Other enumeration literal of enumeration type is passed to enumeration literal of formal argument as actual argument."
2415
+ W0729:
2416
+ classes:
2417
+ - "UNC:X99"
2418
+ format: "An enumeration literal of the other enumeration type is substituted for enumeration type object."
2419
+ W0730:
2420
+ classes:
2421
+ - "UNC:X99"
2422
+ format: "A function declared return value to enumeration type returned an enumeration literal of the other enumeration type."
2423
+ W0731:
2424
+ classes:
2425
+ - "UNC:X99"
2426
+ format: "The value of `%s' in 'case' label of 'switch' statement doesn't belong enumeration type of the control statement."
2427
+ W0732:
2428
+ classes:
2429
+ - "UNC:X99"
2430
+ format: "Both operand of `&&'operator is bit operator or arithmetic operator."
2431
+ W0733:
2432
+ classes:
2433
+ - "UNC:X99"
2434
+ format: "Both operand of `||'operator is bit operator or arithmetic operator."
2435
+ W0734:
2436
+ classes:
2437
+ - "UNC:X99"
2438
+ format: "A left operand of logical operator is bit operator or arithmetic operator."
2439
+ W0735:
2440
+ classes:
2441
+ - "UNC:X99"
2442
+ format: "A right operand of logical operator is the expression of bit operator or arithmetic operator."
2443
+ W0736:
2444
+ classes:
2445
+ - "UNC:X99"
2446
+ format: "A static variable `%s' which declared in file scope is read and write in one function only."
2447
+ W0737:
2448
+ classes:
2449
+ - "UNC:X99"
2450
+ format: "The content of `enum %s' is unknown. The enumeration tag is declared without define the content."
2451
+ W0738:
2452
+ classes:
2453
+ - "UNC:X99"
2454
+ format: "An implicit type conversion from positive integer constant expression to smaller unsigned type. The value is rounded."
2455
+ W0739:
2456
+ classes:
2457
+ - "UNC:X99"
2458
+ format: "The result of unsigned subtraction in constant expression is minus."
2459
+ W0740:
2460
+ classes:
2461
+ - "UNC:X99"
2462
+ format: "The result of unsigned addition in constant expression beyond the maximum."
2463
+ W0741:
2464
+ classes:
2465
+ - "UNC:X99"
2466
+ format: "The result of unsigned multiplication in constant expression beyond the maximum."
2467
+ W0742:
2468
+ classes:
2469
+ - "UNC:X99"
2470
+ format: "A negative integer constant expression converted to unsigned type."
2471
+ W0743:
2472
+ classes:
2473
+ - "UNC:X99"
2474
+ format: "The value of integer constant expression beyond the range of might be expressed with converted signed type."
2475
+ W0744:
2476
+ classes:
2477
+ - "UNC:X99"
2478
+ format: "The value of this control expression is constant value to be false. This control statement is not run."
2479
+ W0745:
2480
+ classes:
2481
+ - "UNC:X99"
2482
+ format: "The array's index points out of domain."
2483
+ W0747:
2484
+ classes:
2485
+ - "UNC:X99"
2486
+ format: "An implicit type conversion from short to signed char."
2487
+ W0748:
2488
+ classes:
2489
+ - "UNC:X99"
2490
+ format: "An implicit type conversion from unsigned short to unsigned char."
2491
+ W0749:
2492
+ classes:
2493
+ - "UNC:X99"
2494
+ format: "An implicit type conversion from int to signed char."
2495
+ W0750:
2496
+ classes:
2497
+ - "UNC:X99"
2498
+ format: "An implicit type conversion from int to short."
2499
+ W0751:
2500
+ classes:
2501
+ - "UNC:X99"
2502
+ format: "An implicit type conversion from unsigned int to unsigned char."
2503
+ W0752:
2504
+ classes:
2505
+ - "UNC:X99"
2506
+ format: "An implicit type conversion from unsigned int to unsigned short."
2507
+ W0753:
2508
+ classes:
2509
+ - "UNC:X99"
2510
+ format: "An implicit type conversion from long to signed char."
2511
+ W0754:
2512
+ classes:
2513
+ - "UNC:X99"
2514
+ format: "An implicit type conversion from long to short."
2515
+ W0755:
2516
+ classes:
2517
+ - "UNC:X99"
2518
+ format: "An implicit type conversion from long to int."
2519
+ W0756:
2520
+ classes:
2521
+ - "UNC:X99"
2522
+ format: "An implicit type conversion from unsigned long to unsigned char."
2523
+ W0757:
2524
+ classes:
2525
+ - "UNC:X99"
2526
+ format: "An implicit type conversion from unsigned long to unsigned short."
2527
+ W0758:
2528
+ classes:
2529
+ - "UNC:X99"
2530
+ format: "An implicit type conversion from unsigned long to unsigned int."
2531
+ W0759:
2532
+ classes:
2533
+ - "UNC:X99"
2534
+ format: "An implicit type conversion from long long to signed char."
2535
+ W0760:
2536
+ classes:
2537
+ - "UNC:X99"
2538
+ format: "An implicit type conversion from long long to short."
2539
+ W0761:
2540
+ classes:
2541
+ - "UNC:X99"
2542
+ format: "An implicit type conversion from long long to int."
2543
+ W0762:
2544
+ classes:
2545
+ - "UNC:X99"
2546
+ format: "An implicit type conversion from long long to long."
2547
+ W0763:
2548
+ classes:
2549
+ - "UNC:X99"
2550
+ format: "An implicit type conversion from unsigned long long to unsigned char."
2551
+ W0764:
2552
+ classes:
2553
+ - "UNC:X99"
2554
+ format: "An implicit type conversion from unsigned long long to unsigned short."
2555
+ W0765:
2556
+ classes:
2557
+ - "UNC:X99"
2558
+ format: "An implicit type conversion from unsigned long long to unsigned int."
2559
+ W0766:
2560
+ classes:
2561
+ - "UNC:X99"
2562
+ format: "An implicit type conversion from unsigned long long to unsigned long."
2563
+ W0767:
2564
+ classes:
2565
+ - "UNC:X99"
2566
+ format: "An implicit type conversion from double to float."
2567
+ W0768:
2568
+ classes:
2569
+ - "UNC:X99"
2570
+ format: "An implicit type conversion from long double to float."
2571
+ W0769:
2572
+ classes:
2573
+ - "UNC:X99"
2574
+ format: "An implicit type conversion from long double to double."
2575
+ W0770:
2576
+ classes:
2577
+ - "UNC:X99"
2578
+ format: "A declaration of identifier `%s' which has external coupling exists more than one."
2579
+ W0771:
2580
+ classes:
2581
+ - "UNC:X99"
2582
+ format: "A global identifier `%s' is declared in more than one file."
2583
+ W0774:
2584
+ classes:
2585
+ - "UNC:X99"
2586
+ format: "A value of double type is returned from `float %s()'function."
2587
+ W0775:
2588
+ classes:
2589
+ - "UNC:X99"
2590
+ format: "A value of long double type is returned from `float %s()' function."
2591
+ W0776:
2592
+ classes:
2593
+ - "UNC:X99"
2594
+ format: "A value of long double type is returned from `double %s()'function."
2595
+ W0777:
2596
+ classes:
2597
+ - "UNC:X99"
2598
+ format: "An implicit type conversion from compound expression of float to double."
2599
+ W0778:
2600
+ classes:
2601
+ - "UNC:X99"
2602
+ format: "An implicit type conversion from compound expression of float to long double."
2603
+ W0779:
2604
+ classes:
2605
+ - "UNC:X99"
2606
+ format: "An implicit type conversion from compound expression of to long double."
2607
+ W0780:
2608
+ classes:
2609
+ - "UNC:X99"
2610
+ format: "Unsigned left shift operator `<<' in constant expression truncate non-zero high-order bit."
2611
+ W0781:
2612
+ classes:
2613
+ - "UNC:X99"
2614
+ format: "This 'switch' statement have only one path. It's verbose."
2615
+ W0783:
2616
+ classes:
2617
+ - "UNC:X99"
2618
+ format: "Cast is being made including the pointer point to incomplete type. This program is not portable."
2619
+ W0784:
2620
+ classes:
2621
+ - "UNC:X99"
2622
+ format: "The nonstandard escape sequence is used."
2623
+ W0785:
2624
+ classes:
2625
+ - "UNC:X99"
2626
+ format: "This declaration of `%s' is different from a former declaration."
2627
+ W0786:
2628
+ classes:
2629
+ - "UNC:X99"
2630
+ format: "A bit field which having the type of except 'int', 'signed int' or 'unsigned int' doesn't support in ISO C standards. "
2631
+ W0787:
2632
+ classes:
2633
+ - "UNC:X99"
2634
+ format: "A type of `%s' is different from the past declaration in the different scope."
2635
+ W0788:
2636
+ classes:
2637
+ - "UNC:X99"
2638
+ format: "A type of `%s' is different from the past declaration in the same scope."
2639
+ W0789:
2640
+ classes:
2641
+ - "UNC:X99"
2642
+ format: "A type of `%s' is different from the past declaration in the wider scope."
2643
+ W0790:
2644
+ classes:
2645
+ - "UNC:X99"
2646
+ format: "An global object or a function `%s' is declared in more than one file."
2647
+ W0791:
2648
+ classes:
2649
+ - "UNC:X99"
2650
+ format: "An global object or a function `%s' is declared in more than one file."
2651
+ W0792:
2652
+ classes:
2653
+ - "UNC:X99"
2654
+ format: "A floating point type object cast to function pointer and vice versa."
2655
+ W0793:
2656
+ classes:
2657
+ - "UNC:X99"
2658
+ format: "A function pointer cast to pointer to point an object and vice versa."
2659
+ W0794:
2660
+ classes:
2661
+ - "UNC:X99"
2662
+ format: "Left shift operation to signed operand."
2663
+ W0795:
2664
+ classes:
2665
+ - "UNC:X99"
2666
+ format: "The number of an actual argument in function call is smaller than the number of a formal argument in the function prototype declaration."
2667
+ W0796:
2668
+ classes:
2669
+ - "UNC:X99"
2670
+ format: "The number of an actual argument in function call is bigger than the number of a formal argument in the function prototype declaration."
2671
+ W0797:
2672
+ classes:
2673
+ - "UNC:X99"
2674
+ format: "The number of an actual argument in function call is different from the number of a formal argument in the function declaration."
2675
+ W0798:
2676
+ classes:
2677
+ - "UNC:X99"
2678
+ format: "Must not use the value with incomplete union object."
2679
+ W0799:
2680
+ classes:
2681
+ - "UNC:X99"
2682
+ format: "Must not use the value with incomplete structure object."
2683
+ W0800:
2684
+ classes:
2685
+ - "UNC:X99"
2686
+ format: "`%s' is incomplete type which doesn't have a linkage.This is undefined."
2687
+ W0801:
2688
+ classes:
2689
+ - "UNC:X99"
2690
+ format: "This structure or union doesn't have a named member."
2691
+ W0802:
2692
+ classes:
2693
+ - "UNC:X99"
2694
+ format: "A form of after `#include' preprocessing directive is not <file name> nor \"file name\"."
2695
+ W0803:
2696
+ classes:
2697
+ - "UNC:X99"
2698
+ format: "A preprocessing directive is described in actual argument of function-like macro."
2699
+ W0804:
2700
+ classes:
2701
+ - "UNC:X99"
2702
+ format: "The 'defined' syntax is not `defined (identifier)' nor `defined identifier'."
2703
+ W0805:
2704
+ classes:
2705
+ - "UNC:X99"
2706
+ format: "An identifier to be actual argument doesn't find in `defined'."
2707
+ W0806:
2708
+ classes:
2709
+ - "UNC:X99"
2710
+ format: "It is trying to define a macro named `defined'."
2711
+ W0807:
2712
+ classes:
2713
+ - "UNC:X99"
2714
+ format: "It is trying to delete pre-defined macro `%s'."
2715
+ W0808:
2716
+ classes:
2717
+ - "UNC:X99"
2718
+ format: "It is trying to redefine pre-defined macro `%s'."
2719
+ W0809:
2720
+ classes:
2721
+ - "UNC:X99"
2722
+ format: "An identifier `%s' is reserved by the library."
2723
+ W0810:
2724
+ classes:
2725
+ - "UNC:X99"
2726
+ format: "`{}' is required to clarify this structure of `if-if-else' statement."
2727
+ W0811:
2728
+ classes:
2729
+ - "UNC:X99"
2730
+ format: "The `defined' token which the expanded result of this macro doesn't allowed."
2731
+ W0827:
2732
+ classes:
2733
+ - "UNC:X99"
2734
+ format: "An initial value of nested structure's element doesn't enclosed in curly brace `{ }'."
2735
+ W0828:
2736
+ classes:
2737
+ - "UNC:X99"
2738
+ format: "An initial value of nested array's element doesn't enclosed in curly brace `{ }'."
2739
+ W0830:
2740
+ classes:
2741
+ - "UNC:X99"
2742
+ format: "There is comma `,' at the end of the enumerator list."
2743
+ W0831:
2744
+ classes:
2745
+ - "UNC:X99"
2746
+ format: "This is language extension for inline assembly. It will be ignored between #asm and #endasm."
2747
+ W0832:
2748
+ classes:
2749
+ - "UNC:X99"
2750
+ format: "An inline assembly syntax is using. This is the language extension. This code will be ignored."
2751
+ W0833:
2752
+ classes:
2753
+ - "UNC:X99"
2754
+ format: "A suffix 'LL' is using."
2755
+ W0834:
2756
+ classes:
2757
+ - "UNC:X99"
2758
+ format: "A long long type is using."
2759
+ W0835:
2760
+ classes:
2761
+ - "UNC:X99"
2762
+ format: "A macro which receives variable argument is defined."
2763
+ W0947:
2764
+ classes:
2765
+ - "UNC:X99"
2766
+ format: "A string literal is used directly."
2767
+ W0948:
2768
+ classes:
2769
+ - "UNC:X99"
2770
+ format: "A character constant `%s' is used directly."
2771
+ W0949:
2772
+ classes:
2773
+ - "UNC:X99"
2774
+ format: "A value `%s' is used directly for size definition of bit field."
2775
+ W0950:
2776
+ classes:
2777
+ - "UNC:X99"
2778
+ format: "A value `%s' is used directly for size definition of the array."
2779
+ W1026:
2780
+ classes:
2781
+ - "UNC:X99"
2782
+ format: "%sth actual argument is not object type."
2783
+ W1027:
2784
+ classes:
2785
+ - "UNC:X99"
2786
+ format: "A base type of array is function type. This is meaningless."
2787
+ W1028:
2788
+ classes:
2789
+ - "UNC:X99"
2790
+ format: "A base type of array is an array with unknown size. Incomplete type of array will not build."
2791
+ W1029:
2792
+ classes:
2793
+ - "UNC:X99"
2794
+ format: "A base type of array is an obscure structure or union. Incomplete type of array will not build."
2795
+ W1030:
2796
+ classes:
2797
+ - "UNC:X99"
2798
+ format: "A label `%s' is used more than two times in this function."
2799
+ W1031:
2800
+ classes:
2801
+ - "UNC:X99"
2802
+ format: "An Object `%s' is declared both external coupling and internal coupling. This action is undefined."
2803
+ W1032:
2804
+ classes:
2805
+ - "UNC:X99"
2806
+ format: "A tentative definition of variable '%s' which has internal linkage must not incomplete type."
2807
+ W1033:
2808
+ classes:
2809
+ - "UNC:X99"
2810
+ format: "A 'volatile' or 'const' qualifier is used for the type of function return value. This action is undefined."
2811
+ W1034:
2812
+ classes:
2813
+ - "UNC:X99"
2814
+ format: "It is declared at function `%s()' with static storage class specifier in block scope. This usage is meaningless."
2815
+ W1035:
2816
+ classes:
2817
+ - "UNC:X99"
2818
+ format: "`%s' declared typedef. It cannot be redeclared inside an inner scope without using explicit type."
2819
+ W1036:
2820
+ classes:
2821
+ - "UNC:X99"
2822
+ format: "`%s' declared typedef. It cannot be redeclared as a member of structure or union without using explicit type."
2823
+ W1037:
2824
+ classes:
2825
+ - "UNC:X99"
2826
+ format: "`%s' which has external coupling is declared more than one, this is incompatible."
2827
+ W1039:
2828
+ classes:
2829
+ - "UNC:X99"
2830
+ format: "`ll' is used in %sth conversion specifier."
2831
+ W1040:
2832
+ classes:
2833
+ - "UNC:X99"
2834
+ format: "An unrecognizable string is described after preprocessing directive."
2835
+ W1041:
2836
+ classes:
2837
+ - "UNC:X99"
2838
+ format: "`%s' is not official preprocessing directive of ISO C standards."
2839
+ W1042:
2840
+ classes:
2841
+ - "UNC:X99"
2842
+ format: "'sizeof' operator is using in preprocessing directive. This is the language extension."
2843
+ W1043:
2844
+ classes:
2845
+ - "UNC:X99"
2846
+ format: "`@ address' is not supported ISO C standards. It will be considered as language extension."
2847
+ W1044:
2848
+ classes:
2849
+ - "UNC:X99"
2850
+ format: "UNUSABLE"
2851
+ W1045:
2852
+ classes:
2853
+ - "UNC:X99"
2854
+ format: "This `@ word' syntax will be ignored."
2855
+ W1046:
2856
+ classes:
2857
+ - "UNC:X99"
2858
+ format: "A space character is ignored between `\\' and line feed."
2859
+ W1047:
2860
+ classes:
2861
+ - "UNC:X99"
2862
+ format: "The struct, union or array's initializer is not literal."
2863
+ W1048:
2864
+ classes:
2865
+ - "UNC:X99"
2866
+ format: "The multi byte string literal is an implementation defined value."
2867
+ W1049:
2868
+ classes:
2869
+ - "UNC:X99"
2870
+ format: "The result of conversion to signed integer type in integer expression might not be expressed by a signed type."
2871
+ W1050:
2872
+ classes:
2873
+ - "UNC:X99"
2874
+ format: "The result of conversion to signed integer type in integer expression is not express by a signed type."
2875
+ W1051:
2876
+ classes:
2877
+ - "UNC:X99"
2878
+ format: "The result of arithmetic operation in unsigned type is going around 0 by overflow."
2879
+ W1052:
2880
+ classes:
2881
+ - "UNC:X99"
2882
+ format: "The result of arithmetic operation in unsigned type can be going around by overflow."
2883
+ W1053:
2884
+ classes:
2885
+ - "UNC:X99"
2886
+ format: "A numeric constants is passed to an actual argument which formal argument is enumeration type."
2887
+ W1054:
2888
+ classes:
2889
+ - "UNC:X99"
2890
+ format: "A non enumeration type expression is substituted for the enumeration type."
2891
+ W1055:
2892
+ classes:
2893
+ - "UNC:X99"
2894
+ format: "A non enumeration type expression is returned from the function which return value is enumeration type."
2895
+ W1056:
2896
+ classes:
2897
+ - "UNC:X99"
2898
+ format: "An object of actual argument is different enumeration type which formal argument is enumeration type."
2899
+ W1057:
2900
+ classes:
2901
+ - "UNC:X99"
2902
+ format: "An enumeration value is substituted for different enumeration type object."
2903
+ W1058:
2904
+ classes:
2905
+ - "UNC:X99"
2906
+ format: "A different enumeration type of value is returned from a function which return value is enumeration type."
2907
+ W1059:
2908
+ classes:
2909
+ - "UNC:X99"
2910
+ format: "An enumeration value is passed to actual argument which formal argument is not enumeration type."
2911
+ W1060:
2912
+ classes:
2913
+ - "UNC:X99"
2914
+ format: "An enumeration value is returned from a function which return value is not enumeration type ."
2915
+ W1061:
2916
+ classes:
2917
+ - "UNC:X99"
2918
+ format: "Non constant expression of non enumeration type is passed to actual argument which formal argument is enumeration type."
2919
+ W1062:
2920
+ classes:
2921
+ - "UNC:X99"
2922
+ format: "Non constant expression is substituted for the enumeration type object."
2923
+ W1063:
2924
+ classes:
2925
+ - "UNC:X99"
2926
+ format: "The return value returned from enumeration type function to non constant expression."
2927
+ W1064:
2928
+ classes:
2929
+ - "UNC:X99"
2930
+ format: "A integer constant is used in switch statement where case label is enumeration type."
2931
+ W1065:
2932
+ classes:
2933
+ - "UNC:X99"
2934
+ format: "A value of different enumeration type is used in switch statement where case label is an enumeration type."
2935
+ W1066:
2936
+ classes:
2937
+ - "UNC:X99"
2938
+ format: "A value of the `float' typed compound expression is explicitly converted into a `double' value."
2939
+ W1067:
2940
+ classes:
2941
+ - "UNC:X99"
2942
+ format: "A value of the `float' typed compound expression is explicitly converted into a `long double' value."
2943
+ W1068:
2944
+ classes:
2945
+ - "UNC:X99"
2946
+ format: "A value of the `double' typed compound expression is explicitly converted into a `long double' value."
2947
+ W1069:
2948
+ classes:
2949
+ - "UNC:X99"
2950
+ format: "No trailing `else' clause is found in this `if-else-if' statements chain."
2951
+ W1070:
2952
+ classes:
2953
+ - "UNC:X99"
2954
+ format: "This `switch' statement can be translated into `if-else' statement because there are only 2 execution paths."
2955
+ W1071:
2956
+ classes:
2957
+ - "UNC:X99"
2958
+ format: "Function `%s' has multiple termination points."
2959
+ W1072:
2960
+ classes:
2961
+ - "UNC:X99"
2962
+ format: "A `goto' statement is found."
2963
+ W1073:
2964
+ classes:
2965
+ - "UNC:X99"
2966
+ format: "A return value of function `%s' is not used."
2967
+ W1074:
2968
+ classes:
2969
+ - "UNC:X99"
2970
+ format: "Side-effects in `sizeof' operand will not be recorded because the operand will not be executed actually."
2971
+ W1075:
2972
+ classes:
2973
+ - "UNC:X99"
2974
+ format: "This declaration has no `static' storage-class-specifier while the declaring object has internal-linkage."
2975
+ W1076:
2976
+ classes:
2977
+ - "UNC:X99"
2978
+ format: "`%s' is defined as internal-linkage, but it has no forward declaration."
2979
+ W1077:
2980
+ classes:
2981
+ - "UNC:X99"
2982
+ format: "Declaring array object without a size."
2983
+ W9001:
2984
+ classes:
2985
+ - "UNC:X99"
2986
+ format: "This statement doesn't reach the control."
2987
+ W9002:
2988
+ classes:
2989
+ - "UNC:X99"
2990
+ format: "There is no line feed character at the end of file."
2991
+ W9003:
2992
+ classes:
2993
+ - "UNC:X99"
2994
+ format: "An object typed `%s' is implicitly converted into an object of other type."
2995
+ C0001:
2996
+ classes:
2997
+ - "INF:X99"
2998
+ format: "A warning is detected in external identifier name `%s'."