[PATCH] D137494: [Clangd] Fix the code action `RemoveUsingNamespace`

v1nh1shungry via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Nov 5 20:23:08 PDT 2022


v1nh1shungry added inline comments.


================
Comment at: clang-tools-extra/clangd/unittests/tweaks/RemoveUsingNamespaceTests.cpp:236
+      }
+      using namespace n^s;
+      int main() {
----------------
junaire wrote:
> is this a typo?
I guess not. I refer to the tests above and I think this represents the cursor. But I'm not sure though.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137494



More information about the cfe-commits mailing list