[Clangd] Fix ambiguous use of 'Range'
authorJoseph Huber <jhuber6@vols.utk.edu>
Tue, 18 Jul 2023 16:41:24 +0000 (11:41 -0500)
committerJoseph Huber <jhuber6@vols.utk.edu>
Tue, 18 Jul 2023 16:41:24 +0000 (11:41 -0500)
commite6b98b7eff28de52927fb2ce7030e97ac363e1c0
treefa005c38b1cf2166fc1ebce4d52b72fc9ccf761c
parent05abcc579244b68162b847a6780d27b22bd58f74
[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`.
clang-tools-extra/clangd/ClangdServer.h