cling/test/Lookup
Philippe Canal 68283cac47 Fix ROOT-8739: Lookup of symbol inside of namespace shadowed by function (in another 'used' namespace).
This was happening when a namespace had the same as the function in a namespace that was 'used'.  Namely,
in the issue report it was the 'next' namespace and the function std::next.

This required the quick search function in LookupHelper.cxx to properly handle the return value of utils::Lookup::Named.
2017-04-07 20:29:17 +02:00
..
args.C Add %built_cling substitution for lit so tests can be run from either the build or installations directories. 2016-08-12 14:14:06 +02:00
data.C Add cling output streams to cling/Utils/Output.h 2016-12-19 13:59:11 +01:00
func.C Add cling output streams to cling/Utils/Output.h 2016-12-19 13:59:11 +01:00
linkageSpec.C Fix extern "C" declarations not being called from .x command. 2016-09-16 21:39:49 +02:00
named.C Fix ROOT-8739: Lookup of symbol inside of namespace shadowed by function (in another 'used' namespace). 2017-04-07 20:29:17 +02:00
scope.C Fix ROOT-8739: Lookup of symbol inside of namespace shadowed by function (in another 'used' namespace). 2017-04-07 20:29:17 +02:00
template.C Add %built_cling substitution for lit so tests can be run from either the build or installations directories. 2016-08-12 14:14:06 +02:00
type.C Add %built_cling substitution for lit so tests can be run from either the build or installations directories. 2016-08-12 14:14:06 +02:00
variadicFunc.C Remove .rawInput from a variety of tests to test unwrapped function input. 2016-09-05 12:44:13 +02:00