[all-commits] [llvm/llvm-project] 46575f: [clangd] Fix action `RemoveUsingNamespace` for inl...

v1nh1shungry via All-commits all-commits at lists.llvm.org
Wed Dec 28 03:50:04 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 46575f60380b18bf20c5f4cafc5fd06f561c4e7b
      https://github.com/llvm/llvm-project/commit/46575f60380b18bf20c5f4cafc5fd06f561c4e7b
  Author: v1nh1shungry <v1nh1shungry at outlook.com>
  Date:   2022-12-28 (Wed, 28 Dec 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 action `RemoveUsingNamespace` for inline namespace

Existing version ignores symbols declared in an inline namespace `ns`
when removing `using namespace ns`

Reviewed By: tom-anders

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




More information about the All-commits mailing list