[cfe-commits] [PATCH] Fix for CXXConstructExpr printing when implicit default argument is used.
Dmitri Gribenko
gribozavr at gmail.com
Sun Feb 3 15:04:06 PST 2013
On Mon, Feb 4, 2013 at 12:41 AM, Will Wilson <will at indefiant.com> wrote:
> Anyone? Should be quick and low risk if anyone has a few minutes.
Thank you for reminding. Committed as r174296.
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