cppcheck/cli
Oliver Stöneberg f1749ab7ad
CppcheckExecutor: use dedicated ErrorLogger for printing error messages XML (#4985)
This starts to untangle the `ErrorLogger` implementation in
`CppcheckExecutor` which handles three different cases and makes things
unnecessarily complicated.
2023-08-08 22:58:02 +02:00
..
CMakeLists.txt use `ccache` for sanitizer builds / do not use precompiled headers with `ccache` (#4910) 2023-04-01 09:40:10 +02:00
cli.vcxproj extracted single job execution into `SingleExecutor` / improved testing / do not unconditionally apply colors to output (#4882) 2023-04-08 18:06:38 +02:00
cli.vcxproj.filters
cmdlineparser.cpp Use in-class initializers, default constructors, class -> struct (#4842) 2023-08-08 11:05:02 +02:00
cmdlineparser.h Use in-class initializers, default constructors, class -> struct (#4842) 2023-08-08 11:05:02 +02:00
cppcheckexecutor.cpp CppcheckExecutor: use dedicated ErrorLogger for printing error messages XML (#4985) 2023-08-08 22:58:02 +02:00
cppcheckexecutor.h CppcheckExecutor: use dedicated ErrorLogger for printing error messages XML (#4985) 2023-08-08 22:58:02 +02:00
cppcheckexecutorseh.cpp
cppcheckexecutorseh.h
cppcheckexecutorsig.cpp Enable and mitigate readability-else-after-return (#5175) 2023-06-20 18:43:21 +02:00
cppcheckexecutorsig.h
executor.cpp pass `Suppressions` separately from `const Settings` into executors (#5278) 2023-08-07 18:39:57 +02:00
executor.h pass `Suppressions` separately from `const Settings` into executors (#5278) 2023-08-07 18:39:57 +02:00
filelister.cpp File lister: Fix possible resource leaks (#5031) 2023-05-03 16:23:07 +02:00
filelister.h
main.cpp 2.11.99: Set versions 2023-06-22 13:50:51 +02:00
precompiled.h
processexecutor.cpp TestSingleExecutor: test clang-tidy invocation (#5294) 2023-08-07 20:47:24 +02:00
processexecutor.h pass `Suppressions` separately from `const Settings` into executors (#5278) 2023-08-07 18:39:57 +02:00
singleexecutor.cpp TestSingleExecutor: test clang-tidy invocation (#5294) 2023-08-07 20:47:24 +02:00
singleexecutor.h pass `Suppressions` separately from `const Settings` into executors (#5278) 2023-08-07 18:39:57 +02:00
stacktrace.cpp
stacktrace.h
threadexecutor.cpp Use in-class initializers, default constructors, class -> struct (#4842) 2023-08-08 11:05:02 +02:00
threadexecutor.h pass `Suppressions` separately from `const Settings` into executors (#5278) 2023-08-07 18:39:57 +02:00
version.rc