================
@@ -11399,6 +11400,22 @@ static QualType mergeEnumWithInteger(ASTContext 
&Context, const EnumType *ET,
   return {};
 }
 
+QualType ASTContext::mergeTagTypes(QualType LHS, QualType RHS) {
----------------
erichkeane wrote:

So this isn't really merging the TYPES, more merging tag-definitions?  Should 
the name be more accurate?  Because 'merging' two tag types is valid if one 
isn't a definition otherwise.

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

Reply via email to