<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On May 28, 2010, at 10:53 AM, Abramo Bagnara wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div>Il 28/05/2010 19:33, Douglas Gregor ha scritto:<br><blockquote type="cite">Hi Abramo,<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">This patch appears to be causing some valgrind failures in Clang, which you can see here:<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><span class="Apple-tab-span" style="white-space:pre">     </span><a href="http://google1.osuosl.org:8011/builders/clang-x86_64-linux-vg/builds/1033">http://google1.osuosl.org:8011/builders/clang-x86_64-linux-vg/builds/1033</a><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">It looks like it's a problem with the inner parts of ElaboratedTypeLoc not getting initialized (the FIXMEs).<br></blockquote><br>Do you have any suggestion about how to fix that?<font class="Apple-style-span" color="#000000"><font class="Apple-style-span" color="#144FAE"><br></font></font></div></blockquote></div><div><br></div><div>Well, the elaborated type's inner type will be either a TagType or a TemplateSpecializationType (I think that's all we can see there), so we should be able to copy the contents of the inner type location into the ElaboratedTypeLoc. </div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">     </span>- Doug</div></body></html>