[PATCH] D92220: [clangd] Add support for static fields in rename

Haojian Wu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 1 06:48:46 PST 2020


hokein added inline comments.


================
Comment at: clang-tools-extra/clangd/unittests/RenameTests.cpp:630
       )cpp",
+      R"cpp(
+        template <typename T, typename U> struct Foo { static T Variable; };
----------------
hmm, looks like these two tests are already working at head (without the patch).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92220



More information about the cfe-commits mailing list