This warns on two constructs.
- anonymous namespaces in header files.
- using namespace directives everywhere.
Differential D4523
[clang-tidy] Add a namespace checker. bkramer on Jul 15 2014, 9:58 AM. Authored by
Details This warns on two constructs.
Diff Detail Event Timeline
|
I think both the check name and the class Name should be more specific, e.g. UnnamedNamespaceInHeaderCheck. Or do you envision this to be a more generic check?