Neil Conway created MESOS-7338:
----------------------------------
Summary: Implement clang-tidy check(s) for namespace usage
Key: MESOS-7338
URL: https://issues.apache.org/jira/browse/MESOS-7338
Project: Mesos
Issue Type: Bug
Reporter: Neil Conway
For example, if a {{.cpp}} file contains both {{x::y}} and {{using x::y}}, that
is typically a style mistake.
We could potentially identify unused {{using}} statements, although that can be
tricky due to C++ identifier lookup rules.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)