[cfe-commits] r138994 - /cfe/trunk/lib/Sema/SemaExpr.cpp
Richard Trieu
rtrieu at google.com
Fri Sep 9 13:27:11 PDT 2011
On Thu, Sep 1, 2011 at 10:47 PM, Chandler Carruth <chandlerc at google.com> wrote:
> On Thu, Sep 1, 2011 at 7:55 PM, Richard Trieu <rtrieu at google.com> wrote:
>>
>> +/// \brief Returns false if the pointers are converted to a composite
>> type,
>> +/// true otherwise.
>> +static bool convertPointersToCompositeType(Sema &S, SourceLocation Loc,
>> + ExprResult &lex,
>> + ExprResult &rex) {
>
> Also, the indent here seems off...
>
>>
>> + bool NonStandardCompositeType = false;
>> + QualType T = S.FindCompositePointerType(Loc, lex, rex,
>> + S.isSFINAEContext() ? 0 :
>> &NonStandardCompositeType);
>
> Here as well...
Revision 139151-139219 handles lex and rex to LHS and RHS renaming in
SemaExpr.cpp Capitalization of parameter names occurred in revision
139346.
More information about the cfe-commits
mailing list