[PATCH] PR16182 - Visit parameter declaration of implicitly declared copy assignment operator.

Richard Smith richard at metafoo.co.uk
Thu Aug 1 15:53:58 PDT 2013


  It seems strange to me to build a TypeSourceInfo for a type that was not actually written. Maybe you could add an 'else' to TraverseFunctionHelper's

      if (TypeSourceInfo *TSI = D->getTypeSourceInfo())

  to visit the parameters of the function decl?

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



More information about the cfe-commits mailing list