cling/test/Interfaces
Axel Naumann 2f0d47e0b7 Teach the ValuePrinter to print arrays.
Accept that Value's type is not the last Expr's type (e.g. const char[5]) but whatever the wrapper returns, (e.g. const char*).
Print StoredValueRefs recursively.
Add mechanism to suppress newlines (improves readability for nested calls)


git-svn-id: http://root.cern.ch/svn/root/trunk@47169 27541ba8-7e3a-0410-8455-c3a389f83636
2012-11-11 16:05:30 +00:00
..
address_lib.c Add tests for Interpreter::getAddressOfGlobal(). 2012-09-24 15:16:36 +00:00
address.C remove the inclusion of CompilerInstance 2012-10-03 12:57:48 +00:00
dg.exp Move cling from cint/ to interpreter/ (Will add a "we have moved" readme to cint/cling.) 2012-09-05 09:37:39 +00:00
evaluate.C Teach the ValuePrinter to print arrays. 2012-11-11 16:05:30 +00:00
execute.C Add super efficient execute function. It doesn't do any fancy things with the 2012-10-18 11:56:20 +00:00