| Issue | 85993 |
|---|---|
| Summary | Check request: `readability` check to detect redundant namespace qualifiers |
| Labels | clang-tidy, check-request |
| Assignees | |
| Reporter | carlosgalvezp |
For example:
```cpp
namespace foo
{
void bar()
{}
void baz()
{
foo::baz();
^^^^^
Redundant
}
} // namespace foo
_______________________________________________ llvm-bugs mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
