[PATCH] Multi-line ordinary comments with empty lines in between (starting with //) do not get merged when -fparse-all-comments option is passed.

Dmitri Gribenko gribozavr at gmail.com
Fri Apr 26 13:13:39 PDT 2013


On Fri, Apr 26, 2013 at 10:19 PM, Amin Shali <amshali at gmail.com> wrote:
> No rush, just wanted to make sure this didn't go unnoticed.

I was waiting for phabricator to be fixed, but I can probably commit
the patch now and accept the patch on phabricator later.

Committed r180625 with a minor tweak, thanks!

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 llvm-commits mailing list