================
@@ -682,6 +682,11 @@ class DeclarationNameTable {
   DeclarationName getCXXLiteralOperatorName(const IdentifierInfo *II);
 };
 
+struct CXXOperatorSourceInfo {
+  SourceLocation::UIntTy BeginOpNameLoc;
+  SourceLocation::UIntTy EndOpNameLoc;
----------------
erichkeane wrote:

Curious why this is ::UIntTy instead of just the source location?  I realize it 
was before, but now that we're indirecting the object, I wonder if the original 
reason still exists.

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

Reply via email to