cppcheck/addons
Sebastian dce3281766
addons/cert.py: Add MSC30-C: Do not use rand() (#1348)
Add function isStandardFunction() that checks if the given function is a standard function.
Only when this function returns true for the currently checked rand() tokens it is reported as a violation.
Tests added for C and C++.
2018-08-24 15:05:50 +02:00
..
test addons/cert.py: Add MSC30-C: Do not use rand() (#1348) 2018-08-24 15:05:50 +02:00
y2038
cert.py addons/cert.py: Add MSC30-C: Do not use rand() (#1348) 2018-08-24 15:05:50 +02:00
cppcheckdata.doxyfile
cppcheckdata.py some small *.py script cleanup (#1328) 2018-08-05 20:36:21 +02:00
findcasts.py
misc.py some small *.py script cleanup (#1328) 2018-08-05 20:36:21 +02:00
misra.py Misra.py fix multiple file processing (#1332) 2018-08-09 08:51:00 +02:00
naming.py
threadsafety.py