[all-commits] [llvm/llvm-project] e6b98b: [Clangd] Fix ambiguous use of 'Range'

Joseph Huber via All-commits all-commits at lists.llvm.org
Tue Jul 18 09:42:49 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e6b98b7eff28de52927fb2ce7030e97ac363e1c0
      https://github.com/llvm/llvm-project/commit/e6b98b7eff28de52927fb2ce7030e97ac363e1c0
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2023-07-18 (Tue, 18 Jul 2023)

  Changed paths:
    M clang-tools-extra/clangd/ClangdServer.h

  Log Message:
  -----------
  [Clangd] Fix ambiguous use of 'Range'

Summary:
The changes in D155173 caused build failures on some configruations due
to the use of `Range` which conflicts with other definitions. Explicitly
use `clangd::Range`.




More information about the All-commits mailing list