cling/lib
Javier Lopez-Gomez 0d71789370 Diagnose shadowing of decls in the std namespace
Related to the discussion in ROOT-5971 (see https://sft.its.cern.ch/jira/browse/ROOT-5971),
this commit improves the situation by diagnosing the shadowing of declarations
in the `std` namespace.

In summary, given that ROOT issues an implicit `using namespace std;` and due to
the way `SemaLookup` works, decls that shadow something in the `std` namespace
cannot be referenced without using their fully-qualified name, i.e. `::xxx`.
Thus, we need to emit a warning for that case.
2022-02-11 01:59:05 +01:00
..
Interpreter Diagnose shadowing of decls in the std namespace 2022-02-11 01:59:05 +01:00
MetaProcessor Add Interpreter::m_InputFlags 2022-02-11 01:59:05 +01:00
UserInterface Do not segfault when root_hist has zero lines 2020-08-18 16:09:42 +02:00
Utils Prevent traling whitespace in -isystem. 2021-11-12 16:14:06 +01:00
CMakeLists.txt Fix for ROOT-7184 - CMake config issue when enabling cling tests 2015-03-13 18:31:50 +01:00