Hello. In ASTContext, we have methods such as QualType getSizeType() const QualType getPointerDiffType() const [...] that query TargetInfo, but there seems to be no method named QualType getIntPtrType() const Would it be OK to add it? Enea.