[PATCH] ArrayRef ctor from None

Dmitri Gribenko gribozavr at gmail.com
Sat May 4 17:43:15 PDT 2013


On Sat, May 4, 2013 at 11:45 AM, Robert Wilhelm <robert.wilhelm at gmx.net> wrote:
> Attached are now patches (llvm and clang) with the requested changes.

Committed r181138 and r181139 with some extra ArrayRef<T>() -> None
replacements.  Thank you for working on this.

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