[PATCH| ArrayRef'ize Sema::BuildOverloadedCallExpr, Sema::buildOverloadedCallSet and Sema::BuildResolvedCallExpr

Dmitri Gribenko gribozavr at gmail.com
Thu May 9 14:03:27 PDT 2013


On Thu, May 9, 2013 at 9:05 PM, Robert Wilhelm <robert.wilhelm at gmx.net> wrote:
> This patch converts three methods to ArrayRef in Sema.

I've ArrayRef'ized one more method to remove one added and a few
existing makeArrayRef calls and committed as r181544.

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