cling/lib
Philippe Canal f5c7037763 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 21:14:06 +02:00
..
Interpreter Fix ROOT-8739: Lookup of symbol inside of namespace shadowed by function (in another 'used' namespace). 2017-04-07 21:14:06 +02:00
MetaProcessor Whitespace. 2017-04-04 15:14:06 +02:00
UserInterface Remove useless lines. 2017-03-24 13:44:13 +01:00
Utils Missing member init (thanks, Valgrind!). 2017-04-04 11:14:05 +02:00
CMakeLists.txt Fix for ROOT-7184 - CMake config issue when enabling cling tests 2015-03-13 18:31:50 +01:00