aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.

LGTM!



================
Comment at: clang-tools-extra/clang-tidy/utils/RenamerClangTidyCheck.cpp:383
 
+    {
+      const auto *Canonical = cast<NamedDecl>(Decl->getCanonicalDecl());
----------------
No need to introduce a new local scope here (there's no RAII for it to matter).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82059/new/

https://reviews.llvm.org/D82059



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to