You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Neil Conway (JIRA)" <ji...@apache.org> on 2017/04/03 18:38:41 UTC

[jira] [Created] (MESOS-7338) Implement clang-tidy check(s) for namespace usage

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)