Moritz Haase d399a308d0 Suppress clang-tidy warning about vararg usage in assertion macros
CATCH_INTERNAL_IGNORE_BUT_WARN() introduced with b7b346c triggers
clang-tidy warning 'cppcoreguidelines-pro-type-vararg' for every usage
of assertion macros like CHECK() and REQUIRE(). Silence it via NOLINT
in the '#if defined(__clang__)' block only, as clang-tidy honors those.
2020-04-02 20:45:57 +02:00
..
2017-09-07 17:25:15 +02:00
2020-01-25 09:01:04 +01:00
2020-03-28 18:00:42 +01:00
2019-01-13 19:01:12 +01:00
2019-08-09 10:50:53 +02:00
2017-09-07 17:25:15 +02:00
2017-08-30 15:53:39 +02:00
2020-02-08 14:27:40 +01:00
2019-02-08 10:41:23 +01:00
2020-01-25 09:01:04 +01:00
2017-07-27 11:32:01 +02:00
2020-01-25 09:01:04 +01:00
2019-09-07 11:31:00 +02:00
2019-09-07 11:31:00 +02:00
2020-01-25 09:01:04 +01:00
2019-01-11 11:55:51 +01:00
2020-03-19 13:50:19 +01:00