[cfe-commits] r138994 - /cfe/trunk/lib/Sema/SemaExpr.cpp

Chandler Carruth chandlerc at google.com
Thu Sep 1 22:47:41 PDT 2011


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...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20110901/650bccc8/attachment.html>


More information about the cfe-commits mailing list