aaron.ballman added a comment. I'd appreciate seeing your test cases from the summary added to a test somewhere.
================ Comment at: clang-tools-extra/clang-tidy/utils/RenamerClangTidyCheck.cpp:206 if (const auto *Loc = Result.Nodes.getNodeAs<TypeLoc>("typeLoc")) { + auto Unqual = Loc->getUnqualifiedLoc(); NamedDecl *Decl = nullptr; ---------------- Don't use `auto` as the type is not spelling out in the initialization. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D76549/new/ https://reviews.llvm.org/D76549 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits