Sorry to get to this late, but can we just drop getNumSelIdents and change 
getSelIdents to return an ArrayRef as well? There are only two uses.

Jordan


On Jun 15, 2013, at 20:49 , Dmitri Gribenko <[email protected]> wrote:

> On Sun, May 26, 2013 at 1:21 AM, Robert Wilhelm <[email protected]> 
> wrote:
>> This patch converts some methods in Sema to ArrayRef.
>> Passes make test on x86_64-unknown-linux-gnu
> 
> Committed in r184052, thank you!
> 
> Dmitri
> 
> --
> main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
> (j){printf("%d\n",i);}}} /*Dmitri Gribenko <[email protected]>*/
> _______________________________________________
> cfe-commits mailing list
> [email protected]
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to