[cfe-dev] constness fixes
Dmitri Gribenko
gribozavr at gmail.com
Thu Nov 1 12:22:53 PDT 2012
On Mon, Oct 29, 2012 at 1:11 PM, Laszlo Nagy
<rizsotto.mailinglist at gmail.com> wrote:
> Would you be interested to receive patches to fix them? And which form
> would you like to get them?
Hi Laszlo,
We are definitely interested in improving Clang codebase. These
changes are conceptually simple and should be easy to review. So
please send patches, but keep them focused (i.e., keep constness
changes separate from any other improvements you did along the way).
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-dev
mailing list