aboutsummaryrefslogtreecommitdiffhomepage
path: root/cppcheck.suppress
AgeCommit message (Collapse)AuthorFilesLines
2019-12-29Update suppressions for Cppcheck 1.90.Neil1-6/+10
2019-11-12Feature [feature-requests:#1324] Add Hollywood lexer.Andreas Falkenhahn1-0/+1
2019-10-30Reduce unwanted warnings from cppcheck.Neil1-1/+7
2019-09-28Updated suppression file for Cppcheck 1.89.Neil1-7/+118
2019-06-15Suppress some warnings for new DataFlex lexer.Neil1-0/+1
2019-03-29Suppress warnings for safety initializations.Neil1-0/+3
2019-03-11Update suppressions.Neil1-2/+5
2019-02-27Update suppressions for Cppcheck 1.87.Neil1-1/+6
2019-01-23Suppress 'noValidConfiguration' problems with Qt moc_* files.Neil1-5/+3
Remove suppressions that are no longer needed with cppcheck 1.86 for lexers.
2019-01-03Update suppressions for Cppcheck 1.86.Neil1-0/+7
2018-10-16Suppress warnings from cppcheck 1.85.Neil1-0/+10
The useStlAlgorithm suggestions may be worth investigation but they are not obvious so should not be in the default messages for now.
2018-09-20Ignore another warning in LaTeX lexer.Neil1-0/+1
2018-04-20Suppress some warnings in lexers.Neil1-0/+3
2018-04-04Move DLL entry points DllMain and Scintilla_DirectFunction into ScintillaDLL.cxxNeil1-3/+0
to simplify build process by eliminating the compilation of ScintillaWin.cxx into ScintillaWinS.o|obj.
2018-03-26Suppress new warnings because of Catch 2.0.1.Neil1-4/+6
Suppress unused private function warnings in ScintillaWin as they are used.
2017-02-02Remove suppression no longer required by Cppcheck 1.77.Neil1-3/+0
2016-10-22Suppress unused function warnings for API binding for Applications.Neil1-0/+3
2016-10-21Avoid spurious cppcheck warnings for unit testing code.Neil1-0/+4
2016-10-06Suppress some more uninteresting warnings.Neil1-0/+5
2016-09-21Feature [feature-requests:#1143]. Replace "progress" lexer with "abl".Yuval Papish1-0/+1
ILexer implementation Lexer can now correctly handle: "end triggers" phrase "last-event:function" phrase Indefinite comment level depth
2016-05-22Drop dead warning suppression.Neil1-1/+0
2016-05-05Remove suppression for warning that no longer occurs.Neil1-1/+0
2015-12-12Update configuration to remove suppression no longer needed for Perl lexer.Neil1-1/+0
2015-12-10Flag incomplete here doc delimiters as syntax errors, matching bash 4.3.Kein-Hong Man1-1/+1
Avoid heap allocations for here delimiter and quote stack.
2015-07-14Split LexOthers.cxx into separate files for each lexer: LexBatch, LexDiff,Neil1-1/+1
LexErrorList, LexMake, LexNull, and LexProps.
2015-06-22Remove some annoying messages from cppcheck.Neil1-1/+7
2015-06-04Remove cppcheck suppression that is no longer needed.Neil1-3/+0
2015-01-07Suppress new warning in cppcheck 1.68 in a lexer.Neil1-0/+1
2014-05-24Remove suppression that is no longer needed.Neil1-1/+0
2014-05-12Avoid cppcheck warning for LexPerl as not maintained by me.Neil1-0/+1
2014-03-17Avoid warning about excessive variable scope.Neil1-1/+0
2014-02-06Avoid warning for excessive variable scope.Neil1-1/+0
2014-02-02Avoid warnings.Neil1-2/+0
2014-01-14Avoid warnings from cppcheck for testing code.Neil1-0/+3
2013-06-30Updated A68K lexer from web site.Neil1-1/+0
Fixes warning about duplicate clauses in test and variable scope.
2013-06-29Removing redundant suppression.Neil1-1/+0
2013-06-27Bug: [#1491]. Removing redundant suppression.nyamatongwe1-1/+0
2013-04-29Suppress a common style issue.nyamatongwe1-0/+4
2013-04-20Added to help run cppcheck.nyamatongwe1-0/+41