cppcheck/addons
Richard A. Smith 4dbdc934b8 MISRA: Prevent exception on variadic functions (#1436)
Functions with variadic arguments trip an exception in the MISRA checker
because some of the token is None and does not have some of the members
the code is expecting.

Prevent this by checking to see if the token is None and skipping the
code that tries to use that value.
2018-10-18 09:11:51 +02:00
..
test Fixed #8704 (false postive: MISRA rule 5.2) 2018-10-07 17:19:40 +02:00
y2038 Set executable bit for addons/ python scripts 2018-03-20 20:54:59 +01:00
cert.py addons/cert.py: Add MSC30-C: Do not use rand() (#1348) 2018-08-24 15:05:50 +02:00
cppcheckdata.doxyfile Fix some typos in comments (found by codespell) 2016-11-27 11:40:42 +01:00
cppcheckdata.py some small *.py script cleanup (#1328) 2018-08-05 20:36:21 +02:00
findcasts.py Set executable bit for addons/ python scripts 2018-03-20 20:54:59 +01:00
misc.py some small *.py script cleanup (#1328) 2018-08-05 20:36:21 +02:00
misra.py MISRA: Prevent exception on variadic functions (#1436) 2018-10-18 09:11:51 +02:00
naming.py Travis: Enforce naming convention, private variable names must start with 'm[A-Z]' 2018-06-18 09:55:43 +02:00
threadsafety.py fix a few typos 2018-05-14 13:11:59 +02:00