[all-commits] [llvm/llvm-project] f5a2ef: [clangd] Fix the code action `RemoveUsingNamespace`

v1nh1shungry via All-commits all-commits at lists.llvm.org
Sun Nov 6 08:32:26 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f5a2ef80fa47d657877d5be314ce29ff7195d887
      https://github.com/llvm/llvm-project/commit/f5a2ef80fa47d657877d5be314ce29ff7195d887
  Author: v1nh1shungry <v1nh1shungry at outlook.com>
  Date:   2022-11-06 (Sun, 06 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 C++ operators declared in a non-class context

Reviewed By: tom-anders

Differential Revision: https://reviews.llvm.org/D137494




More information about the All-commits mailing list