nridge added inline comments.
================ Comment at: clang-tools-extra/clangd/unittests/SemanticHighlightingTests.cpp:1026 + concept $Concept_decl[[C2]] = true; + template $Bracket[[<]]C2$Bracket[[<]]int$Bracket[[>]] $TemplateParameter_def[[A]]$Bracket[[>]] + class $Class_def[[B]] {}; ---------------- ckandeler wrote: > Note that C2 does not get a token here. Maybe we can fix that along the way? That token should come via `findExplicitReferences` rather than `CollectExtraHighlightings`, so I put the fix in a separate patch: D142871 Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D139926/new/ https://reviews.llvm.org/D139926 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits