[clangd][c++20] Add concept Hover tests.
authorJens Massberg <massberg@google.com>
Tue, 18 Jul 2023 07:49:10 +0000 (09:49 +0200)
committerJens Massberg <massberg@google.com>
Tue, 18 Jul 2023 08:19:46 +0000 (10:19 +0200)
commite9ab43dd44cafe5a67f0a12b9ff1021d47074970
tree93663ad71fb9e1fcf963130645f562b3dacf3837
parentb71ac7eea4c5851203432dde94241d56301a9398
[clangd][c++20] Add concept Hover tests.

Concepts aren't fully supporteb by hover yet. For the currently
supported case we add a test here to prevent regressions in the future.

Differential Revision: https://reviews.llvm.org/D155558
clang-tools-extra/clangd/unittests/HoverTests.cpp