[PATCH] ArrayRef'ize Sema::CodeComplete*

Dmitri Gribenko gribozavr at gmail.com
Mon Jun 17 21:04:21 PDT 2013


On Mon, Jun 17, 2013 at 11:35 AM, Jordan Rose <jordan_rose at apple.com> wrote:
> 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.

Thanks for the review, done in r184168.

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>*/



More information about the cfe-commits mailing list