================
@@ -17,7 +17,7 @@
 // EMPTY-NEXT: FinalAttr 0x{{[0-9A-Fa-f]+}} <<invalid sloc>> Implicit final
 
 // There should be no more occurrances of StructuredBuffer
-// EMPTY-NOT: StructuredBuffer
+// EMPTY-NOT: {{^\W}}StructuredBuffer
----------------
tex3d wrote:

This still doesn't look right.  Did you test this expression for a positive 
match before using here?  I tried that expression and it does not match what 
you're looking for.  I confirmed that this expression works though: 
`{{[^[:alnum:]]}}StructuredBuffer`.

https://github.com/llvm/llvm-project/pull/113477
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to