catch2/include
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
..
external fixing UB 2020-05-29 14:56:40 +02:00
internal Fix clang analyzer warning about FilterGenerator 2021-11-24 11:30:03 +01:00
reporters Mark !mayfail tests as skipped in the JUnit reporter 2021-07-27 23:16:01 +02:00
catch.hpp v2.13.7 2021-07-28 20:30:51 +02:00
catch_with_main.hpp Fixed catch_with_main.hpp (no longer references deleted catch_runner.hpp) 2015-12-28 15:06:04 +00:00