[cfe-dev] [PATCH]: Sema support for C++ classes
Argiris Kirtzidis
akyrtzi at gmail.com
Tue Jul 1 04:11:54 PDT 2008
Eli Friedman wrote:
> On Sat, Jun 28, 2008 at 1:22 AM, Argiris Kirtzidis <akyrtzi at gmail.com> wrote:
>
>> I attached a new patch for Sema support, with the suggestions.
>>
>
> + // FIXME: Use DeclRefExpr or a new Expr for a direct CXXField reference.
> + ExprResult ThisExpr = ActOnCXXThis(Loc);
>
> Make this line "ExprResult ThisExpr =
> ActOnCXXThis(SourceLocation());". (This isn't really the right fix,
> but it's a bit better than what's there.)
>
Done!
http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20080630/006315.html
-Argiris
More information about the cfe-dev
mailing list