[cfe-dev] [patch] Support explicit C++ member operator syntax

Douglas Gregor dgregor at apple.com
Mon Aug 31 12:54:42 PDT 2009


On Aug 29, 2009, at 9:48 PM, James Porter wrote:
> +  /// ActOnConversionOperatorReferenceExpr - Parsed an overloaded  
> operator
> +  /// reference, for example:
> +  ///
> +  /// t.operator++();
> +  virtual OwningExprResult
> +  ActOnConversionOperatorReferenceExpr(Scope *S, ExprArg Base,
> +                                       SourceLocation OpLoc,
> +                                       tok::TokenKind OpKind,
> +                                       SourceLocation ClassNameLoc,
> +                                       TypeTy *Ty,
> +                                       const CXXScopeSpec *SS = 0) {
> +    return ExprEmpty();
> +  }

Copy-paste error with this comment (I've fixed it).

Patch committed here, thanks!

   http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20090831/020837.html

	- Doug



More information about the cfe-dev mailing list