python3kgae added inline comments.
================ Comment at: clang/test/SemaHLSL/resource_binding_attr_error.hlsl:51 +} + +struct S { ---------------- aaron.ballman wrote: > Let's add another test for a local extern, like: > ``` > void func() { > extern RWBuffer<float> U : register(u5); > } > ``` Nice catch. Never know you could do this. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D134617/new/ https://reviews.llvm.org/D134617 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits