[all-commits] [llvm/llvm-project] 82ca91: [clangd] Fix the code action `RemoveUsingNamespace`
v1nh1shungry via All-commits
all-commits at lists.llvm.org
Wed Nov 9 11:05:23 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 82ca918b5755f3c442e247563dc011f7b310e446
https://github.com/llvm/llvm-project/commit/82ca918b5755f3c442e247563dc011f7b310e446
Author: v1nh1shungry <v1nh1shungry at outlook.com>
Date: 2022-11-09 (Wed, 09 Nov 2022)
Changed paths:
M clang-tools-extra/clangd/refactor/tweaks/RemoveUsingNamespace.cpp
M clang-tools-extra/clangd/unittests/tweaks/RemoveUsingNamespaceTests.cpp
Log Message:
-----------
[clangd] Fix the code action `RemoveUsingNamespace`
Avoid adding qualifiers before user-defined literals
Reviewed By: tom-anders
Differential Revision: https://reviews.llvm.org/D137550
More information about the All-commits
mailing list