catch2/projects
Xo Wang 33794a204c Fix clang analyzer warning about FilterGenerator
Refactor FilterGenerator to remove ctor call to overridden method next()
in order to address clang static analyzer diagnostic:

catch2-src/single_include/catch2/catch.hpp:4166:42: note: Call to virtual method 'FilterGenerator::next' during construction bypasses virtual dispatch
                auto has_initial_value = next();
                                         ^~~~~~
2021-11-24 11:30:03 +01:00
..
ExtraTests Increase tolerances in --min-duration tests 2020-07-07 11:36:56 +02:00
SelfTest Fix clang analyzer warning about FilterGenerator 2021-11-24 11:30:03 +01:00
TestScripts Fix how testRandomOrder.py builds tag arguments 2020-07-11 21:32:10 +02:00
XCode/OCTest Fix typos identified by codespell. 2019-04-10 09:42:11 +02:00
CMakeLists.txt Fix potential infinite loops in generators combined with section filter 2020-10-31 18:04:15 +01:00