njames93 added inline comments.

================
Comment at: clang-tools-extra/clangd/refactor/tweaks/ImplementAbstract.cpp:354
+      return "Implement pure virtual methods from '" +
+             FromBase->getType().getAsString() + "'";
+    }
----------------
Maybe this should be changed as it currently prints the fully qualified type.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94942

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

Reply via email to