cppcheck/cli
Thomas Jarosch ec21134817 Fix false negatives for local suppressions
Introduce a new bool setting jointSuppressionReport
that will be set by the analyseWholeProgram() code path.

When the flag is enabled, unmatched suppressions are
collected after running the final whole program analysis
to prevent false positives for the unusedFunction check.

The check functions in the unit test
for single / multi file suppressions were unified.
2015-01-20 18:47:30 +01:00
..
cli.vcxproj Updated WiX installer and VS solution to VS12 and Qt5 2014-08-02 11:52:37 +02:00
cli.vcxproj.filters Updated to latest TinyXML 2013-08-03 20:29:50 +02:00
cmdlineparser.cpp Accept unknown elements in Library files, but print a warning. This fixes backward compatibility of libraries with older cppcheck versions 2015-01-10 22:18:57 +01:00
cmdlineparser.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
cppcheckexecutor.cpp Fix false negatives for local suppressions 2015-01-20 18:47:30 +01:00
cppcheckexecutor.h Accept unknown elements in Library files, but print a warning. This fixes backward compatibility of libraries with older cppcheck versions 2015-01-10 22:18:57 +01:00
filelister.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
filelister.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
main.cpp Set version to 1.68.99/1.69 dev 2015-01-03 17:44:47 +01:00
pathmatch.cpp Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
pathmatch.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
threadexecutor.cpp Two small refactorizations: 2015-01-10 21:03:21 +01:00
threadexecutor.h Updated copyright year to 2015 2015-01-03 12:14:58 +01:00
version.rc Update cli/version.rc 2012-10-15 11:28:08 -05:00