cling/test/Interfaces
Yuka Takahashi 9c7abadde0 Implement toString interface to gInterpreter
This is the final version of "printValue" discussion.

We agreed that printValue interface should be altered to ToString
interface, which can be invoked `gInterpreter->ToString(XYZ)`. (ToString is in TCling and toString is in Interpreter :D)

This patch contains:

- Implementation of toString in Interpreter.cpp
- Re-Implementation of ClingPrintValue to use ToString because I changed to use Evaluate some time ago.
- Removing of RVec version of printValue which wasn't used at all
- Fix test/vecops_rvec.cxx, printValue is never supposed to be called by a normal user.
2018-10-04 17:13:34 +02:00
..
Paths Don't call clang::ApplyHeaderSearchOptions from Interpreter::AddIncludePaths. 2016-08-18 15:44:18 +02:00
address_lib.c Add CLING_EXPORT macro. 2016-12-12 12:44:09 +01:00
address.C Add CLING_EXPORT macro. 2016-12-12 12:44:09 +01:00
compileFunc.C Windows: Fix various test failures. 2016-12-12 12:44:09 +01:00
echo.C Fix tests on platforms with __float128 without forcing C++14. 2017-07-05 10:00:05 +02:00
evaluate.C Adjust after increased fp precision. 2017-12-05 15:40:37 +01:00
execute.C Refer to license in test and demo files. 2014-01-07 12:02:58 +01:00
invocationFlags.C reduce arguments at start of cling -xcling 2018-03-23 18:29:07 +01:00
Macro.C Add Interpreter::getMacroValue method. 2017-03-23 15:59:04 +01:00
paths.C Windows: Fix various test failures. 2016-12-12 12:44:09 +01:00
print.C Implement toString interface to gInterpreter 2018-10-04 17:13:34 +02:00
transactionReuse.C Remove .rawInput from a variety of tests to test unwrapped function input. 2016-09-05 12:44:13 +02:00