Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang-tools-extra/clang-tidy/readability/RedundantSmartptrGetCheck.cpp | ||
---|---|---|
21–45 | Changed the description. |
Paths
| Differential D96222
Handle uninstantiated templates in redundant get check ClosedPublic Authored by steveire on Feb 7 2021, 10:52 AM.
Details
Diff Detail
Event Timelinesteveire retitled this revision from [clang-tidy] Simplify redundant smartptr get check to Handle uninstantiated templates in redundant get check.Feb 21 2021, 4:17 AM steveire added inline comments.
This revision is now accepted and ready to land.Feb 21 2021, 5:44 AM Closed by commit rGa5e3d87f66a1: [clang-tidy] Handle uninstantiated templates in redundant get check (authored by • stephenkelly). · Explain WhyFeb 27 2021, 4:09 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 326889 clang-tools-extra/clang-tidy/readability/RedundantSmartptrGetCheck.h
clang-tools-extra/clang-tidy/readability/RedundantSmartptrGetCheck.cpp
clang-tools-extra/test/clang-tidy/checkers/readability-redundant-smartptr-get.cpp
|
The patch says its simplifying the check, but this doesn't look like its simplifying it. Seems to be extending it to support dependent members.