cppcheck/addons
Markus Elfring 58ebc64b2f Using compiled regular expressions for MISRA check functions (#1208)
​The method “match” was used as a module-level function in ​for loops
of implementations for MISRA check functions so far.
Use ​compiled regular expression objects instead.
Link: https://trac.cppcheck.net/ticket/8547
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
2018-05-07 22:19:39 +02:00
..
test misra: fix test assertion 2018-05-04 22:30:24 +02:00
y2038 Set executable bit for addons/ python scripts 2018-03-20 20:54:59 +01:00
cert.py Addons: Renamed classStart/classEnd to match SymbolDatabase 2018-04-28 23:06:54 +02:00
cppcheckdata.doxyfile Fix some typos in comments (found by codespell) 2016-11-27 11:40:42 +01:00
cppcheckdata.py misra: fixed false negatives 2018-05-04 22:18:22 +02:00
findcasts.py Set executable bit for addons/ python scripts 2018-03-20 20:54:59 +01:00
misc.py String concatenation in array: Improved handling of macros 2018-04-28 23:01:29 +02:00
misra.py Using compiled regular expressions for MISRA check functions (#1208) 2018-05-07 22:19:39 +02:00
naming.py Addons: Renamed classStart/classEnd to match SymbolDatabase 2018-04-28 23:06:54 +02:00
threadsafety.py Set executable bit for addons/ python scripts 2018-03-20 20:54:59 +01:00