LUMIERA.clone/tests/basics
Ichthyostega 9ff79b86cf fix warnings found by CLang (3.5)
Note: not fixing all relevant warnings.

Especially, the "-Woverloaded-virtual" of Clang defeats the whole purpose
of generated generic interfaces. For example, our Variant type is instantiated
with a list of types the variant can hold. Through metaprogramming, this
instantiation generates also an embedded Visitor interface, which has
virtual 'handle(TY)' functions for all the types in question

The client now may implement, or even partially implement this Visitor,
to retrieve specific data out of given Variant instance with unknown conent.
To complain that some other virtual overload is now shaddowed is besides the point,
so we might consider to disable this warning altogether
2015-08-16 01:37:04 +02:00
..
time reorganise test suite compartments 2014-10-17 20:02:25 +02:00
diagnostic-context-test.cpp reduce the load of some tests 2014-10-18 05:09:18 +02:00
DIR_INFO reorganise test suite compartments 2014-10-17 20:02:25 +02:00
streamtypebasicstest.cpp fix warnings found by CLang (3.5) 2015-08-16 01:37:04 +02:00
streamtypelifecycletest.cpp reorganise test suite compartments 2014-10-17 20:02:25 +02:00
teststreamtypes.hpp reorganise test suite compartments 2014-10-17 20:02:25 +02:00
typed-counter-test.cpp link tests with stringent application scope dependencies (closes #938) 2014-10-17 21:15:59 +02:00
visitingtool-concept.cpp WIP: pondering diff representation variants 2014-11-10 04:00:39 +01:00
visitingtool-extended-test.cpp WIP: pondering diff representation variants 2014-11-10 04:00:39 +01:00
visitingtool-test.cpp WIP: pondering diff representation variants 2014-11-10 04:00:39 +01:00