================
@@ -341,6 +361,9 @@ class ArgType {
return Res;
}
+ static ArgType makeIntNT(ASTContext &Ctx, const LengthModifier &LengthMod,
----------------
AaronBallman wrote:Should this maybe be `makeIntNType`? The `NT` is throwing me off. https://github.com/llvm/llvm-project/pull/199991 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
