Fix PR28350.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
clang-tidy/misc/UnusedUsingDeclsCheck.cpp | ||
---|---|---|
22 ↗ | (On Diff #62190) | Can you fix this fixme as a prerequisite to this patch? It should be pretty trivial, and I'd hate for it to get forgotten post-commit. |
test/clang-tidy/misc-unused-using-decls.cpp | ||
152 ↗ | (On Diff #62190) | We're now lacking a test that says "Green is unused" like we had before. Can you add another test case to bring back the similar diagnostic? |