On Thu, Jan 24, 2013 at 1:22 AM, David Blaikie <[email protected]> wrote:
> On Wed, Jan 23, 2013 at 3:04 PM, Bill Wendling <[email protected]> wrote:
>> Author: void
>> Date: Wed Jan 23 17:04:29 2013
>> New Revision: 173305
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=173305&view=rev
>> Log:
>> The diagnostic is now a warning instead of an error. Also don't check lines 
>> beginning with '#', since they could contain a path with the unexpected word 
>> in them.
>
> Might not hurt to switch this to -verify or FileCheck while you're
> there. Negative grep tests are a little loose.
>

Fixed up in r173582.

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 <[email protected]>*/
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to