[cfe-commits] r173305 - /cfe/trunk/test/Lexer/badstring_in_if0.c

Dmitri Gribenko gribozavr at gmail.com
Sat Jan 26 09:12:31 PST 2013


On Thu, Jan 24, 2013 at 1:22 AM, David Blaikie <dblaikie at gmail.com> wrote:
> On Wed, Jan 23, 2013 at 3:04 PM, Bill Wendling <isanbard at gmail.com> 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 <gribozavr at gmail.com>*/



More information about the cfe-commits mailing list