aboutsummaryrefslogtreecommitdiffhomepage
path: root/cppcheck.suppress
AgeCommit message (Collapse)AuthorFilesLines
2024-01-18Suppress warnings from cppcheck 2.13.Markus Nißl1-1/+3
2023-12-14Bug [#2405]. Fix regular expression bug in reverse direction where shortenedZufu Liu1-2/+0
match returned.
2023-12-07Simplify substitution checks.Zufu Liu1-0/+2
Set global locale for llvm-mingw libc++. Add test for \w+ which currently fails for RESearch.
2023-09-25Update cppcheck to 2.12.Neil1-3/+4
2023-06-28Update suppressions for cppcheck 2.11.Neil1-12/+30
2023-02-05Update suppressions for Cppcheck 2.10. Remove unused variable.rel-5-3-3Neil1-0/+11
2022-12-02Detangle ASCII and multi-byte code for case-insenstive UTF-8 searches.Neil1-0/+4
This avoids some work for the common case of ASCII text, which can reduce time taken for search in text that is ASCII or almost-all ASCII by 30%. Ensures that the bytes variable is always initialized. There are a small gains possible by making other minor changes but they would increase code length and add complexity. Add performance test for UTF-8 search in almost-all ASCII document. Increase size of test cases for more consistent results on faster computers.
2022-09-04Update suppressions for cppcheck 2.9.Neil1-5/+8
2022-07-05Suppress warnings for ScintillaEdit as have no way to test it.Neil1-0/+4
2022-07-04Update suppressions for cppcheck 2.8.Neil1-7/+7
2022-02-17Suppress cppcheck warnings where it doesn't undertand changing dropWentOutsideNeil1-0/+4
in called methods.
2021-10-09Suppress unwanted warning from Cppcheck 2.6.Neil1-0/+3
2021-09-29Feature [feature-requests:#1416] Shorten code and avoid cppcheck warning.Zufu Liu1-3/+0
2021-08-07Changes for Cppcheck 2.5.Neil1-9/+0
Shift of unsigned to avoid too much shifting and overflow warnings. Remove condition that was always true. Remove suppressions no longer needed.
2021-05-28Removed suppression that is no longer needed.Neil1-3/+0
2021-03-26Update suppressions for cppcheck 2.4.1.Neil1-2/+17
2021-03-17Drop suppression that appears to no longer be needed.start-platform-changesNeil1-3/+0
2021-01-31Remove suppressions that are not needed for Cppcheck 2.3.Neil1-4/+0
2020-11-18Remove Lexilla suppressions.Neil1-169/+0
2020-06-17Update suppressions for Cppcheck 2.1.Neil1-10/+21
2020-04-13Replace islower function and add tests for JavaScript regular expressions.Neil1-0/+3
2020-04-07Bug [#1624]. Fix brace styling in Batch lexer so that brace matching works.Yury Dubinsky1-1/+0
Bug [#1906], Bug [#1997], and Bug [#2065] also fixed.
2020-01-03Added Raku lexer and style properties and example filesMark Reay1-0/+2
2019-12-22Lexilla testing framework.Neil1-1/+0
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