cppcheck/cli
Oliver Stöneberg dc03a50414
some small cleanups and refactorings (#4488)
* moved `plistFile` from `ErrorLogger` to `CppCheck`

* got rid of global CWE objects

* lib/CMakeLists.txt: suppress some `-Wfloat-equal` clang warning in matchcompiled builds as well

* lib/CMakeLists.txt: moved a loop into proper block

* test/CMakeLists.txt: simplified `add_fixture`

* test/CMakeLists.txt: moved `fixture_cost`

* fixed `naming-privateMemberVariable` selfcheck warning
2022-09-24 11:59:13 +02:00
..
CMakeLists.txt
cli.vcxproj
cli.vcxproj.filters
cmdlineparser.cpp some small cleanups and refactorings (#4488) 2022-09-24 11:59:13 +02:00
cmdlineparser.h
cppcheckexecutor.cpp mitigated and enabled more clang-tidy warnings (#4470) 2022-09-16 18:58:59 +02:00
cppcheckexecutor.h mitigated and enabled more clang-tidy warnings (#4470) 2022-09-16 18:58:59 +02:00
cppcheckexecutorseh.cpp
cppcheckexecutorseh.h
cppcheckexecutorsig.cpp
cppcheckexecutorsig.h
executor.cpp
executor.h
filelister.cpp
filelister.h
main.cpp added missing version bumps to 2.10 (#4420) 2022-09-09 21:02:04 +02:00
processexecutor.cpp
processexecutor.h mitigated some clang-tidy warnings in headers (#4472) 2022-09-16 18:59:15 +02:00
stacktrace.cpp
stacktrace.h
threadexecutor.cpp
threadexecutor.h mitigated some clang-tidy warnings in headers (#4472) 2022-09-16 18:59:15 +02:00
version.rc