This is an archive of the discontinued LLVM Phabricator instance.

[clang-tidy] Fix misc-unused-using-decls for user-defined literals
ClosedPublic

Authored by v1nh1shungry on Nov 17 2022, 5:36 AM.

Details

Summary

Current version complains unused using-declaration even if the target
user-defined literal is used.

Diff Detail

Event Timeline

v1nh1shungry created this revision.Nov 17 2022, 5:36 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 17 2022, 5:36 AM
v1nh1shungry requested review of this revision.Nov 17 2022, 5:36 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 17 2022, 5:36 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
ymandel accepted this revision.Nov 17 2022, 6:48 AM

Thank you!

This revision is now accepted and ready to land.Nov 17 2022, 6:48 AM

@ymandel Thank you for reviewing!

If this patch is okay to land, could you please help me commit it? Thanks again!

@ymandel Thank you for reviewing!

If this patch is okay to land, could you please help me commit it? Thanks again!

Sure. I'm running tests now and, assuming all's green, i'll commit in a few minutes.