[clangd] Fix the code action `RemoveUsingNamespace`
authorv1nh1shungry <v1nh1shungry@outlook.com>
Wed, 9 Nov 2022 20:04:20 +0000 (21:04 +0100)
committerTom Praschan <13141438+tom-anders@users.noreply.github.com>
Wed, 9 Nov 2022 20:04:21 +0000 (21:04 +0100)
commit82ca918b5755f3c442e247563dc011f7b310e446
tree423a6e8390fa45a350ee9120a0474fda0ea491b3
parentd518ed42ae85786c371fd4578f72ab7eb286cb30
[clangd] Fix the code action `RemoveUsingNamespace`

Avoid adding qualifiers before user-defined literals

Reviewed By: tom-anders

Differential Revision: https://reviews.llvm.org/D137550
clang-tools-extra/clangd/refactor/tweaks/RemoveUsingNamespace.cpp
clang-tools-extra/clangd/unittests/tweaks/RemoveUsingNamespaceTests.cpp