cling/test/Prompt/ValuePrinter
Axel Naumann dfb84fe995 Support GCC10 type name:
(std::pair<std::__strip_reference_wrapper<const char *>::__type, std::__strip_reference_wrapper<int>::__type>) { "s", 10 }
i.e. the array size is not part of the type.
2020-08-20 17:29:08 +02:00
..
Assignments.C Adapt to new=old value printer: "1.000000" for a double 1 instead of "1". 2017-12-05 15:40:37 +01:00
Collections.C Fix collection printing for pairs, recursion, and std::vector<bool>. 2017-03-24 14:59:07 +01:00
Destruction.C Fix initialization of array, fixes test. 2019-07-15 21:14:05 +02:00
Ptrs.C Don't use make_unique to be runnable in C++11 2019-10-05 14:59:03 +02:00
Regression.C Test printValue on unutterable types. 2018-06-27 08:45:21 +02:00
Strings.C Do not rely on value printer to side-#include <string>. 2018-04-30 16:29:42 +02:00
Strings.dat Have Value::dump write unicode and strings with embedded data properly. 2017-01-18 15:59:12 +01:00
Templates.C Adapt test to new style of scope dumps 2016-06-15 14:14:33 +02:00
TuplesAndPairs.C Support GCC10 type name: 2020-08-20 17:29:08 +02:00
UnkownType.C Fix x86 dependency in test/UnknownType.C 2016-09-05 08:29:46 +02:00