Revision d399a308d04b885433396f4198c0cda999f28d77 authored by Moritz Haase on 02 April 2020, 12:22:01 UTC, committed by Martin Hořeňovský on 02 April 2020, 18:45:57 UTC
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.
1 parent b8ce814
History
File Mode Size
.conan
.github
CMake
artwork
contrib
docs
examples
include
misc
projects
scripts
single_include
third_party
.gitattributes -rw-r--r-- 613 bytes
.gitignore -rw-r--r-- 504 bytes
.travis.yml -rw-r--r-- 8.2 KB
CMakeLists.txt -rw-r--r-- 6.5 KB
CODE_OF_CONDUCT.md -rw-r--r-- 3.1 KB
LICENSE.txt -rw-r--r-- 1.3 KB
README.md -rw-r--r-- 2.1 KB
appveyor.yml -rw-r--r-- 2.6 KB
codecov.yml -rw-r--r-- 440 bytes
conanfile.py -rw-r--r-- 909 bytes

README.md

back to top