catch2/projects/SelfTest
Martin Hořeňovský 9aa96712ae Sweep out some extra warnings
Swept:
`-Wpadded` in some places (where it caused extra size, instead of just
saying "hey, we padded struct at the end to align, just as standard says")
`-Wweak-vtables` everywhere (Clang)
`-Wexit-time-destructors` everywhere (Clang)
`-Wmissing-noreturn` everywhere (Clang)

The last three are enabled for Clang compilation going forward.

Also enabled `-Wunreachable-code` for Clang and GCC
2017-09-07 17:25:15 +02:00
..
Baselines Sweep out some extra warnings 2017-09-07 17:25:15 +02:00
SurrogateCpps Sweep out some extra warnings 2017-09-07 17:25:15 +02:00
ApproxTests.cpp Enabled c++11 tests in approvals 2017-07-13 08:52:51 +01:00
BDDTests.cpp Fixed inconsistent and trailing whitespace 2017-01-26 23:13:12 +01:00
Benchmark.tests.cpp Removed benchmark tests from approval tests (for now) 2017-08-05 11:26:20 +01:00
ClassTests.cpp Stripped trailing whitespace from all source code lines 2015-11-04 18:04:15 +00:00
CmdLineTests.cpp Changed all .hpp extensions to .h where there is now a corresponding .cpp 2017-09-07 11:24:33 +01:00
CompilationTests.cpp Moved matcher-based capture macros into their own file 2017-08-09 12:10:14 +01:00
ConditionTests.cpp Sweep out some extra warnings 2017-09-07 17:25:15 +02:00
DecompositionTests.cpp Add evaluation specialization for T* and long 2017-08-30 12:11:41 +02:00
EnumToString.cpp Removed failing enum test from test run 2017-07-13 09:18:40 +01:00
ExceptionTests.cpp Sweep out some extra warnings 2017-09-07 17:25:15 +02:00
MatchersTests.cpp Sweep out some extra warnings 2017-09-07 17:25:15 +02:00
MessageTests.cpp Fix/disable failing approval tests 2017-09-02 10:51:19 +02:00
MiscTests.cpp Changed all .hpp extensions to .h where there is now a corresponding .cpp 2017-09-07 11:24:33 +01:00
PartTrackerTests.cpp Changed all .hpp extensions to .h where there is now a corresponding .cpp 2017-09-07 11:24:33 +01:00
StringRef.tests.cpp Removed String and StringBuilder 2017-08-14 09:04:14 +01:00
TagAliasTests.cpp Moved matcher-based capture macros into their own file 2017-08-09 12:10:14 +01:00
TestMain.cpp Sweep out some extra warnings 2017-09-07 17:25:15 +02:00
ToStringGeneralTests.cpp Cosmetic fixes (whitespace and spelling) 2017-05-27 14:42:54 +02:00
ToStringPair.cpp Reworked stringification layer, removed Catch::toString 2017-05-02 23:51:03 +02:00
ToStringTuple.cpp Enabled c++11 tests in approvals 2017-07-13 08:52:51 +01:00
ToStringVector.cpp Enabled c++11 tests in approvals 2017-07-13 08:52:51 +01:00
ToStringWhich.cpp Move back to static StringMaker<T>::convert 2017-05-21 23:40:05 +02:00
TrickyTests.cpp Sweep out some extra warnings 2017-09-07 17:25:15 +02:00
VariadicMacrosTests.cpp Gutted catch_compiler_capabilities 2017-04-25 12:43:19 +02:00