================
@@ -942,6 +942,7 @@ class BTFTagAttributedTypeLoc
 
 struct HLSLAttributedResourceLocInfo {
   SourceRange Range;
+  TypeSourceInfo *ContainedTyTSI;
----------------
bogner wrote:

`ContainedTyInfo` might be a better name - we usually only use type 
abbreviations if its the whole variable name.

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

Reply via email to