<div class="gmail_quote">On Thu, Sep 1, 2011 at 7:55 PM, Richard Trieu <span dir="ltr"><<a href="mailto:rtrieu@google.com">rtrieu@google.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div id=":7q4">+/// \brief Returns false if the pointers are converted to a composite type,<br>
+/// true otherwise.<br>
+static bool convertPointersToCompositeType(Sema &S, SourceLocation Loc,<br>
+                                               ExprResult &lex,<br>
+                                               ExprResult &rex) {<br></div></blockquote><div><br></div><div>Also, the indent here seems off...</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div id=":7q4">+  bool NonStandardCompositeType = false;<br>
+  QualType T = S.FindCompositePointerType(Loc, lex, rex,<br>
+                           S.isSFINAEContext() ? 0 : &NonStandardCompositeType);</div></blockquote></div><br><div>Here as well...</div>