catch2/tests/ExtraTests
Martin Jeřábek cde3509664 Fix various useful clang-tidy warnings
* bugprone-branch-clone
* bugprone-copy-constructor-init
* bugprone-empty-catch
* bugprone-sizeof-expression
* bugprone-switch-missing-default-case
* bugprone-unused-local-non-trivial-variable
* clang-analyzer-core.uninitialized.Assign
* clang-analyzer-cplusplus.Move
* clang-analyzer-optin.cplusplus.VirtualCall
* modernize-loop-convert
* modernize-raw-string-literal
* modernize-use-equals-default
* modernize-use-override
* modernize-use-using
* performance-avoid-endl
* performance-inefficient-string-concatenation
* performance-inefficient-vector-operation
* performance-noexcept-move-constructor
* performance-unnecessary-value-param (and improve generator example)
* readability-duplicate-include
* readability-inconsistent-declaration-parameter-name
* readability-non-const-parameter
* readability-redundant-casting
* readability-redundant-member-init
* readability-redundant-smartptr-get
* readability-static-accessed-through-instance
* unused variable in amalgamted tests
2024-03-01 21:24:45 +01:00
..
CMakeLists.txt Fix assertionStarting events being sent after the expr is evaluated 2023-05-06 11:48:41 +02:00
ToDo.txt Remove CATCH_CONFIG_DISABLE_MATCHERS 2020-01-25 09:07:36 +01:00
X01-PrefixedMacros.cpp Fix references to license file 2022-10-28 11:30:15 +02:00
X02-DisabledMacros.cpp Fix references to license file 2022-10-28 11:30:15 +02:00
X03-DisabledExceptions-DefaultHandler.cpp Fix references to license file 2022-10-28 11:30:15 +02:00
X04-DisabledExceptions-CustomHandler.cpp Fix references to license file 2022-10-28 11:30:15 +02:00
X05-DeferredStaticChecks.cpp Fix references to license file 2022-10-28 11:30:15 +02:00
X10-FallbackStringifier.cpp Fix references to license file 2022-10-28 11:30:15 +02:00
X11-DisableStringification.cpp Fix references to license file 2022-10-28 11:30:15 +02:00
X12-CustomDebugBreakMacro.cpp Fix references to license file 2022-10-28 11:30:15 +02:00
X20-AssertionStartingEventGoesBeforeAssertionIsEvaluated.cpp Clean up explanation in tests 2023-07-12 11:49:43 +02:00
X21-PartialTestCaseEvents.cpp Fix references to license file 2022-10-28 11:30:15 +02:00
X22-BenchmarksInCumulativeReporter.cpp Fix various useful clang-tidy warnings 2024-03-01 21:24:45 +01:00
X23-CasingInReporterNames.cpp Fix references to license file 2022-10-28 11:30:15 +02:00
X24-ListenerStdoutCaptureInMultireporter.cpp Fix references to license file 2022-10-28 11:30:15 +02:00
X25-ListenerCanAskForCapturedStdout.cpp Fix references to license file 2022-10-28 11:30:15 +02:00
X26-ReporterPreferencesForPassingAssertionsIsRespected.cpp Fix references to license file 2022-10-28 11:30:15 +02:00
X27-CapturedStdoutInTestCaseEvents.cpp Fix references to license file 2022-10-28 11:30:15 +02:00
X28-ListenersGetEventsBeforeReporters.cpp Fix references to license file 2022-10-28 11:30:15 +02:00
X29-CustomArgumentsForReporters.cpp Fix various useful clang-tidy warnings 2024-03-01 21:24:45 +01:00
X30-BazelReporter.cpp Fix references to license file 2022-10-28 11:30:15 +02:00
X31-DuplicatedTestCases.cpp Fix references to license file 2022-10-28 11:30:15 +02:00
X32-DuplicatedTestCasesDifferentTags.cpp Fix references to license file 2022-10-28 11:30:15 +02:00
X33-DuplicatedTestCaseMethods.cpp Fix references to license file 2022-10-28 11:30:15 +02:00
X34-DuplicatedTestCaseMethodsDifferentFixtures.cpp Fix references to license file 2022-10-28 11:30:15 +02:00
X35-DuplicatedReporterNames.cpp Fix references to license file 2022-10-28 11:30:15 +02:00
X90-WindowsHeaderInclusion.cpp Fix references to license file 2022-10-28 11:30:15 +02:00
X91-AmalgamatedCatch.cpp Fix various useful clang-tidy warnings 2024-03-01 21:24:45 +01:00
X92-NoTests.cpp Fix references to license file 2022-10-28 11:30:15 +02:00
X93-AllSkipped.cpp Add new SKIP macro for skipping tests at runtime (#2360) 2023-01-12 15:01:47 +01:00