brintos

brintos / llvm-project-archived public Read only

0
0
Text · 169 B · 4918aae Raw
7 lines · plain
1// RUN: %check_clang_tidy %s misc-unused-using-decls %t2 3// Verify that we don't generate the warnings on header files.4namespace foo { class Foo {}; }5 6using foo::Foo;7