================
@@ -13462,13 +13462,114 @@ static ElaboratedTypeKeyword 
getCommonTypeKeyword(const T *X, const T *Y) {
                                             : ElaboratedTypeKeyword::None;
 }
 
+static NestedNameSpecifier *getCommonNNS(ASTContext &Ctx,
+                                         NestedNameSpecifier *X,
----------------
erichkeane wrote:

X and Y are getting confusing as names when reviewing this :/  I know it isn't 
LHS and RHS, but even something that shows a bit more context (FirstNNS, 
SecondNNS, NNS1, NNS2, etc) would be helpful for reviewing/reading.

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

Reply via email to