[PATCH] Add diagnostic capabilities in LLVM (frontend part)
Dmitri Gribenko
gribozavr at gmail.com
Tue Dec 17 15:14:31 PST 2013
On Tue, Dec 17, 2013 at 3:03 PM, Quentin Colombet <qcolombet at apple.com> wrote:
> New patch attached.
Hi Quentin,
I was not involved in the design of this feature, so I will defer to
other community members to review this patch.
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