[cfe-dev] Getting the intptr_t type.

Enea Zaffanella zaffanella at cs.unipr.it
Fri Jan 25 10:23:22 PST 2013


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.



More information about the cfe-dev mailing list