[cfe-commits] [PATCH] [VCPP] Add __ptr64 qualifier

pravic ehysta at gmail.com
Mon Nov 12 12:15:22 PST 2012


  Another problem.

  For example,


    void* __ptr32 pub( int * p)



  Here we have the one explicit attribute, but MicrosoftCXXNameMangler::mangleType operates by **QualType**, which have no attributes, only qualifiers.

  The **NamedDecl** have them, but where is connection between some attribute in //declaration// and specific type? Attribute also have a source location, but **QualType** no.

http://llvm-reviews.chandlerc.com/D101



More information about the cfe-commits mailing list