This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG27dfcd978edc: [clang-tidy] Add include to
misc-uniqueptr-reset-release (authored by njames93).
Repository:
rG LLVM Github Monorepo
CHAN
njames93 updated this revision to Diff 336982.
njames93 added a comment.
Add store options method.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97683/new/
https://reviews.llvm.org/D97683
Files:
clang-tools-extra/clang-tidy/misc/UniqueptrResetRe
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM, thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97683/new/
https://reviews.llvm.org/D97683
__
njames93 added a comment.
Herald added a project: clang-tools-extra.
Ping
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97683/new/
https://reviews.llvm.org/D97683
___
cfe-commits mailing list
cfe-commits
njames93 updated this revision to Diff 327185.
njames93 added a comment.
Rebase.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D97683/new/
https://reviews.llvm.org/D97683
Files:
clang-tools-extra/clang-tidy/misc/UniqueptrResetReleaseCheck.cpp
c
njames93 added inline comments.
Comment at: clang-tools-extra/clang-tidy/misc/UniqueptrResetReleaseCheck.cpp:22
+: ClangTidyCheck(Name, Context),
+ Inserter(Options.getLocalOrGlobal("IncludeStyle",
+utils::IncludeSorter::IS_LLVM))
Eugene.Zelenko added inline comments.
Comment at: clang-tools-extra/clang-tidy/misc/UniqueptrResetReleaseCheck.cpp:22
+: ClangTidyCheck(Name, Context),
+ Inserter(Options.getLocalOrGlobal("IncludeStyle",
+utils::IncludeSorter::IS_L
njames93 created this revision.
njames93 added reviewers: alexfh, aaron.ballman.
Herald added a subscriber: xazax.hun.
njames93 requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
This is the only remaining check that creates `std::move` includ