cppcheck/rules
orbitcowboy 0e575ce12c Modernize: make use of 'nullptr' and added a rule-file for finding non-nullptr (zero) initializations. 2017-07-28 15:20:43 +02:00
..
empty-catch-block.xml Added empty-catch-block rule file. 2016-08-23 23:40:54 +02:00
error-reporting.xml
show-all-defines.rule Rules: Make it possible to write rules that check #define macros 2013-07-12 16:09:00 +02:00
stl.xml
strlen-empty-str.xml
suggest_nullptr.xml Modernize: make use of 'nullptr' and added a rule-file for finding non-nullptr (zero) initializations. 2017-07-28 15:20:43 +02:00
token-matching.xml tabs to spaces, remove trailing spaces and extra empty lines at the end of files 2012-09-29 13:49:16 +02:00
unused-deref.xml