cppcheck/cli
Oliver Stöneberg 7086ffaa1b
fixed #12045 - print error when using an option which has not been compiled in instead of treating it as non-existent or a no-op (#5508)
Also disabled more internal code around those options and did some
cleanups.
2023-10-21 09:12:59 +02:00
..
CMakeLists.txt
cli.vcxproj fixed #11910 - removed Visual Studio x86 targets from project files and builds from CI (#5397) 2023-09-04 19:40:13 +02:00
cli.vcxproj.filters Fix #11897 (Safety: show what checks are enabled/disabled) (#5378) 2023-08-31 18:28:47 +02:00
cmdlinelogger.h added `CmdLineLogger::printRaw()` / CppCheckExecutor: more `CmdLineLogger` usage (#5537) 2023-10-09 22:22:39 +02:00
cmdlineparser.cpp fixed #12045 - print error when using an option which has not been compiled in instead of treating it as non-existent or a no-op (#5508) 2023-10-21 09:12:59 +02:00
cmdlineparser.h fixed #12045 - print error when using an option which has not been compiled in instead of treating it as non-existent or a no-op (#5508) 2023-10-21 09:12:59 +02:00
cppcheckexecutor.cpp fixed #12045 - print error when using an option which has not been compiled in instead of treating it as non-existent or a no-op (#5508) 2023-10-21 09:12:59 +02:00
cppcheckexecutor.h fixed #12045 - print error when using an option which has not been compiled in instead of treating it as non-existent or a no-op (#5508) 2023-10-21 09:12:59 +02:00
cppcheckexecutorseh.cpp
cppcheckexecutorseh.h
cppcheckexecutorsig.cpp fixed some typos (#5562) 2023-10-17 18:32:07 +02:00
cppcheckexecutorsig.h
executor.cpp Fixed #3537 (Allow inline suppression comments for macros) (#5559) 2023-10-16 19:43:15 +02:00
executor.h
filelister.cpp cleaned up includes based on include-what-you-use (#5532) 2023-10-09 10:07:20 +02:00
filelister.h Update copyright year 2023-09-06 15:51:05 +02:00
main.cpp 2.12.99: Set versions (#5427) 2023-09-10 18:43:00 +02:00
precompiled.h
processexecutor.cpp Fixed #3537 (Allow inline suppression comments for macros) (#5559) 2023-10-16 19:43:15 +02:00
processexecutor.h added testing of clang-tidy invocation to executor tests / also some cleanups (#5514) 2023-10-08 09:06:02 +02:00
singleexecutor.cpp refs #4452 / refs #11705 - improved `--showtime=` behavior and testing (#4876) 2023-10-05 19:04:06 +02:00
singleexecutor.h
stacktrace.cpp
stacktrace.h
threadexecutor.cpp cleaned up includes based on include-what-you-use (#5532) 2023-10-09 10:07:20 +02:00
threadexecutor.h added testing of clang-tidy invocation to executor tests / also some cleanups (#5514) 2023-10-08 09:06:02 +02:00
version.rc