[PATCH] D71247: [clangd] Rename constructors and destructors in cross-file case

Kadir Cetinkaya via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 10 03:26:57 PST 2019


kadircet added inline comments.


================
Comment at: clang-tools-extra/clangd/unittests/RenameTests.cpp:699
+          [[Foo]]();
+          ^~[[Foo]]();
+        };
----------------
could you also add a case with `~^Foo()`


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

https://reviews.llvm.org/D71247





More information about the cfe-commits mailing list