| Issue | 162619 |
|---|---|
| Summary | `misc-unused-using-decls` false positive on exported usings |
| Labels | |
| Assignees | |
| Reporter | RoqueDeicide |
I'm exporting a using from a module:
```cpp
export using ::IDirectMusic;
```
`clang-tidy` incorrectly reports this as an unused `using` declaration.## Version `21.1.2`
_______________________________________________ llvm-bugs mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
