| Issue | 58182 |
|---|---|
| Summary | [clang-tidy] misc-unused-alias-decls warns for [[maybe_unused]] |
| Labels | |
| Assignees | |
| Reporter | Febbe |
Having a namespace
`namespace [[maybe_unused]] log = spdlog;` will result in a warning.But the [[maybe_unused]] attribute should suppress it.
_______________________________________________ llvm-bugs mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
