catch2/tests/SelfTest/UsageTests
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
..
Approx.tests.cpp Fix references to license file 2022-10-28 11:30:15 +02:00
BDD.tests.cpp Fix references to license file 2022-10-28 11:30:15 +02:00
Benchmark.tests.cpp Fix various useful clang-tidy warnings 2024-03-01 21:24:45 +01:00
Class.tests.cpp Fix various useful clang-tidy warnings 2024-03-01 21:24:45 +01:00
Compilation.tests.cpp Support literal-zero detectors using consteval int constructors 2024-02-12 00:52:53 +01:00
Condition.tests.cpp Fix references to license file 2022-10-28 11:30:15 +02:00
Decomposition.tests.cpp Add test for comparing pointers to NULL with != 2022-11-04 19:24:39 +01:00
EnumToString.tests.cpp Fix references to license file 2022-10-28 11:30:15 +02:00
Exception.tests.cpp Fix various useful clang-tidy warnings 2024-03-01 21:24:45 +01:00
Generators.tests.cpp Add test showing literals and complex generators in one GENERATE 2023-12-10 18:32:45 +01:00
Matchers.tests.cpp Fix various useful clang-tidy warnings 2024-03-01 21:24:45 +01:00
MatchersRanges.tests.cpp Fix spelling 2023-04-29 12:55:51 +02:00
Message.tests.cpp Fix various useful clang-tidy warnings 2024-03-01 21:24:45 +01:00
Misc.tests.cpp Fix various useful clang-tidy warnings 2024-03-01 21:24:45 +01:00
Skip.tests.cpp Test & document SKIP in generator constructor 2023-05-31 15:12:43 +02:00
ToStringByte.tests.cpp Fix references to license file 2022-10-28 11:30:15 +02:00
ToStringChrono.tests.cpp Fix references to license file 2022-10-28 11:30:15 +02:00
ToStringGeneral.tests.cpp Update outdated tests for stringifying characters 2024-03-01 15:09:11 +01:00
ToStringOptional.tests.cpp implement stringify for std::nullopt_t 2023-08-30 16:21:02 +02:00
ToStringPair.tests.cpp Fix references to license file 2022-10-28 11:30:15 +02:00
ToStringTuple.tests.cpp Fix references to license file 2022-10-28 11:30:15 +02:00
ToStringVariant.tests.cpp Fix references to license file 2022-10-28 11:30:15 +02:00
ToStringVector.tests.cpp Fix references to license file 2022-10-28 11:30:15 +02:00
ToStringWhich.tests.cpp Fix references to license file 2022-10-28 11:30:15 +02:00
Tricky.tests.cpp Fix various useful clang-tidy warnings 2024-03-01 21:24:45 +01:00
VariadicMacros.tests.cpp Fix references to license file 2022-10-28 11:30:15 +02:00