[clang] [clang-tools-extra] [clang] Add a valid begin source location for abbreviated function templates (PR #174723)
Younan Zhang via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 7 01:53:02 PST 2026
================
@@ -57,6 +57,67 @@ TEST(Hover, Structured) {
HI.Type = "void ()";
HI.Parameters.emplace();
}},
+ {R"cpp(
+ // Best foo ever.
+ void [[fo^o]](auto x) {}
----------------
zyn0217 wrote:
Can we also test placeholder parameters with concepts, e.g. `C<...> auto`?
https://github.com/llvm/llvm-project/pull/174723
More information about the cfe-commits
mailing list