[clang] [clang-tools-extra] [clangd][HLSL] Fix register attribute source range for hover inside arguments (PR #212881)

Finn Plummer via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 31 10:11:12 PDT 2026


================
@@ -5311,6 +5311,30 @@ TEST(Hover, FunctionParameters) {
   }
 }
 
+TEST(Hover, HLSLRegisterAttributeRange) {
+  Annotations T(R"cpp(
----------------
inbelic wrote:

Not to suggest we shouldn't have cpp tests as well

https://github.com/llvm/llvm-project/pull/212881


More information about the cfe-commits mailing list