<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, May 17, 2013 at 6:31 AM, Rafael Espíndola <span dir="ltr"><<a href="mailto:rafael.espindola@gmail.com" target="_blank">rafael.espindola@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 11 May 2013 15:26, Robert Wilhelm <<a href="mailto:robert.wilhelm@gmx.net">robert.wilhelm@gmx.net</a>> wrote:<br>

> This patch converts three methods to ArrayRef in Sema.<br>
> No functionality change.<br>
> Passes make test on x86_64-unknown-linux-gnu<br>
<br>
</div>-  if (TypeMayContainAuto && NumDecls > 1) {<br>
+  if (TypeMayContainAuto && !Group.empty()) {<br>
<br>
Should be 'Group.size() > 1' no?<br>
<br>
-      Group++;<br>
-      NumDecls--;<br>
+      Group.slice(1);<br>
<br>
slice returns a new array ref, it doesn't modify the current one.</blockquote><div><br></div><div style>& if these mistakes weren't causing test failures - perhaps you could figure out which tests are missing & add them :)<br>
<br>- David </div></div></div></div>