[cfe-commits] r127177 - /cfe/trunk/include/clang/Basic/DiagnosticParseKinds.td
Matt Beaumont-Gay
matthewbg at google.com
Mon Mar 7 15:25:35 PST 2011
On Mon, Mar 7, 2011 at 15:09, Carl Norum <carl.norum at apple.com> wrote:
>
> On Mar 7, 2011, at 2:43 PM, Matt Beaumont-Gay wrote:
>> Looks like this broke a number of tests:
>>
>> test/Analysis/string.c
>> test/Sema/align-x86.c
>> test/Sema/anonymous-struct-union.c
>> test/Sema/arm-layout.c
>> test/Sema/const-eval.c
>> test/Sema/missing-field-initializers.c
>> test/Sema/warn-gnu-designators.c
>> test/SemaObjC/sizeof-interface.m
>
> All but one of the tests I could fix just by adding the missing ';'. The last one (in anonymous-struct-union.c) just needed to expect the new warning.
>
> Fixed in r127188. Thanks for the heads up!
Our buildbot is happy again, thanks for fixing.
-Matt
More information about the cfe-commits
mailing list