[PATCH] ArrayRef'ize Sema::CodeComplete*
Jordan Rose
jordan_rose at apple.com
Mon Jun 17 11:35:26 PDT 2013
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 <gribozavr at gmail.com> wrote:
> On Sun, May 26, 2013 at 1:21 AM, Robert Wilhelm <robert.wilhelm at gmx.net> 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 <gribozavr at gmail.com>*/
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
More information about the cfe-commits
mailing list