cppcheck/cli
Oliver Stöneberg 897826006e
mitigated some clang-tidy warnings in headers (#4472)
* erroritem.h: avoid `performance-no-int-to-ptr` clang-tidy warning

* suppress `readability-inconsistent-declaration-parameter-name` clang-tidy warnings for Qt signals

* tokenlist.h: mitigated `readability-make-member-function-const` clang-tidy warnings

* fixed `modernize-use-override` clang-tidy warnings in headers

* fixed `modernize-pass-by-value` clang-tidy warnings in headers

* tokenize.cpp: avoid unnecessary copy
2022-09-16 18:59:15 +02:00
..
CMakeLists.txt actually perform system tinyxml2 build on macos / fixed system tinyxml2 include (#4445) 2022-09-06 18:30:59 +02:00
cli.vcxproj cppcheckexecutor.cpp: extracted platform-dependent code into separate files (#4359) 2022-08-16 22:03:44 +02:00
cli.vcxproj.filters cppcheckexecutor.cpp: extracted platform-dependent code into separate files (#4359) 2022-08-16 22:03:44 +02:00
cmdlineparser.cpp iwyu.yml: use `debian:unstable` to always get latest include-what-you-use / cleaned up includes (#4466) 2022-09-16 07:15:49 +02:00
cmdlineparser.h cli: if cppcheck premium edition is executed then allow a special option --premium=<option> also 2022-08-24 08:48:12 +02:00
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 some `--exception-handling` related improvements (#4368) 2022-08-20 20:54:31 +02:00
cppcheckexecutorseh.h iwyu.yml: use `debian:unstable` to always get latest include-what-you-use / cleaned up includes (#4466) 2022-09-16 07:15:49 +02:00
cppcheckexecutorsig.cpp cppcheckexecutor.cpp: extracted platform-dependent code into separate files (#4359) 2022-08-16 22:03:44 +02:00
cppcheckexecutorsig.h cppcheckexecutor.cpp: extracted platform-dependent code into separate files (#4359) 2022-08-16 22:03:44 +02:00
executor.cpp some `TestSuppressions` improvements and cleanups (#4271) 2022-07-12 17:36:36 +02:00
executor.h some `TestSuppressions` improvements and cleanups (#4271) 2022-07-12 17:36:36 +02:00
filelister.cpp Refactorization: Removed compatibility hacks for outdated or non-conformant compilers (#4186) 2022-06-08 15:16:01 +02:00
filelister.h Format with uncrustify (#3388) 2021-08-07 20:51:18 +02:00
main.cpp added missing version bumps to 2.10 (#4420) 2022-09-09 21:02:04 +02:00
processexecutor.cpp iwyu.yml: use `debian:unstable` to always get latest include-what-you-use / cleaned up includes (#4466) 2022-09-16 07:15:49 +02:00
processexecutor.h mitigated some clang-tidy warnings in headers (#4472) 2022-09-16 18:59:15 +02:00
stacktrace.cpp cppcheckexecutor.cpp: extracted platform-dependent code into separate files (#4359) 2022-08-16 22:03:44 +02:00
stacktrace.h cppcheckexecutor.cpp: extracted platform-dependent code into separate files (#4359) 2022-08-16 22:03:44 +02:00
threadexecutor.cpp avoid unnecessary copies with `emplace_back()` (#4450) 2022-09-10 11:25:15 +02:00
threadexecutor.h mitigated some clang-tidy warnings in headers (#4472) 2022-09-16 18:59:15 +02:00
version.rc Update cli/version.rc 2012-10-15 11:28:08 -05:00