cppcheck/addons/test/misra
Swasti Shrivastava 681b15f5c9
Fix #12298: false positive: misra-c2012-9.3 (#5812)
2023-12-30 13:05:25 +01:00
..
config1.c Fix #12169 (False positive: wrong misra-config variable with accessing object in memory) (#5645) 2023-11-09 12:25:42 +01:00
crash1.c misra: fix crash 2022-05-17 22:15:49 +02:00
crash2.c Fix #11793 (False positive: Misra addon crash for struct initialization when struct has a function pointer array) (#5190) 2023-06-25 11:37:49 +02:00
crash3.c Fix #11812 (Crash: misra addon, infinite recursion) (#5207) 2023-07-04 04:11:03 +02:00
crash4.c misra: Fix crash in misra_9x when there is unknown constant used as array size (#5229) 2023-07-10 12:25:28 +02:00
crash5.c misra: Fix crash in misra_9x when there is unknown constant used as array size (#5229) 2023-07-10 12:25:28 +02:00
crash6.c misra 9.2: do not crash when checking. string literal is allowed to initialize array member. (#5232) 2023-07-10 22:50:24 +02:00
crash7.c misra: Fix crash in misra_9.py when struct type is unknown and there is string initialization (#5233) 2023-07-11 13:40:19 +02:00
crash8.c misra: fix 9.x checking when string literals are used to initialize char arrays (#5234) 2023-07-11 17:57:55 +02:00
crash9.c dump: fix dump output for typedef info, file is <stdout> (#5236) 2023-07-12 11:21:59 +02:00
crash10.c Fixed #12267 (Misra.py: crashes in 17.7 checker when there is macro in variable declaration) (#5768) 2023-12-15 22:53:19 +01:00
crash_misra9_parseInitializer.c fix crash while checking misra_9 when initializing a union with {{0,0}} (#5250) 2023-08-31 09:38:03 +02:00
misra-ctu-1-test.c Fix #10747: FP: misra-c2012-8.6 (#5601) 2023-10-29 19:39:36 +01:00
misra-ctu-2-test.c Fix #10747: FP: misra-c2012-8.6 (#5601) 2023-10-29 19:39:36 +01:00
misra-ctu-test.h Misra false positive fixes for rules 8.7 and 5.9 (#3844) 2022-02-27 19:17:48 +01:00
misra-suppressions1-test.c Fix #12079: Misra: calling unknown function in condition => false pos… (#5568) 2023-10-19 19:38:20 +02:00
misra-suppressions2-test.c misra; fix test_rules_suppression 2021-09-17 08:23:48 +02:00
misra-test-avr8.c CI: Fix selfcheck cppcheck warnings (#5359) 2023-08-22 14:49:08 +02:00
misra-test.c Fix #12298: false positive: misra-c2012-9.3 (#5812) 2023-12-30 13:05:25 +01:00
misra-test.cpp misra: enable more checks for misra c++ 2008 checking 2022-06-07 20:55:55 +02:00
misra-test.h CI; Improved testing of misra addon 2021-07-11 17:24:14 +02:00
misra2012_rules_dummy_ascii.txt Update addons structure. Make Y2038 addon works. (#2024) 2019-07-26 06:38:03 +02:00
misra2012_rules_dummy_utf8.txt Update addons structure. Make Y2038 addon works. (#2024) 2019-07-26 06:38:03 +02:00
misra2012_rules_dummy_windows1250.txt Update addons structure. Make Y2038 addon works. (#2024) 2019-07-26 06:38:03 +02:00
misra_rules_dummy.txt Update addons structure. Make Y2038 addon works. (#2024) 2019-07-26 06:38:03 +02:00
misra_rules_empty_lines.txt Update addons structure. Make Y2038 addon works. (#2024) 2019-07-26 06:38:03 +02:00
misra_rules_multiple_lines.txt Loosen restrictions on MISRA rules text structure (#2157) 2019-09-09 21:43:44 +02:00
misra_rules_structure.txt Update addons structure. Make Y2038 addon works. (#2024) 2019-07-26 06:38:03 +02:00
suppressions.txt Fix #12079: Misra: calling unknown function in condition => false pos… (#5568) 2023-10-19 19:38:20 +02:00