This revision was automatically updated to reflect the committed changes.
Closed by commit rGa5e3d87f66a1: [clang-tidy] Handle uninstantiated templates
in redundant get check (authored by stephenkelly).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D9
steveire added inline comments.
Comment at:
clang-tools-extra/clang-tidy/readability/RedundantSmartptrGetCheck.cpp:21-45
+ return expr(
+ anyOf(cxxMemberCallExpr(
+ on(expr(anyOf(hasType(OnClass),
+ hasType(q