[cfe-commits] r144349 - in /cfe/trunk: test/Misc/serialized-diags-no-issue.c test/Misc/serialized-diags-single-issue.c test/Misc/serialized-diags.c tools/c-index-test/c-index-test.c

Ted Kremenek kremenek at apple.com
Fri Nov 11 07:20:21 PST 2011


Yes, it is indeed garbage.  Thanks for finding this!

On Nov 10, 2011, at 10:02 PM, NAKAMURA Takumi wrote:

> 2011/11/11 Ted Kremenek <kremenek at apple.com>:
>> Author: kremenek
>> Date: Thu Nov 10 18:46:43 2011
>> New Revision: 144349
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=144349&view=rev
>> Log:
>> [serialized diagnostics]: add test cases for serialized diagnostics, including a test case for no issues, multiple issues, and
>> a single issue.  Along the way, tweak c-index-test -read-diagnostics output so it is easier to tell what diagnostics are
>> child diagnostics.
>> 
>> Added:
>>    cfe/trunk/test/Misc/serialized-diags.c
> 
>> +// CHECK: +-FIXIT: ({{.*}}/serialized-diags.c:2:13 - {{.*}}/serialized-diags.c:2:13): " = 0Parse Issueexpected ';' after expression"
> 
> It's suspicious. Shall we expect here, " = 0Parse Issueexpected ';'
> after expression" ?
> FYI, I can see garbage on some win32 hosts.
> http://bb.pgr.jp/builders/cmake-clang-i686-msvc10/builds/3969/steps/test_clang/logs/serialized-diags.c
> 
> ...Takumi




More information about the cfe-commits mailing list