|
1 | 1 | missingIncludeSystem |
| 2 | +# should not be reported - see #13387 |
| 3 | +checkersReport |
2 | 4 |
|
3 | 5 | # temporary suppressions - fix the warnings! |
4 | 6 | simplifyUsing:lib/valueptr.h |
5 | | -varid0:gui/projectfile.cpp |
6 | 7 | naming-privateMemberVariable:gui/test/cppchecklibrarydata/testcppchecklibrarydata.h |
7 | | -symbolDatabaseWarning:*/moc_*.cpp |
8 | | -simplifyUsing:*/moc_*.cpp |
| 8 | +bitwiseOnBoolean:lib/library.cpp |
| 9 | +templateInstantiation:lib/checkunusedfunctions.cpp |
| 10 | +templateInstantiation:lib/errorlogger.cpp |
| 11 | +templateInstantiation:lib/liobrary.cpp |
| 12 | +shadowFunction:lib/checkbufferoverrun.cpp |
| 13 | +shadowFunction:lib/checkclass.cpp |
| 14 | +shadowFunction:lib/checknullpointer.cpp |
| 15 | +shadowFunction:lib/cppcheck.cpp |
| 16 | +shadowFunction:lib/fwdanalysis.cpp |
| 17 | +shadowFunction:lib/library.cpp |
| 18 | +shadowFunction:lib/symboldatabase.cpp |
| 19 | +shadowFunction:lib/templatesimplifier.cpp |
| 20 | +shadowFunction:lib/token.cpp |
| 21 | +shadowFunction:tools/triage/mainwindow.cpp |
9 | 22 |
|
10 | 23 | # warnings in Qt generated code we cannot fix |
11 | | -funcArgNamesDifferent:*/moc_*.cpp |
12 | | -naming-varname:*/ui_*.h |
| 24 | +funcArgNamesDifferent:*/moc_checkthread.cpp |
| 25 | +funcArgNamesDifferent:*/moc_codeeditstylecontrols.cpp |
| 26 | +funcArgNamesDifferent:*/moc_resultstree.cpp |
| 27 | +funcArgNamesDifferent:*/moc_resultsview.cpp |
| 28 | +funcArgNamesDifferent:*/moc_threadhandler.cpp |
| 29 | +funcArgNamesDifferent:*/moc_threadresult.cpp |
| 30 | +naming-varname:*/gui/ui_*.h |
13 | 31 | functionStatic:*/ui_fileview.h |
14 | | -constVariablePointer:*/moc_test*.cpp |
15 | 32 |
|
16 | 33 | # --debug-warnings suppressions |
17 | 34 | valueFlowBailout |
18 | 35 | valueFlowBailoutIncompleteVar |
19 | | -autoNoType |
| 36 | +autoNoType:externals/simplecpp/simplecpp.cpp |
| 37 | +autoNoType:cli/*.cpp |
| 38 | +autoNoType:lib/*.cpp |
| 39 | +autoNoType:lib/library.h |
| 40 | +autoNoType:gui/*.cpp |
| 41 | +autoNoType:test/*.cpp |
| 42 | +autoNoType:tools/triage/mainwindow.cpp |
20 | 43 | # ticket 11631 |
21 | 44 | templateInstantiation:test/testutils.cpp |
22 | 45 |
|
23 | 46 | naming-varname:externals/simplecpp/simplecpp.h |
24 | 47 | naming-privateMemberVariable:externals/simplecpp/simplecpp.h |
25 | 48 |
|
26 | | -valueFlowMaxIterations:externals/tinyxml2/tinyxml2.cpp |
27 | | - |
28 | 49 | # TODO: these warnings need to be addressed upstream |
29 | 50 | uninitMemberVar:externals/tinyxml2/tinyxml2.h |
30 | 51 | noExplicitConstructor:externals/tinyxml2/tinyxml2.h |
31 | 52 | missingOverride:externals/tinyxml2/tinyxml2.h |
32 | 53 | invalidPrintfArgType_sint:externals/tinyxml2/tinyxml2.h |
33 | 54 | naming-privateMemberVariable:externals/tinyxml2/tinyxml2.h |
34 | 55 | functionStatic:externals/tinyxml2/tinyxml2.cpp |
35 | | -invalidPrintfArgType_uint:externals/tinyxml2/tinyxml2.cpp |
36 | 56 | funcArgNamesDifferent:externals/tinyxml2/tinyxml2.cpp |
37 | 57 | nullPointerRedundantCheck:externals/tinyxml2/tinyxml2.cpp |
38 | | -knownConditionTrueFalse:externals/tinyxml2/tinyxml2.cpp |
39 | 58 | useStlAlgorithm:externals/simplecpp/simplecpp.cpp |
0 commit comments