1 | // RUN: %check_clang_tidy %s misc-unused-using-decls %t -- --fix-notes -- -fno-delayed-template-parsing -isystem %S/Inputs |
---|---|
2 | |
3 | // Verify that we don't generate the warnings on header files. |
4 | namespace foo { class Foo {}; } |
5 | |
6 | using foo::Foo; |
7 |
1 | // RUN: %check_clang_tidy %s misc-unused-using-decls %t -- --fix-notes -- -fno-delayed-template-parsing -isystem %S/Inputs |
---|---|
2 | |
3 | // Verify that we don't generate the warnings on header files. |
4 | namespace foo { class Foo {}; } |
5 | |
6 | using foo::Foo; |
7 |