This revision was automatically updated to reflect the committed changes.
Closed by commit rG8adfb3822469: [clang-tidy] Simplify diagnostics for
UniqueptrResetRelease check (authored by njames93).
Changed prior to commit:
https://reviews.llvm.org/D97632?vs=326976&id=327179#toc
Repository:
rG
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM aside from a nit with the diagnostic wording.
Comment at: clang-tools-extra/clang-tidy/misc/UniqueptrResetReleaseCheck.cpp:115
+ auto D = diag(ResetMember
njames93 created this revision.
njames93 added reviewers: aaron.ballman, alexfh, gribozavr2.
Herald added a subscriber: xazax.hun.
njames93 requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
Tweak the diagnostics to create small replacements r