cling/test/Interfaces
Vassil Vassilev 8040f69fc3 Fix the test. In that particular case in ReturnSynthesizer we check whether the
type is trivially copiable and cling::StoredValueRef is not.
We could check for a copy ctor (which is defined in that type), however, that is
not important at the moment. We can readd that logic on use-case.


git-svn-id: http://root.cern.ch/svn/root/trunk@47825 27541ba8-7e3a-0410-8455-c3a389f83636
2012-12-04 16:10:48 +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 Fix the test. In that particular case in ReturnSynthesizer we check whether the 2012-12-04 16:10:48 +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